fix: VSCode Devtools config is setup to use an outdated method
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.3k
- Forks
- 214
- Avg merge
- 13h 22m
- Merged PRs (30d)
- 18
Description
🐛 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the VSCode devtools installation flow and reviewing the linked Microsoft tunneling guidance; the work is complete when the integration no longer directs users to the abandoned code-server setup and works through the supported method.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxtjs, typescript, vscode
- Domain
- developer-experience, devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100