We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4690201 commit d96fa70Copy full SHA for d96fa70
CHANGELOG.md
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
None
11
12
+## [0.0.3] - 2020-10-24
13
+
14
+### Added
15
16
+- Include the execute path given in the extension's config into the env variable `PATH` of the `mix credo` command
17
+ - It solves issues with specifying a path to the asdf-vm shims
18
19
## [0.0.2] - 2020-10-25
20
21
### Changed
package.json
@@ -6,7 +6,7 @@
6
},
7
"displayName": "Elixir Linter (Credo)",
8
"description": "VSC Support for Elixir linter 'Credo'.",
- "version": "0.0.2",
+ "version": "0.0.3",
"engines": {
"vscode": "^1.47.0"
0 commit comments