Skip to content

Instantly share code, notes, and snippets.

@Rafailong
Last active June 21, 2017 16:12
Show Gist options
  • Save Rafailong/4882bde77353968ab198165cfdf871f1 to your computer and use it in GitHub Desktop.
Save Rafailong/4882bde77353968ab198165cfdf871f1 to your computer and use it in GitHub Desktop.
// 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
{
"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