Created
July 19, 2021 18:18
-
-
Save isovector/5d8f66c2d4b1a0606debc781bcd29f84 to your computer and use it in GitHub Desktop.
settings
This file contains 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
{ | |
"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