Skip to content

Commit aea1ac8

Browse files
committed
VSCode: Add Python and Copilot Chat extensions
1 parent a551817 commit aea1ac8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

home/.chezmoidata/vscode.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@ vscode_extensions:
22
- id: catppuccin.catppuccin-vsc
33
name: "Catppuccin for VSCode"
44
description: "Soothing pastel theme for VSCode"
5+
- id: github.copilot-chat
6+
name: "GitHub Copilot Chat"
7+
description: "AI chat features powered by Copilot"
58
- id: vscodevim.vim
69
name: "Vim"
710
description: "Vim emulation for Visual Studio Code"
11+
- id: ms-python.python
12+
name: "Python"
13+
description: "Python language support with IntelliSense, debugging, linting, formatting, and more"
14+
- id: ms-python.debugpy
15+
name: "Python Debugger"
16+
description: "Python Debugger extension using debugpy"
17+
- id: ms-python.vscode-pylance
18+
name: "Pylance"
19+
description: "A performant, feature-rich language server for Python in VS Code"
20+
- id: ms-python.vscode-python-envs
21+
name: "Python Environments"
22+
description: "Provides a unified python environment experience"

0 commit comments

Comments
 (0)