2024-01-19 03:43:56 +00:00
|
|
|
{
|
2024-01-25 15:15:25 +00:00
|
|
|
"application.shellEnvironmentResolutionTimeout": 90,
|
|
|
|
"workbench.colorTheme": "Default High Contrast",
|
2024-02-06 22:52:24 +00:00
|
|
|
"remote.SSH.connectTimeout": 90,
|
2024-01-25 15:15:25 +00:00
|
|
|
"remote.SSH.enableDynamicForwarding": false,
|
|
|
|
"remote.SSH.enableAgentForwarding": false,
|
|
|
|
"remote.SSH.enableX11Forwarding": false,
|
|
|
|
"python.analysis.inlayHints.functionReturnTypes": true,
|
|
|
|
"python.analysis.inlayHints.variableTypes": true,
|
|
|
|
"editor.minimap.enabled": false,
|
|
|
|
"editor.fontSize": 12,
|
|
|
|
"editor.cursorStyle": "block",
|
|
|
|
"editor.fontFamily": "'Cascadia Mono', 'monospace', monospace",
|
|
|
|
"workbench.colorCustomizations": {
|
|
|
|
"editorCursor.foreground": "#ccff66",
|
|
|
|
"terminalCursor.foreground": "#ccff66"
|
|
|
|
},
|
2024-02-11 19:59:55 +00:00
|
|
|
"workbench.editor.showTabs": "none",
|
|
|
|
"workbench.activityBar.location": "hidden",
|
|
|
|
"window.menuBarVisibility": "toggle",
|
|
|
|
"explorer.autoReveal": false,
|
2024-01-25 15:15:25 +00:00
|
|
|
"[python]": {
|
|
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
|
|
"editor.formatOnSave": true
|
2024-01-27 02:21:09 +00:00
|
|
|
},
|
2024-02-06 22:52:24 +00:00
|
|
|
"[terraform]": {
|
|
|
|
"editor.defaultFormatter": "hashicorp.terraform",
|
|
|
|
"editor.formatOnSave": true
|
|
|
|
},
|
|
|
|
"[terraform-vars]": {
|
|
|
|
"editor.defaultFormatter": "hashicorp.terraform",
|
|
|
|
"editor.formatOnSave": true
|
|
|
|
},
|
2024-02-11 19:59:55 +00:00
|
|
|
"black-formatter.importStrategy": "fromEnvironment",
|
|
|
|
"workbench.statusBar.visible": false
|
2024-01-25 15:15:25 +00:00
|
|
|
}
|