From 2248ce57348ef58c266317371a1caa9c51df9937 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Thu, 10 Feb 2022 18:04:49 -0500 Subject: [PATCH] MS! 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) --- vscodium/.config/VSCodium/product.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vscodium/.config/VSCodium/product.json b/vscodium/.config/VSCodium/product.json index 38ef53f..594488b 100644 --- a/vscodium/.config/VSCodium/product.json +++ b/vscodium/.config/VSCodium/product.json @@ -5,5 +5,6 @@ "itemUrl": "https://marketplace.visualstudio.com/items", "controlUrl": "", "recommendationsUrl": "" - } + }, + "nameLong": "Visual Studio Code" }