Skip to content

Instantly share code, notes, and snippets.

@hafeez-syed
Created May 29, 2017 14:20
Show Gist options
  • Save hafeez-syed/f25f76d2f56ffbc9c2f7b31be9e41f4d to your computer and use it in GitHub Desktop.
Save hafeez-syed/f25f76d2f56ffbc9c2f7b31be9e41f4d to your computer and use it in GitHub Desktop.
Typescript user settings
{
"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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment