-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
fix(vscode): show context menu conditionally #3989
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
fix(vscode): show context menu conditionally #3989
Conversation
The code looks good! It's simpler than I expected haha. Any tips on how I can test that locally? |
@tenhobi thanks for the comment. I'm glad it looks simple, that's part of the aim! The steps for testing it locally are the following:
npm i
npm run compile Compilation should succeed, if it does't let me know.
|
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.
LGTM thanks so much for taking the time to do this! 💙
Status
READY
Breaking Changes
NO
Description
Resolves #3948
Demonstration
Screen.Recording.2023-11-02.at.23.36.48.mov
Type of Change