41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"git.autofetch": true,
|
|
"[ansible]": {
|
|
"editor.detectIndentation": true,
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2,
|
|
"editor.quickSuggestions": {
|
|
"comments": true,
|
|
"other": true,
|
|
"strings": true
|
|
},
|
|
"editor.autoIndent": "advanced"
|
|
},
|
|
"ansible.python.interpreterPath": "/home/will/Code/thechart/.venv/bin/python",
|
|
"makefile.configureOnOpen": true,
|
|
"vs-kubernetes": {
|
|
"vs-kubernetes.crd-code-completion": "enabled",
|
|
"vscode-kubernetes.minikube-path-linux": "/home/will/.local/state/vs-kubernetes/tools/minikube/linux-amd64/minikube",
|
|
"vscode-kubernetes.helm-path-linux": "/home/will/.local/state/vs-kubernetes/tools/helm/linux-amd64/helm"
|
|
},
|
|
"docker.extension.enableComposeLanguageServer": false,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit",
|
|
"ruff.nativeServer": "always",
|
|
"ruff.format.preview": "never",
|
|
"ruff.format": "always",
|
|
"python.experiments.enabled": "never"
|
|
}
|
|
},
|
|
"ruff.interpreter": [
|
|
"${workspaceFolder}/.venv/bin/python"
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"diffEditor.codeLens": true,
|
|
"github.copilot.nextEditSuggestions.enabled": true,
|
|
"github.copilot.selectedCompletionModel": ""
|
|
}
|