Archived
1
0

vscode-online -> vscode-remote

This commit is contained in:
Asher
2019-02-05 15:26:57 -06:00
parent 7021826e9d
commit 70ad911641
7 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
export const _paths = {
appData: "/tmp",
defaultUserData: "/tmp",
socketPath: "/tmp/vscode-online.sock",
socketPath: "/tmp/vscode-remote.sock",
};
export const getAppDataPath = (): string => _paths.appData;

View File

@ -2,8 +2,8 @@ import { IProductConfiguration } from "vs/platform/node/product";
const product = {
nameShort: "VSCode",
nameLong: "vscode online",
dataFolderName: ".vscode-online",
nameLong: "VSCode Remote",
dataFolderName: ".vscode-remote",
extensionsGallery: {
serviceUrl: "https://marketplace.visualstudio.com/_apis/public/gallery",
cacheUrl: "https://vscode.blob.core.windows.net/gallery/index",