Last active
January 22, 2025 01:25
-
-
Save hossam-elshabory/f792c43559f97377a1030f1eb1763efc to your computer and use it in GitHub Desktop.
Google IDX IDE ~ Workspace Settings JSON file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "http.proxySupport": "off", | |
| "terminal.integrated.localEchoLatencyThreshold": -1, | |
| "terminal.integrated.localEchoEnabled": "off", | |
| "workbench.editorAssociations": { | |
| "*.md": "vscode.markdown.preview.editor" | |
| }, | |
| "workbench.startupEditor": "none", | |
| "editor.fontFamily": "JetBrains Mono, Menlo, Monaco, Courier New, monospace", | |
| "editor.fontWeight": "normal", | |
| "editor.fontSize": 13, | |
| "editor.lineHeight": 1.5, | |
| "editor.letterSpacing": 0, | |
| "debug.console.fontSize": 12, | |
| "window.commandCenter": false, | |
| "workbench.preferredDarkColorTheme": "Monospace Dark", | |
| "workbench.preferredLightColorTheme": "Monospace Light", | |
| "workbench.iconTheme": "material-icon-theme", | |
| "window.autoDetectColorScheme": true, | |
| "workbench.layoutControl.enabled": false, | |
| "inlineChat.mode": "preview", | |
| "editor.formatOnSave": true, | |
| "notebook.formatOnSave.enabled": true, | |
| "files.autoSave": "onFocusChange", | |
| "ruff.lineLength": 88 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment