freeCodeCamp contributor's guide: https://contribute.freecodecamp.org/
To contribute a new course, see the external-project repository.
To contribute to this extension, see below.
Fork the repository, then clone it to your local machine:
git clone https://github.com/freeCodeCamp/courses-vscode-extension.git
Change into the directory, and install the dependencies:
cd courses-vscode-extension
npm install
Run the development script:
npm run watch
F5
should open a new VSCode window with the extension running.
VSIX Commit Message: patch(1.0.1): update courses url
Pull Request Title: fix(patch): update courses url
Include the vsix file, and specify if change is patch (0.0.x
), minor (0.x.0
), or major (x.0.0
).
Run the following command with the argument being either patch
, minor
, or major
:
npm run pack <semver_change>