Add extensions
This commit is contained in:
parent
07a5fdc31f
commit
2ac37ece97
2 changed files with 34 additions and 2 deletions
31
.vscode/extensions.json
vendored
Normal file
31
.vscode/extensions.json
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"esbenp.prettier-vscode",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"ms-toolsai.jupyter",
|
||||
"ms-python.python",
|
||||
"GitHub.copilot",
|
||||
"ms-azuretools.vscode-docker",
|
||||
"redhat.vscode-yaml",
|
||||
"1yib.rust-bundle",
|
||||
"alexcvzz.vscode-sqlite",
|
||||
"esbenp.prettier-vscode",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"ms-python.python",
|
||||
"ms-toolsai.jupyter",
|
||||
"ms-azuretools.vscode-docker",
|
||||
"redhat.vscode-yaml",
|
||||
"tomoki1207.pdf",
|
||||
"qwtel.sqlite-viewer",
|
||||
"alexcvzz.vscode-sqlite",
|
||||
"rust-lang.rust-analyzer",
|
||||
"pkief.material-icon-theme",
|
||||
"detachhead.basedpyright",
|
||||
"editorconfig.editorconfig",
|
||||
"davidanson.vscode-markdownlint",
|
||||
"charliermarsh.ruff",
|
||||
"timonwong.shellcheck",
|
||||
"tonybaloney.vscode-pets",
|
||||
"vadimcn.vscode-lldb"
|
||||
]
|
||||
}
|
||||
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
|
@ -4,6 +4,7 @@
|
|||
"**/__pycache__": true,
|
||||
"**/node_modules": true,
|
||||
"**/.ruff_cache":true,
|
||||
"**/.pytest_cache":true
|
||||
"**/.pytest_cache":true,
|
||||
"**/target":true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue