blindly / vscode-puppet

Puppet Language and Snippets Support for Visual Studio Code
MIT License
9 stars 5 forks source link

Fixed calling of puppet-lint on windows. #13

Closed bitzl closed 7 years ago

bitzl commented 7 years ago

Checking the code with puppet-lintdoes not work on windows, because the spawning process needs to be wrapped by a windows cmd-call: cmd /c <call as it would be on Linux/MacOS>.

Fixes #12.

bitzl commented 7 years ago

Forked this extension to bitzl/vscode-puppet. I've applied this PR and other minor fixes, e.g. upgrade to recent VS Code APIs.

I'm still interested in merging our efforts in one project, but wasn't able to contact the maintainer to discuss this. Feel free to contact me to keep consolidate our efforts.