Skip to content
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

Closed
nils-a opened this issue Oct 11, 2022 · 1 comment · Fixed by #731
Closed

The plugin is not testable directly after git clone #730

nils-a opened this issue Oct 11, 2022 · 1 comment · Fixed by #731
Assignees
Labels
Milestone

Comments

@nils-a
Copy link
Member

nils-a commented Oct 11, 2022

After a fresh clone (or after running git clean -dxf) the workflow of start VSCode and hit F5 to debug does not work.

Compiling fails due to the missing node_module dependencies.

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 gep13 added this to the 2.1.1 milestone Oct 11, 2022
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`
@gep13 gep13 closed this as completed Oct 11, 2022
gep13 added a commit that referenced this issue Oct 11, 2022
* hotfix/2.1.1:
  (#728) update omnisharp on every update of cake.bakery
  (#730) added a new script task
@cake-build-bot
Copy link

🎉 This issue has been resolved in version 2.1.1 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

gep13 added a commit that referenced this issue Oct 11, 2022
* master:
  (#728) update omnisharp on every update of cake.bakery
  (#730) added a new script task
  (build) Switch to local environment variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants