-
Notifications
You must be signed in to change notification settings - Fork 28
v2.0.0 preparations #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.0.0 preparations #137
Conversation
extension renaming Signed-off-by: Jens Reinecke <[email protected]>
Signed-off-by: Jens Reinecke <[email protected]>
Signed-off-by: Jens Reinecke <[email protected]>
fd56215 to
5b0d117
Compare
jonahgraham
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The extension will show now with a different name in Open VSX. And after installation in VS Code.
+1 to update the name to this
- This could be a reason for a major version change, i.e. to v2.0.0. But I believe removal of the Memory Browser would be the next major version update due to removal of a feature. Maybe not an issue at all to have two major version increments in short time (if the removal happens soon).
I think you should jump to 2.0, we can have a 3.0 soon after too. But I don't feel strongly that the changes so far necessitate the change from 1.1 -> 2.0
In this case, I believe we also should remove the note at the top of the README.MD. Doesn't feel right to talk about a preliminary milestone release anymore when bumping major versions. |
Signed-off-by: Jens Reinecke <[email protected]>
Signed-off-by: Jens Reinecke <[email protected]>
Signed-off-by: Jens Reinecke <[email protected]>
|
Should anything else change on this PR before we can get serious with making a release? |
jonahgraham
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I renew my approval.
|
Thanks! @thegecko , would you mind merging this PR and then push a |
Addresses #136 (see issue for rational why not updating more dependencies first).
Should be merged after #135.
Note that this contains some potentially controversial changes concerning the extension's name.
Preparations for first release to both VS Code marketplace and Open VSX registry.
v1.1.0v2.0.0.CHANGELOG.mdandpackage.json.displayNamewhich is shown on the marketplace and presumably Open VSX instead ofcdt-gdb-vscode.displayNameto "CDT GDB Debug Adapter Extension"descriptionto "CDT GDB debug adapter extension for Visual Studio Code" to better agree with VS Code brand guidelines.README.md,DEVELOPMENT.md, andCONTRIBUTING.mdtitles (in the files) accordingly.Adding
displayNameand changing description and MD title names (in the files) is the potentially controversial part:[Update]: Changed to prepare for v2.0.0, no longer v1.1.0.
@jonahgraham , @thegecko , opinions on this would be much appreciated.