microsoft / microsoft/vscode-generator-code
404 - Unable to evaluate the latest vscode version
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 262
- Avg merge
- 15d 22h
- Merged PRs (30d)
- 1
Description
According to the official documentation here the Yeoman generator tool can generate extensions for Visual Studio Code with the help of the generator-code generator.
So i started a new project (empty folder) generated a new package.json and installed the latest yo and generator-code from npmjs.com
Then i followed the guide to create a new Color-Theme extension, but the first thing i was facing with is (maybe) a temporal error (see screenshot below)...
Seems the actual version isn't able to fetch the latest version spec from remote url https://update.code.visualstudio.com/api/releases/stable so iam unsure if this is just an temporal issue (admins doing work on those site) or is this a real bug (an outdated remote url, or so).
Now its not clear if the fallback to version ^1.54 is enough to create a full extension for actual Visual Studio Code!?
I'm running VSCodium 1.95.3
Contributor guide
No contributing guide indexed for this repository
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 with the generator-code setup in the mentioned package.json and reproduce the color-theme generation from an empty folder using VSCodium 1.95.3. Check the request to https://update.code.visualstudio.com/api/releases/stable and the fallback to ^1.54; done means identifying why the latest version cannot be evaluated and confirming whether the fallback remains valid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100