https://github.com/freeCodeCamp/courses-vscode-extension
freeCodeCamp VSCode extension to help run and develop courses
https://github.com/freeCodeCamp/courses-vscode-extension
Last synced: 5 months ago
JSON representation
freeCodeCamp VSCode extension to help run and develop courses
- Host: GitHub
- URL: https://github.com/freeCodeCamp/courses-vscode-extension
- Owner: freeCodeCamp
- License: bsd-3-clause
- Created: 2022-01-18T11:37:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:43:21.000Z (6 months ago)
- Last Synced: 2024-10-30T01:48:01.245Z (6 months ago)
- Language: TypeScript
- Size: 4.68 MB
- Stars: 46
- Watchers: 8
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- jimsghstars - freeCodeCamp/courses-vscode-extension - freeCodeCamp VSCode extension to help run and develop courses (TypeScript)
README
# freeCodeCamp - Courses
This extension helps run the freeCodeCamp courses found here: [./resources/courses.json](resources/courses.json)
**NOTE TO COURSE CREATORS:** To be used in conjunction with [freeCodeCampOS](https://github.com/freeCodeCamp/freeCodeCampOS).
## Features
### How to Open A Course
1. Press `Ctrl + Shift + P` and select `freeCodeCamp: Open Course`

3. Select a course from the list

4. `Ctrl + Shift + P` and select `Remote-Containers: Rebuild and Reopen in Container`
5. `Ctrl + Shift + P` and select `freeCodeCamp: Run Course`


---
## Creating a Course
See https://opensource.freecodecamp.org/freeCodeCampOS/