This guide provides step-by-step instructions to clone and test this VS Code extension locally on your system.
This guide provides step-by-step instructions to clone and test this VS Code extension locally on your system.
-
Node.js : Make sure you have Node.js installed. Download Node.js
-
Visual Studio Code : Install VS Code if not already installed. Download VS Code
-
Git : Ensure Git is installed on your system. Download Git
Run the following command in your terminal to clone the extension's repository:
git clone https://github.com/Keval9247/ConsoleX.git
Navigate into the project folder :
cd consolex
Install the required Node.js dependencies using npm :
npm install
Launch Visual Studio Code and open the project folder :
code .
-
Open the Run and Debug view in VS Code (shortcut:
Ctrl+Shift+D
orCmd+Shift+D
on Mac). -
Select Run Extension from the dropdown menu.
-
Press
F5
or click the greenplay button (▶)
to launch a new VS Code window (Extension Development Host).
- The Extension Development Host window will open, where you can test your extension’s functionality.
- Follow any specific usage instructions for the extension.
Dependencies Issue : If npm install
fails, ensure you have the correct version of Node.js installed.
Extension Doesn’t Load : Check the Debug Console in the main VS Code window for errors.
Permission Denied : Ensure you have appropriate write permissions in the project folder.
If you find issues or want to improve the extension, feel free to fork the repository, make changes, and submit a pull request.
This extension is licensed under the MIT License.