Skip to content

Commit d44c42c

Browse files
committed
Hide "chat.commandCenter" from top bar of Cloud IDE
1 parent ad122d1 commit d44c42c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/local-features/diploi/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ cat > /home/$_CONTAINER_USER/.local/share/code-server/User/settings.json <<EOT
8080
"type": "pythonEnvironment"
8181
}
8282
],
83-
"lldb.executable": "/usr/bin/lldb"
83+
"lldb.executable": "/usr/bin/lldb",
84+
"chat.commandCenter.enabled": false
8485
}
8586
EOT
8687
chown -R $_CONTAINER_USER:$_CONTAINER_USER /home/$_CONTAINER_USER/.local/share/code-server

0 commit comments

Comments
 (0)