mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
chore: add recommended VS Code extensions
Ruff, Python, mypy, debugpy, Even Better TOML, EditorConfig, and GitHub Copilot.
This commit is contained in:
parent
7367c2ec97
commit
0eb4422b64
1 changed files with 11 additions and 0 deletions
11
.vscode/extensions.json
vendored
Normal file
11
.vscode/extensions.json
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"charliermarsh.ruff",
|
||||||
|
"ms-python.python",
|
||||||
|
"ms-python.mypy-type-checker",
|
||||||
|
"ms-python.debugpy",
|
||||||
|
"tamasfe.even-better-toml",
|
||||||
|
"EditorConfig.EditorConfig",
|
||||||
|
"github.copilot"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue