vscode: remove python.showStartPage

This commit is contained in:
Sean Buckley 2022-07-14 11:24:40 -04:00
parent 25e8bc809b
commit e3088a6ea7

View file

@ -82,7 +82,6 @@ with lib;
"git.autofetch" = true;
"git.confirmSync" = false;
"python.formatting.autopep8Args" = [ "--max-line-length=999" ];
"python.showStartPage" = false;
"security.workspace.trust.banner" = "never";
"security.workspace.trust.startupPrompt" = "never";
"security.workspace.trust.untrustedFiles" = "newWindow";