devtools icon indicating copy to clipboard operation
devtools copied to clipboard

fix: VSCode Devtools config is setup to use an outdated method

Open hdwebpros opened this issue 1 year ago â€ĸ 0 comments

🐛 The bug

To get the VSCode devtools integration, you are met with this message:

Install VS Code Server It seems you don't have code-server installed. Learn more about it with this guide. Once installed, restart Nuxt and visit this tab again.

The issue is that the URL provided tries to get you to use code-server, which Microsoft has abandoned. Following their docs, if you try you get wget: bad address 'vscodeserverlauncher.blob.core.windows.net'

And their docs suggest to use tunneling. Here is a related issue: https://github.com/microsoft/vscode/issues/206210

đŸ› ī¸ To reproduce

Use devtools on a device that doesn't have code-server and try to install code-server

🌈 Expected behavior

The VSCode integration to work

â„šī¸ Additional context

No response

hdwebpros avatar Feb 25 '25 14:02 hdwebpros