There was an error while loading. Please reload this page.
1 parent ad122d1 commit d44c42cCopy full SHA for d44c42c
1 file changed
.devcontainer/local-features/diploi/install.sh
@@ -80,7 +80,8 @@ cat > /home/$_CONTAINER_USER/.local/share/code-server/User/settings.json <<EOT
80
"type": "pythonEnvironment"
81
}
82
],
83
- "lldb.executable": "/usr/bin/lldb"
+ "lldb.executable": "/usr/bin/lldb",
84
+ "chat.commandCenter.enabled": false
85
86
EOT
87
chown -R $_CONTAINER_USER:$_CONTAINER_USER /home/$_CONTAINER_USER/.local/share/code-server
0 commit comments