feat(vscode): add vscode settings and extensions
This commit is contained in:
13
.config/Code/User/extensions.txt
Normal file
13
.config/Code/User/extensions.txt
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
github.copilot-chat
|
||||||
|
ms-azuretools.vscode-containers
|
||||||
|
ms-python.debugpy
|
||||||
|
ms-python.python
|
||||||
|
ms-python.vscode-pylance
|
||||||
|
ms-python.vscode-python-envs
|
||||||
|
ms-vscode-remote.remote-containers
|
||||||
|
ms-vscode.cmake-tools
|
||||||
|
ms-vscode.cpp-devtools
|
||||||
|
ms-vscode.cpptools
|
||||||
|
ms-vscode.cpptools-extension-pack
|
||||||
|
ms-vscode.cpptools-themes
|
||||||
|
tomoki1207.pdf
|
||||||
7
.config/Code/User/settings.json
Normal file
7
.config/Code/User/settings.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"explorer.confirmDragAndDrop": false,
|
||||||
|
"python.defaultInterpreterPath": "/sbin/python3.14",
|
||||||
|
"git.autofetch": true,
|
||||||
|
"explorer.confirmDelete": false,
|
||||||
|
"git.confirmSync": false
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user