Experimental project for running Source Academy within Visual Studio Code.
- Setup the project
yarn
- Compile
yarn compile
- Run the extension in debug mode by opening the root folder a VSCode window, then "Start Debugging" (or press F5). For now, this requires a patched version of the Source Academy frontend.
- Ensure the
frontend
submodule has been cloned - Apply the patches in the
frontend-patches
folder:cd frontend # These patches are generated with `git format-patch -<n> HEAD` git apply --verbose ../frontend-patches/*.patch
- Continue to follow instructions in frontend/README.md to start the frontend.