-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## v0.14.0 ### Minor Changes - Add feature to dynamically associate yaml files to `ansible` language (#600) @priyamsahoo ### Bugfixes - Use new location of ansible-lint config JSON Schema (#608) @ssbarnea - Fix the display of double `Ansible` in status-bar text (#605) @priyamsahoo - Disable python debugger when running external commands (#603) @ssbarnea Co-authored-by: Ansible DevTools <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -521,7 +521,7 @@ | |
"test-e2e": "yarn run test-compile && node ./out/client/test/testRunner", | ||
"test-e2e-withserver": "yarn run test-compile-withserver && node ./out/client/test/testRunner" | ||
}, | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"packageManager": "[email protected]", | ||
"vsce": { | ||
"dependencies": false, | ||
|