vscode-online -> vscode-remote
This commit is contained in:
@ -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;
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user