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)
This commit is contained in:
earnest ma 2022-02-10 18:04:49 -05:00
parent 04332ee467
commit 2248ce5734
No known key found for this signature in database
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",
"controlUrl": "",
"recommendationsUrl": ""
}
},
"nameLong": "Visual Studio Code"
}