Skip to content

Instantly share code, notes, and snippets.

@mrange
Created March 25, 2021 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrange/4681937fa3964edb99e72bbc715b6d21 to your computer and use it in GitHub Desktop.
Save mrange/4681937fa3964edb99e72bbc715b6d21 to your computer and use it in GitHub Desktop.
vscode
{
"editor.fontSize": 40,
"editor.fontLigatures": false,
"editor.tabSize": 2,
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": true,
"editor.codeLens": false,
"editor.rulers": [
40,
80,
100,
120
],
"FSharp.fsacRuntime": "netcore",
"editor.suggestOnTriggerCharacters": false,
"editor.quickSuggestions": false,
"workbench.colorTheme": "SynthWave '84",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"extensions.ignoreRecommendations": true,
"zenMode.centerLayout": false,
"files.associations": {
"*.fs": "fsharp"
},
"FSharp.enableTreeView": false,
"FSharp.showExplorerOnStartup": false,
"window.zoomLevel": 0,
"ttProcessor.TTPath": "\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\Common7\\IDE\\TextTransform.exe\"",
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.fontFamily": "Cascadia Code, Consolas, 'Courier New', monospace",
"FSharp.useSdkScripts": true,
"synthwave84.brightness": 0.5,
"editor.autoSurround": "never",
"zenMode.hideLineNumbers": false,
"editor.autoClosingBrackets": "never",
"editor.autoClosingOvertype": "never",
"editor.autoClosingQuotes": "never",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment