eigent/.vscode/extensions.json
2025-10-21 18:04:45 +03:00

9 lines
221 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"mrmlnc.vscode-json5",
"ms-python.python",
"ms-python.debugpy"
]
}