Skip to content

Instantly share code, notes, and snippets.

@hossam-elshabory
Last active January 22, 2025 01:25
Show Gist options
  • Select an option

  • Save hossam-elshabory/f792c43559f97377a1030f1eb1763efc to your computer and use it in GitHub Desktop.

Select an option

Save hossam-elshabory/f792c43559f97377a1030f1eb1763efc to your computer and use it in GitHub Desktop.
Google IDX IDE ~ Workspace Settings JSON file.
{
"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