mirror of
https://github.com/coder/code-server.git
synced 2026-05-08 21:37:27 +02:00
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;
|
||||
|
||||
Reference in New Issue
Block a user