Just realized I never followed up on this post after work Friday. I ended up getting some things resolved, and here are a few notes I made:

1/3

1. .esproj is more formally referred to as JavaScript Project System and shares a lot of the syntax with .csproj but has a lot less supported at present. But searching for that phrase can be helpful. Also it can be useful to generate a throwaway React or Express app from template just to see how things are defined.

#ESProj #VisualStudio

Adding a few hashtags because they might help bring up some #Windows and #VisualStudio devs:

#React #ReactJS #Angular #TypeScript #Vue #ASPNetCore #ASPCore #NPM

Appreciate any help with #esproj and general VS 2022 configuration folks can lend!

Anyone with #VisualStudio experience that includes #NodeJS projects and working with an #esproj file have any examples they can share with me? I’m working to migrate a NodeJS project from a Linux environment to a Windows environment and including it in a monorepo with other projects, and I’m struggling with configs not working. Examples including #Jest testing configs would be appreciated, too.

Main issues:

- launch.json options appear but don’t work
- Jest tests detected but failing