monovaldes / vscode-linter-codeclimate

VSCode CodeClimate Linter
Do What The F*ck You Want To Public License
4 stars 1 forks source link

Using codeclimate within VSCode - Windows #6

Open wcoto opened 4 years ago

wcoto commented 4 years ago

Hi everyone,

This is more like a clarification instead of reporting an issue. Basically my doubt is whether it is possible to use this plugin in VSCode based on Windows. If yes, do you have specific configuration to do so?

Regards, Wagner

monovaldes commented 4 years ago

Hi Wagner,

This plugin works 'natively' on Linux, but in theory, it could work. I guess the best option for you would be using Docker for Windows and following the running-inside-of-a-docker-container instructions.

In essence, this plugin calls the codeclimate-cli (Docker based) executable, which should be accessible either in your OS or inside a specified container.

Best of luck