Skip to content

daryledesilva/vscode-docker-linter

 
 

Repository files navigation

Docker Linter

Docker linter is an extension for Visual Studio Code that lets you run linters in docker containers.

Docker linter is avaliable on the Visual Studio Marketplace and you can install it directly inside Code.

More information is avaliable on the marketplace or in the different subdirectories in the repository.

Development

To start development of the extension you fist have to compile the server, which you can do from inside code with the build task, or from the commandline with npm run compile.

cd  ./server
npm install
code .

Then you have to compile and launch the extension.

cd  ./client
npm install
code .

Start build task, and then launch the extension with F5.

Packages

No packages published

Languages

  • TypeScript 94.1%
  • Other 2.4%
  • Python 1.6%
  • Other 1.9%