17 lines
653 B
JSON
17 lines
653 B
JSON
|
{
|
||
|
"workbench.colorTheme": "Default High Contrast",
|
||
|
"remote.SSH.connectTimeout": 30,
|
||
|
"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"
|
||
|
}
|
||
|
}
|