The tool that establishes communication between the scoring SPA and the files in your IDE.
-
Clone the repository:
git clone [email protected]:InditexTech/api-scoring-ide-plugins.git
-
Install the VSCE following the documentation with the following command:
npm install --global @vscode/vsce
-
In the terminal, use the next command inside the
/code
folder:npm install vsce package
-
The previous step should create a
.vsix
file in the directory. Use the.vsix
file to install it.
View the documentation for usage information.