-
Notifications
You must be signed in to change notification settings - Fork 34
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
How to fix port
undefined
#23
Comments
With Packeruse {
"microsoft/vscode-js-debug",
opt = true,
run = "npm install --legacy-peer-deps && npm run compile",
tag = 'v1.74.1'
} |
Thanks for this! And @JbIPS for the packer config. I think it would be better to set the tag to |
Add a tag instruction in Packer installation doc to freeze `vscode-js-debug` version to 1.x and fix mxsdev#23
Using Seems like they released the breaking change as |
It should be fixed now and working with the main branch of vscode-js-debug again. More info: microsoft/vscode-js-debug#1502 |
I got everything work, tested on latest commit microsoft/vscode-js-debug@df22101. should we close this issue ? |
I am still experiencing this on 1.75.1, 1.74.1 works fine though. Really strange, anyone else? |
@Raagh use latest commit. |
Do not use latest commit https://github.com/microsoft/vscode-js-debug . use
v1.74.1
.Error
Manually
git clone https://github.com/microsoft/vscode-js-debug cd vscode-js-debug git pull git fetch --all --tags git checkout tags/v1.74.1 npm install --legacy-peer-deps npm run compile
The text was updated successfully, but these errors were encountered: