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
I'm trying to launch this project through various launch configurations defined in .vscode/launch.json. The Server and Extension + Server configuration failed to start with following error:
C:\Program Files\nodejs\node.exe .\resources\debug\debugAdapter.js --server=4711
Process exited with code 1
Uncaught Error Error: Cannot find module 'C:\Users\username\git\vscode-apimanagement\resources\debug\debugAdapter.js'
at Module._resolveFilename (<node_internals>/internal/modules/cjs/loader:1140:15)
at Module._load (<node_internals>/internal/modules/cjs/loader:981:27)
at executeUserEntryPoint (<node_internals>/internal/modules/run_main:128:12)
at <anonymous> (<node_internals>/internal/main/run_main_module:28:49)
I'm trying to launch this project through various launch configurations defined in
.vscode/launch.json
. TheServer
andExtension + Server
configuration failed to start with following error:Environment:
node: 18.20.5
npm: 10.8.2
vscode: 1.95.3
The text was updated successfully, but these errors were encountered: