We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Testing #74472
I added the following command to the comments/commentThread/context:
"command": "mywiki.createDocument", "group": "inline", "precondition": "commentIsEmpty", "when": "commentThreadIsEmpty" }
However the command is not disabled (visually) when the comment changes from empty to non empty
The text was updated successfully, but these errors were encountered:
microsoft/vscode-extension-samples@33d5dda
"precondition" was renamed to "enablement", updated the sample
Sorry, something went wrong.
RMacfarlane
No branches or pull requests
Testing #74472
I added the following command to the comments/commentThread/context:
However the command is not disabled (visually) when the comment changes from empty to non empty
The text was updated successfully, but these errors were encountered: