You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature
Can we have generator-codium much like generator-code for creating extensions with vscodium itself ?
and be able upload to https://open-vsx.org/ repository also ?
ref https://github.com/Microsoft/vscode-generator-code
the npm repo used to package and create 'generator-code'
a 'generator-codium' of the above repo would be nice
also associated yeoman generator for it ( see below )
Please confirm that this feature is VSCodium-specific
yes, feature is available with vscode but not with codium
general procedure to work with 'generator-code' involves installing yeoman as well
when triggering codium with 'yo throws following error
$ yo codium
Error codium
You don't seem to have a generator with the name “generator-codium” installed.
But help is on the way:
You can see available generators via npm search yeoman-generator or via http://yeoman.io/generators/.
Install them with npm install generator-codium.
To see all your installed generators run yo --generators. Adding the --help option will also show subgenerators.
If yo cannot find the generator, run yo doctor to troubleshoot your system.
Please confirm that the issue/resolution isn't already documented
I guess not as this is a feature request.
Expected behavior
To be able create extensions in vscodium itself
and tooling like generator-codium when initiated should launch vscodium for extension creation instead of vscode
Desktop (please complete the following information):
OS: Linux mint VERSION="21.3 (Virginia)
Architecture : x64
Version : 1.96.2
App Manager: apt ( installed via deb package )
Sandboxed : no
The text was updated successfully, but these errors were encountered:
Publishing is actually the next step (secondary),
What I intended is to create an extension with/ using vscodium itself.
and as I see the solution you mentioned to create extension uses custom made program https://github.com/zokugun/artifact
which seems last updated 3 years ago.
a tooling that is created by vscode team itself would be better as any issues with it is fixed by them in due time
modifying this official tooling to work with vscodium would be ideal and its also will get updates from the parent repo.
The generator for Visual Studio Code should be fine for VSCodium.
so could we adjust it and create a generator-codium for vscodium ?
as a side note, the label 'bug' was automatically added. couldn\t change it, and there was only a bug template available to write any issue
Describe the feature
Can we have generator-codium much like generator-code for creating extensions with vscodium itself ?
and be able upload to https://open-vsx.org/ repository also ?
ref
https://github.com/Microsoft/vscode-generator-code
the npm repo used to package and create 'generator-code'
a 'generator-codium' of the above repo would be nice
also associated yeoman generator for it ( see below )
Please confirm that this feature is VSCodium-specific
yes, feature is available with vscode but not with codium
general procedure to work with 'generator-code' involves installing yeoman as well
when triggering codium with 'yo throws following error
Please confirm that the issue/resolution isn't already documented
I guess not as this is a feature request.
Expected behavior
To be able create extensions in vscodium itself
and tooling like generator-codium when initiated should launch vscodium for extension creation instead of vscode
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: