Skip to content

Instantly share code, notes, and snippets.

@marklearst
Created December 28, 2022 23:16
Show Gist options
  • Save marklearst/61a55db04a96f79f79630ea7f5f23ef8 to your computer and use it in GitHub Desktop.
Save marklearst/61a55db04a96f79f79630ea7f5f23ef8 to your computer and use it in GitHub Desktop.

Revisions

  1. marklearst created this gist Dec 28, 2022.
    75 changes: 75 additions & 0 deletions vscode-old-settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,75 @@
    {
    "editor.fontSize": 18,
    "editor.fontFamily": "MonoLisa, Menlo, Monaco, 'Courier New', monospace",
    "editor.tabSize": 2,
    "editor.formatOnPaste": true,
    "editor.minimap.renderCharacters": false,
    "editor.fontLigatures": true,
    "editor.lineHeight": 30,
    "editor.wordWrap": "on",
    "editor.rulers": [80, 120],
    "emmet.includeLanguages": {
    "javascript": "javascriptreact"
    },
    "explorer.openEditors.visible": 0,
    "files.trimFinalNewlines": true,
    "files.trimTrailingWhitespace": true,
    "files.exclude": {
    "**/.git": false,
    "**/.gitt": true,
    "**/.vscode": false
    },
    "git.autofetch": true,
    "security.workspace.trust.untrustedFiles": "open",
    "sync.gist": "2939aabddaa4c97f90020f87975b8b1d",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "workbench.colorTheme": "Monokai Pro",
    "workbench.iconTheme": "file-icons",
    "workbench.list.smoothScrolling": true,
    "workbench.preferredDarkColorTheme": "Monokai Pro",
    "workbench.tree.indent": 14,
    "workbench.tree.renderIndentGuides": "always",
    "workbench.view.alwaysShowHeaderActions": true,
    "files.associations": {
    "*.js": "javascriptreact"
    },
    "editor.suggestSelection": "first",
    "git.confirmSync": false,
    "terminal.integrated.fontFamily": "MonoLisa, Menlo, Monaco, 'Courier New', monospace",
    "terminal.integrated.fontSize": 16,
    "terminal.external.osxExec": "iTerm2.app",
    // "terminal.explorerKind": "external",
    "json.schemas": [
    {
    "$schema": "https://json.schemastore.org/jsconfig"
    }
    ],
    "explorer.confirmDragAndDrop": false,
    "javascript.updateImportsOnFileMove.enabled": "always",
    "git.ignoreRebaseWarning": true,
    "editor.unicodeHighlight.allowedCharacters": {
    "’": true
    },
    "window.commandCenter": true,
    "workbench.productIconTheme": "macos-modern",
    "editor.stickyTabStops": true,
    "editor.stickyScroll.enabled": true,
    "tabnine.experimentalAutoImports": true,
    "editor.inlineSuggest.enabled": true,
    "window.zoomLevel": 1,
    "github.copilot.enable": {
    "*": false,
    "yaml": false,
    "plaintext": false,
    "markdown": false
    },
    "svg.preview.mode": "svg",
    "security.workspace.trust.startupPrompt": "always",
    "[typescript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "editor.formatOnSave": true,
    "editor.formatOnSaveMode": "modifications",
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "rapidapi.terminalLink.enabled": false
    }