From 109a91b357e22658541a4f4b136fae1389152f56 Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Mon, 15 Jun 2020 08:58:21 -0600 Subject: [PATCH] Support setting MIX_TARGET for a project Will be utilized in https://github.com/elixir-lsp/elixir-ls/pull/299 --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 4428660..d752ba9 100644 --- a/package.json +++ b/package.json @@ -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",