87 lines
2.7 KiB
JSON
87 lines
2.7 KiB
JSON
{
|
|
"cursor.aipreview.enabled": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"prettier.tabWidth": 4,
|
|
"redhat.telemetry.enabled": false,
|
|
"vs-kubernetes": {
|
|
"vscode-kubernetes.kubectl-path-linux": "/home/archben/.local/state/vs-kubernetes/tools/kubectl/kubectl",
|
|
"vscode-kubernetes.helm-path-linux": "/home/archben/.local/state/vs-kubernetes/tools/helm/linux-amd64/helm",
|
|
"vscode-kubernetes.minikube-path-linux": "/home/archben/.local/state/vs-kubernetes/tools/minikube/linux-amd64/minikube"
|
|
},
|
|
"workbench.colorTheme": "Obsidian Dark",
|
|
"terminal.integrated.env.linux": {},
|
|
"console-ninja.featureSet": "Community",
|
|
"files.associations": {
|
|
".env*": "dotenv",
|
|
".env": "properties",
|
|
"*.conf": "nginx",
|
|
"ostream": "cpp"
|
|
},
|
|
"editor.tokenColorCustomizations": {
|
|
"[*Light*]": {
|
|
"textMateRules": [
|
|
{
|
|
"scope": "ref.matchtext",
|
|
"settings": {
|
|
"foreground": "#000"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"[*Dark*]": {
|
|
"textMateRules": [
|
|
{
|
|
"scope": "ref.matchtext",
|
|
"settings": {
|
|
"foreground": "#fff"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"textMateRules": []
|
|
},
|
|
"dotenv.enableAutocloaking": false,
|
|
"git.openRepositoryInParentFolders": "never",
|
|
"[shellscript]": {
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
},
|
|
"shellformat.effectLanguages": [
|
|
"shellscript",
|
|
"dockerfile",
|
|
"dotenv",
|
|
"hosts",
|
|
"jvmoptions",
|
|
"ignore",
|
|
"gitignore",
|
|
"properties",
|
|
"spring-boot-properties",
|
|
"azcli",
|
|
"bats"
|
|
],
|
|
"[dockerfile]": {
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
},
|
|
"[ignore]": {
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
},
|
|
"[dotenv]": {
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
},
|
|
"emulator.emulatorPath": "~/Android/Sdk/emulator",
|
|
"[properties]": {
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
},
|
|
"[toml]": {
|
|
"editor.defaultFormatter": "tamasfe.even-better-toml"
|
|
},
|
|
"terminal.integrated.defaultProfile.linux": "bash",
|
|
"diffEditor.ignoreTrimWhitespace": false,
|
|
"[sql]": {
|
|
"editor.defaultFormatter": "adpyke.vscode-sql-formatter"
|
|
},
|
|
"editor.fontFamily": "'Noto Sans Mono', 'monospace', monospace",
|
|
"stripe.telemetry.enabled": false,
|
|
"editor.linkedEditing": true
|
|
}
|