Last active
June 21, 2017 16:12
-
-
Save Rafailong/4882bde77353968ab198165cfdf871f1 to your computer and use it in GitHub Desktop.
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 characters
// run this in VsCode command palette | |
// F# | |
ext install Ionide.ionide-fsharp | |
ext install Ionide.ionide-fake | |
ext install Ionide.ionide-paket | |
// varia | |
ext install nwolverson.ide-purescript | |
ext install UCL.haskelly | |
// theme | |
ext install jamiewest.theme-light-vs-mac |
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 characters
{ | |
"editor.fontSize": 15, | |
"files.autoSave": "afterDelay", | |
"files.autoSaveDelay": 5000, | |
"editor.tabSize": 2, | |
"editor.renderWhitespace": "all", | |
"editor.cursorStyle": "underline", | |
"editor.fontFamily": "'Fira Code Medium'", | |
"editor.lineHeight": 22, | |
"window.menuBarVisibility": "toggle", | |
"git.confirmSync": false, | |
"window.zoomLevel": 0, | |
"editor.fontLigatures": true, | |
"editor.cursorBlinking": "solid", | |
"workbench.colorTheme": "Light (Visual Studio for Mac)", | |
"editor.letterSpacing": 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment