Files
rohitg00--ai-engineering-fr…/phases/00-setup-and-tooling/08-editor-setup/code/vscode/extensions.json
T
2026-07-13 12:09:03 +08:00

18 lines
496 B
JSON

{
"recommendations": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-toolsai.jupyter",
"ms-python.debugpy",
"ms-python.black-formatter",
"charliermarsh.ruff",
"eamodio.gitlens",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-containers",
"ms-toolsai.vscode-jupyter-cell-tags",
"ms-toolsai.vscode-jupyter-slideshow",
"redhat.vscode-yaml",
"tamasfe.even-better-toml"
]
}