diff --git a/Dockerfile b/Dockerfile index de15d2b..8bec37e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,6 @@ RUN sudo usermod -s $(which zsh) coder # Setup SSH RUN sudo sed -i "s/#PasswordAuthentication yes/PasswordAuthentication no/" /etc/ssh/sshd_config -RUN sudo sed -i "s/UsePAM yes/UsePAM no/" /etc/ssh/sshd_config # Setup nginx COPY ./src/nginx/default-site /etc/nginx/sites-available/default diff --git a/dev/box/config.yaml b/dev/box/config.yaml index 25a7853..d7f33b1 100644 --- a/dev/box/config.yaml +++ b/dev/box/config.yaml @@ -1,4 +1,4 @@ -name: codebox-test +name: codebox-dev icon: acid code-server: proxy-domain: home.homer0.dev diff --git a/dev/box/vscode/extensions/GitHub.copilot-chat-0.14.2024032701.vsix b/dev/box/vscode/extensions/GitHub.copilot-chat-0.14.2024032701.vsix deleted file mode 100644 index f694fb2..0000000 Binary files a/dev/box/vscode/extensions/GitHub.copilot-chat-0.14.2024032701.vsix and /dev/null differ diff --git a/dev/box/vscode/keybindings.json b/dev/box/vscode/keybindings.json index a4689c8..d16c658 100644 --- a/dev/box/vscode/keybindings.json +++ b/dev/box/vscode/keybindings.json @@ -87,13 +87,5 @@ "key": "cmd+r", "command": "-workbench.action.reloadWindow", "when": "isDevelopment" - }, - { - "key": "shift+cmd+g", - "command": "workbench.panel.chat.view.copilot.focus" - }, - { - "key": "ctrl+shift+cmd+g", - "command": "workbench.action.openChat.copilot" } ]