Skip to content

Commit 34ad1c5

Browse files
committed
fixed path for vscode
1 parent 9860a8c commit 34ad1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons/service-defs/vscode.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"prestart": [],
33
"command": [
4-
"/opt/kernel/code-server",
4+
"/usr/local/bin/code-server",
55
"--port", "{ports[0]}",
66
"--extensions-dir", "/etc/backend.ai/vscode-exts"
77
],

0 commit comments

Comments
 (0)