Updated config

This commit is contained in:
2023-07-26 10:25:55 +02:00
parent 6578251f4c
commit 4db1b72949
4 changed files with 706 additions and 452 deletions

View File

@ -15,7 +15,7 @@
"gitProjectManager.ignoredFolders": ["node_modules"],
"gitProjectManager.maxDepthRecursion": 2,
"gitProjectManager.openInNewWindow": false,
"gitProjectManager.storeRepositoriesBetweenSessions": true,
"gitProjectManager.storeRepositoriesBetweenSessions": false,
"go.lintTool": "golangci-lint",
"go.lintFlags": ["--fast"],
"security.workspace.trust.enabled": false,
@ -24,5 +24,6 @@
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "none"
"workbench.startupEditor": "none",
"explorer.confirmDelete": false
}