-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: added Export to Go support VSCODE-411 #567
Conversation
@@ -243,6 +243,10 @@ | |||
"command": "mdb.exportToRuby", | |||
"title": "MongoDB: Export To Ruby" | |||
}, | |||
{ | |||
"command": "mdb.exportToGo", |
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.
You should also specify that this command is available only when a user is connected and for playground only and not other files opened in vscode.
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.
Done!
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.
Other than what Alena mentioned, I would only request a small change in PR title, for it to be aligned with the guideline here. Helps creating better, semantically readable release notes towards the end when we do the releases.
Description
Exposes "Export to GO" support.
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes