Skip to content

Commit 1722f46

Browse files
Added new config option
1 parent 7eb6a48 commit 1722f46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@
144144
"default": "",
145145
"markdownDescription": "Pass additional arguments to the language server."
146146
},
147+
"haskell.envVars": {
148+
"scope": "resource",
149+
"type": "object",
150+
"default": {},
151+
"markdownDescription": "Define environment variables for compilation/execution."
152+
},
147153
"haskell.updateBehavior": {
148154
"scope": "machine",
149155
"type": "string",

0 commit comments

Comments
 (0)