Can we run common setup steps on codespace startup?
Open
enhancement
good first issue
- Dominant language
- Bicep
- Stars
- 3.6k
- Forks
- 830
- Avg merge
- 1d 21m
- Merged PRs (30d)
- 79
Description
When you open a branch in GitHub codespaces, you have to run `npm install` or `npm ci` from `/src/vscode-bicep/` every time you create a new codespace.
In addition, launching the VS code extension the first time fails with the following:

Is there something we could do so the environment is prepared and neither of the things I mentioned above happen with a new codespace?
Contributor guide
Assessment
This issue has not been assessed yet.