-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The plugin is not testable directly after git clone
#730
Comments
nils-a
added a commit
to nils-a/cake-vscode
that referenced
this issue
Oct 11, 2022
Which calls "npm ci", if node_modules does not exist. By calling this before the "watch" task, the workflow of clone, start VSCode, hit F5 will "simply work".
gep13
pushed a commit
to nils-a/cake-vscode
that referenced
this issue
Oct 11, 2022
Which calls "npm ci", if node_modules does not exist. By calling this before the "watch" task, the workflow of clone, start VSCode, hit F5 will "simply work".
gep13
added a commit
that referenced
this issue
Oct 11, 2022
(#730) added a new script task `ensureCi`
🎉 This issue has been resolved in version 2.1.1 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After a fresh
clone
(or after runninggit clean -dxf
) the workflow of start VSCode and hit F5 to debug does not work.Compiling fails due to the missing
node_module
dependencies.The text was updated successfully, but these errors were encountered: