Updated config
This commit is contained in:
parent
62af52f941
commit
7e6e1ef160
4 changed files with 706 additions and 452 deletions
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue