{
  "application.updateMode": "none",

  "breadcrumbs.enabled": false,

  "colorTheme.cache": "",

  "completions.loadingDelay": 1200,

  "development.watchColorTheme": true,
  "develop.fileWatcher": false,

  "editor.fontSize": 15,
  "editor.fontFamily": "'Fira Code'",
  "editor.lineHeight": 20,
  "editor.formatOnSave": false,
  "editor.letterSpacing": 0.5,
  "editor.fontLigatures": true,
  "editor.links": true,
  "editor.minimap.enabled": false,
  "editor.tabSize": 2,
  "editor.hover": true,

  "editor.autoClosingBrackets": true,
  "editor.autoClosingQuotes": true,
  "editor.cache": true,
  "editor.diagnostics": true,
  "editor.quickSuggestions": false,
  "editor.semanticTokens": false,

  "extensions.autoUpdate": true,

  "files.autoSave": "off",

  "files.exclude": {
    "**/.git": true,
    "**/.svn": true,
    "**/.hg": true,
    "**/.DS_Store": true,
    "**/Thumbs.db": true
  },

  "languages.jsFilesAsJsx": false,

  "layout.backendUrl": "",

  "icon-theme.cache": true,

  "search.threads": 1,

  "sessionReplay.enabled": false,

  "simpleBrowser.suggestions": false,
  "simpleBrowser.shortcuts": [],
  "simpleBrowser.tabs.enabled": true,

  "statusBar.itemsVisible": false,

  "terminal.backend": "real",
  "terminal.separateConnection": false,
  "terminal.tabs.enabled": true,

  "titleBar.titleEnabled": false,

  "window.titleBarStyle": "custom",
  "window.zoomLevel": 0,
  "window.controlsOverlay.enabled": true,

  "Workers.cleanUpAfterLoad": false,

  "workbench.colorTheme": "slime",
  "workbench.iconTheme": "vscode-icons",
  "workbench.activityBar.visible": true,
  "workbench.editor.showTabsWhileLoading": false,
  "workbench.sideBar.visible": true,
  "workbench.sideBarLocation": "right",
  "workbench.saveStateOnVisibilityChange": true,

  "workspace.defaultWorkspace": "fetch:///playground",

  "keyBindings.fallTroughBrowserView": ["ctrl+p", "ctrl+shift+p", "ctrl+b", "ctrl+m", "ctrl+Tab"]
}
