-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Allow "Command" type in status bar items #8253
Allow "Command" type in status bar items #8253
Conversation
Signed-off-by: Thomas Mäder <[email protected]>
I built latest official published VS Code Java Test Runner extension along with others, but I still cannot run tests. Now it fails with:
Does it ring any bell? If not I will keep digging into it. |
It does not work because of #7690 args get concatenated by this API in the latest vscode-java-debug I will do a PR for it promptly. |
…tutedVariables VS Code API Signed-off-by: Anton Kosyakov <[email protected]>
@tsmaeder I've pushed a commit adding missing Fixing codeiconds would be good too, but with another PR. |
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.
Verified that it works with latest versions of Java extensions.
I'm using 0.26 of debug and 0.63 of vscode java. |
@tsmaeder Can we merge it? I will open another PR for icons, but it would be better to have this in master that we can verify against latest java extensions. |
Fine by me, unless you want a review of the changes you made 🤷 |
@tsmaeder ...please if everything is fine just merge, I can send then 2 PRs tomorrow morning to fix icons and code lenses again master |
@tsmaeder @akosyakov which versions of the extensions should we use, I'm getting the error reported earlier:
Update: I see an issue and pr was filed EclipseFdn/publish-extensions#97, I'll use the marketplace version for the time being (test purposes). |
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.
@vince-fugnitto auto update script is running only once a day, I think you were unlucky |
Signed-off-by: Thomas Mäder [email protected]
What it does
Aligns the type of
StatusBarItem.command
with the current state of the VS Code API.fix #8241: Support
Command
Type for StatusBarItem.commandHow to test
Review checklist
Reminder for reviewers