From 5e1ed6c9e9a1aa67f76202097ef696ca179c5739 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Thu, 9 Dec 2021 09:24:43 +0100 Subject: add updates --- Library/Application Support/Code/User/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Application Support/Code/User') diff --git a/Library/Application Support/Code/User/settings.json b/Library/Application Support/Code/User/settings.json index bc59d22..7184cad 100644 --- a/Library/Application Support/Code/User/settings.json +++ b/Library/Application Support/Code/User/settings.json @@ -55,7 +55,7 @@ "go.formatTool": "goimports", "go.useLanguageServer": true, "go.buildOnSave": "workspace", - "python.languageServer": "Microsoft", + "python.languageServer": "Default", "debug.javascript.breakOnConditionalError": true, "debug.javascript.autoAttachFilter": "smart", "debug.javascript.usePreview": false, @@ -85,5 +85,6 @@ "workbench.editor.untitled.hint": "hidden", "go.toolsManagement.autoUpdate": true, "diffEditor.ignoreTrimWhitespace": false, - "redhat.telemetry.enabled": true + "redhat.telemetry.enabled": true, + "workbench.startupEditor": "none" } \ No newline at end of file -- cgit v1.2.3