feat: ability to use custom remote vscode URL
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.3k
- Forks
- 214
- Avg merge
- 13h 22m
- Merged PRs (30d)
- 18
Description
🆒 Your use case
I host my own Coder Code Server under domain vscode.xxxxxxxx, and open ports under domain portNumber.vscode.xxxxxxxx.
It would be great if I can use vscode feature in devtools with the VS Code Server that I have hosted in specific domain (vscode.xxxxxxxx).
🆕 The solution you'd like
Provide the ability to override custom vscode server URL (for the VS Code tab iframe URL) in vscode devtools config.
🔍 Alternatives you've considered
I can write my own custom tabs in nuxt.config.ts via hooks, but would love to see native solutions provided under devtools config.
ℹ️ Additional info
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
Start by inspecting the vscode devtools configuration and the custom tab hooks described in nuxt.config.ts, then trace how the VS Code tab iframe URL is built. Done means a configured custom VS Code Server URL is used by the native VS Code tab while existing behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxt, typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100