Skip to content

Commit

Permalink
Support setting MIX_TARGET for a project
Browse files Browse the repository at this point in the history
Will be utilized in elixir-lsp/elixir-ls#299
  • Loading branch information
jjcarstens committed Jun 17, 2020
1 parent 38b3666 commit 109a91b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@
"default": "test",
"minLength": 1
},
"elixirLS.mixTarget": {
"scope": "resource",
"type": "string",
"description": "Mix target to use for compilation (requires Elixir >= 1.8)",
"minLength": 0
},
"elixirLS.projectDir": {
"type": "string",
"description": "Subdirectory containing Mix project if not in the project root",
Expand Down

0 comments on commit 109a91b

Please sign in to comment.