23 lines
571 B
Plaintext
23 lines
571 B
Plaintext
# VS Code extensions (one ID per line; # comments allowed)
|
|
# Install: bash ~/dotfiles/vscode-server/install-vscode-extensions.sh
|
|
|
|
# Remote / WSL (from settings)
|
|
ms-vscode-remote.remote-wsl
|
|
ms-python.python
|
|
ms-python.debugpy
|
|
ms-python.vscode-python-envs
|
|
charliermarsh.ruff
|
|
redhat.vscode-yaml
|
|
redhat.vscode-xml
|
|
ms-toolsai.jupyter
|
|
ms-toolsai.jupyter-renderers
|
|
ms-toolsai.vscode-jupyter-cell-tags
|
|
ms-toolsai.vscode-jupyter-slideshow
|
|
|
|
# UI
|
|
vscode-icons-team.vscode-icons
|
|
|
|
# Optional (uncomment if you use them)
|
|
# GitHub.copilot
|
|
# GitHub.copilot-chat
|
|
# formulahendry.acp-client |