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
According to the official documentation here the Yeoman generator tool can generate extensions for
Visual Studio Codewith the help of thegenerator-codegenerator.So i started a new project (empty folder) generated a new
package.jsonand installed the latest yo and generator-code from npmjs.comThen 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/stableso 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.54is enough to create a full extension for actualVisual Studio Code!?I'm running VSCodium 1.95.3