Skip to content

Commit

Permalink
Merge pull request #213 from vacarsu/master
Browse files Browse the repository at this point in the history
add setting for environment variables
  • Loading branch information
lukaszsamson committed Dec 14, 2021
2 parents 417b48c + 5dd3965 commit 76392a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -100,6 +100,12 @@
],
"default": "dialyxir_long"
},
"elixirLS.envVariables": {
"scope": "resource",
"type": "object",
"description": "Environment variables to use for compilation",
"minLength": 0
},
"elixirLS.mixEnv": {
"scope": "resource",
"type": "string",
Expand Down

0 comments on commit 76392a8

Please sign in to comment.