Skip to content

Instantly share code, notes, and snippets.

@isovector
Created July 19, 2021 18:18
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 isovector/5d8f66c2d4b1a0606debc781bcd29f84 to your computer and use it in GitHub Desktop.
Save isovector/5d8f66c2d4b1a0606debc781bcd29f84 to your computer and use it in GitHub Desktop.
settings
{
"haskell.serverExecutablePath": "/home/sandy/prj/hls/.stack-work/install/x86_64-linux-tinfo6/95210f202fcc608b16b9b498dd9af8f1b8d43ff153fe428a250346ccc0cf33e5/8.8.4/bin/haskell-language-server",
"haskell.formatOnImportOn": false,
"haskell.plugin.tactics.config.features": "QrfgehpgNyy/HfrQngnPba/ErsvarUbyr/XabjaZbabvq/RzcglPnfr/QrfgehpgCha/Zrgncebtenz",
"window.zoomLevel": 1,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.olean": true
},
"editor.autoClosingOvertype": "never",
"editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"editor.autoSurround": "never",
"editor.dragAndDrop": false,
"editor.emptySelectionClipboard": false,
"editor.lineNumbers": "relative",
"workbench.enableExperiments": false,
"haskell.hlintOn": false,
"haskell.plugin.tactics.config.hole_severity": 2,
"haskell.plugin.tactics.config.timeout_duration": 5,
"haskell.completionSnippetsOn": false,
"haskell.updateBehavior": "never-check",
"http.proxyStrictSSL": false,
"http.systemCertificates": false,
"haskell.plugin.tactic.globalOn": false,
"haskell.plugin.splice.globalOn": false,
"haskell.plugin.pragmas.completionOn": false,
"haskell.plugin.pragmas.codeActionsOn": false,
"haskell.plugin.moduleName.globalOn": false,
"haskell.plugin.importLens.codeLensOn": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment