Skip to content

Instantly share code, notes, and snippets.

@hafeez-syed
Created May 29, 2017 14:20
Show Gist options
  • Select an option

  • Save hafeez-syed/f25f76d2f56ffbc9c2f7b31be9e41f4d to your computer and use it in GitHub Desktop.

Select an option

Save hafeez-syed/f25f76d2f56ffbc9c2f7b31be9e41f4d to your computer and use it in GitHub Desktop.

Revisions

  1. hafeez-syed created this gist May 29, 2017.
    22 changes: 22 additions & 0 deletions typescript-user-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    {
    "typescript.tsdk": "/usr/local/lib/node_modules/typescript/lib",

    //"editor.fontFamily": "Roboto Mono",
    "editor.fontSize": 16,
    "editor.quickSuggestions": true,
    "editor.parameterHints": true,
    "editor.wordBasedSuggestions": true,
    "editor.selectionHighlight": false,
    "editor.suggestOnTriggerCharacters": true,

    "editor.cursorBlinking": "solid",

    "files.autoSave": "afterDelay",
    "files.autoSaveDelay": 1000,

    "vsicons.projectDetection.autoReload": true,
    "window.zoomLevel": 1,
    "typescript.check.tscVersion": false,
    "workbench.colorTheme": "Material Theme",
    "workbench.iconTheme": "material-icon-theme"
    }