Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix vscode-js-debug submodule initialization (#859)
This PR fixes an issue that occurred on fresh clones of the repository. In #846 we added a new submodule `vscode-js-debug` along with preinstall actions that should build it. This PR adds initialization to that flow so the command works on fresh clones as well. ### How Has This Been Tested: run: - `git clone [email protected]:software-mansion/radon-ide.git` - `cd packages/vscode-extension` - `npm i` everything should work
- Loading branch information