VSCodium incompatibilities with vscode (not their fault): vscode checks
for various things

Have the python extension from ms work with jedi: it must be installed
with pip install jedi (requires python3-pip)
main
earnest ma 2022-02-10 18:04:49 -05:00
parent 04332ee467
commit 2248ce5734
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@
"itemUrl": "https://marketplace.visualstudio.com/items", "itemUrl": "https://marketplace.visualstudio.com/items",
"controlUrl": "", "controlUrl": "",
"recommendationsUrl": "" "recommendationsUrl": ""
} },
"nameLong": "Visual Studio Code"
} }