added config for helix & updated vscode config

This commit is contained in:
Smirnov Alexander 2022-04-02 18:02:26 +03:00
parent dd6cf343ef
commit b66b3cf439
3 changed files with 25 additions and 4 deletions

View file

@ -1,9 +1,9 @@
{
"workbench.colorTheme": "Nord",
"workbench.colorTheme": "Tokyo Storm Gogh",
"workbench.iconTheme": "material-icon-theme",
"workbench.sideBar.location": "left",
"workbench.startupEditor": "none",
"workbench.activityBar.visible": true,
"workbench.activityBar.visible": false,
"window.menuBarVisibility": "toggle",
"update.showReleaseNotes": false,
// Font
@ -61,7 +61,6 @@
"go.formatTool": "gofumpt",
"python.formatting.provider": "black",
"python.analysis.autoImportCompletions": true,
"python.formatting.blackPath": "~/.local/bin/black",
"javascript.suggestionActions.enabled": false,
"typescript.suggestionActions.enabled": false,
"[go]": {
@ -86,4 +85,4 @@
"liveServer.settings.donotVerifyTags": true,
"diffEditor.ignoreTrimWhitespace": false,
"gitlens.hovers.currentLine.over": "line"
}
}