You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After generating a project with create-nodejs-ts, when I open the project using Microsoft Visual Studio Code (vscode) several error messages are popping up saying that some of the add-ins are terminating.
To Reproduce
Steps to reproduce the behavior:
From c:\try I execute npm create nodejs-ts, creating a \try\my-app directory
code my-app opens the vscode editor
** Observed **
VSCode has outputs errors related to jest. It is complaining that an external process running jest has terminated. The text says:
'"jest.cmd"' is not recognized as an internal or external command,
operable program or batch file.
Jest process "watch-tests" ended unexpectedly
see troubleshooting: https://github.com/jest-community/vscode-jest/blob/master/README.md#troubleshooting
Expected behavior
Normal VsCode startup
Diagnosed Issue
The template seemed to have left out two steps VsCode assumes have been done.
git init
npm install (or equivalant)
It obviously wasn't a big deal to figure that out, but for less experienced devs, executing those steps would be great.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: Windows 11 Pro. version 22H2, (OS Build 22621.232)
Describe the bug
After generating a project with create-nodejs-ts, when I open the project using Microsoft Visual Studio Code (vscode) several error messages are popping up saying that some of the add-ins are terminating.
To Reproduce
Steps to reproduce the behavior:
npm create nodejs-ts
, creating a \try\my-app directorycode my-app
opens the vscode editor** Observed **
VSCode has outputs errors related to jest. It is complaining that an external process running jest has terminated. The text says:
Expected behavior
Normal VsCode startup
Diagnosed Issue
The template seemed to have left out two steps VsCode assumes have been done.
git init
npm install
(or equivalant)It obviously wasn't a big deal to figure that out, but for less experienced devs, executing those steps would be great.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Thanks, for your efforts so far. This is obviously only a minor glitch.
The text was updated successfully, but these errors were encountered: