Use VSCode plugin's problem matchers

This commit is contained in:
Jonathan Clem
2020-08-05 13:08:02 -04:00
parent 230dd25d80
commit bae0896578
4 changed files with 82 additions and 24 deletions

View File

@@ -126,6 +126,10 @@ if System.get_env("GITHUB_ACTIONS") do
end
```
## Matchers
The problem matchers in this repository are adapted from [here](https://github.com/fr1zle/vscode-elixir/blob/45eddb589acd7ac98e0c7305d1c2b24668ca709a/package.json). See [MATCHER_NOTICE](MATCHER_NOTICE.md) for license details.
## License
The scripts and documentation in this project are released under the [MIT license](LICENSE.md).