Closed
Description
We currently use yarn link to create a symlink between vendor/modules/code-oss-dev and coder/vscode (our fork). This is a bit unreliable and also requires cloning and updating two separate repos. The first step then would be to switch away from yarn link and use a submodule.
- Remove vendor
- Add git submodule under lib/vscode
- update all the paths and the scripts to point to that location
There may be some additional code to cleanup