Created
May 29, 2017 14:20
-
-
Save hafeez-syed/f25f76d2f56ffbc9c2f7b31be9e41f4d to your computer and use it in GitHub Desktop.
Revisions
-
hafeez-syed created this gist
May 29, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" }