This commit is contained in:
2023-04-18 12:47:06 -05:00
parent 1ce33d2d0a
commit 479b9fecf6
2 changed files with 4 additions and 5 deletions

View File

@@ -13,10 +13,9 @@
"editor.fontFamily": "FiraCode Nerd Font",
"terminal.integrated.fontFamily": "FiraCode Nerd Font",
"terminal.integrated.scrollback": -1,
"vs-kubernetes": {
"vscode-kubernetes.minikube-path.linux": "/home/user/.local/state/vs-kubernetes/tools/minikube/linux-amd64/minikube"
},
"workbench.editor.untitled.hint": "hidden",
"terminal.integrated.defaultProfile.osx": "",
"editor.fontSize": 15
"editor.fontSize": 15,
"go.toolsManagement.autoUpdate": true,
"workbench.editor.enablePreview": false
}

View File

@@ -49,5 +49,5 @@ configs:
- {src: 'Microsoft.PowerShell_profile.ps1', dest: 'powershell', destname: 'Microsoft.PowerShell_profile.ps1'}
- {src: 'pwsh-config.json', dest: 'powershell', destname: 'config.json'}
- {src: 'popshell-config.json', dest: 'pop-shell', destname: 'config.json'}
- {src: 'code-settings.json', dest: 'Code/User', destname: 'settings.json'}
- {src: 'code-settings.json', dest: 'VSCodium/User', destname: 'settings.json'}