Skip to content

Instantly share code, notes, and snippets.

@Szer
Created July 3, 2018 11:30
Show Gist options
  • Select an option

  • Save Szer/5f4d530fea2aac22cacfdfeee178bf12 to your computer and use it in GitHub Desktop.

Select an option

Save Szer/5f4d530fea2aac22cacfdfeee178bf12 to your computer and use it in GitHub Desktop.
"debug.allowBreakpointsEverywhere": true,
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "variable.other.binding.fsharp",
"name": "binding names",
"settings": {
"fontStyle": "bold",
"foreground": "#DCDCAA"
}
},
{
"scope": "keyword.other.function-definition.fsharp",
"name": "fun word",
"settings": {
"foreground": "#b422ad"
}
}
]
},
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.renderWhitespace": "boundary",
"window.zoomLevel": 2,
"team.showWelcomeMessage": false,
"FSharp.lineLens.enabled": "replaceCodeLens",
"FSharp.lineLens.prefix": " ",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment