Skip to content

Commit

Permalink
fix(extensions): change portable extensions dir (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisUrrutia authored and shanalikhan committed Mar 5, 2019
1 parent f698ce9 commit 620921d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/pluginService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import * as util from "../util";
const apiPath =
"https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery";

const extensionDir: string = ".vscode";
const extensionDirPortable: string = "/data/extensions/";
const extensionDir: string = ".vscode/";
const extensionDirPortable: string = "/extensions/";

export class ExtensionInformation {
public static fromJSON(text: string) {
Expand Down

0 comments on commit 620921d

Please sign in to comment.