-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Bad wording/casing of command title #133960
Comments
@jrieken we tried using the |
Details? This is working well in many other places |
@jrieken what theme do u use ? Can you provide the name or json? |
It's Github Light Default at version 4.x (I didn't like the 5.x changes they made). Also these tweaks
|
@jrieken Thanks! I'll surely check it out! 🎉 |
@jrieken the checkmark doesn't show up |
I cannot help you, when you show me gifs :-) Do you already use |
you'll see the code responsible for it in the window in the gif
|
When I inspect that context key, the value is correctly updating. I don't think this kind of menu supports the checkmark, which I concluded when I originally tried to do this. |
The menu does support it. I suspect that the |
just commented out the precondition and it still doesn't work |
Yeah, sorry worng hint. The precondition is never used for the check mark. It's only the toggled-condition, e.g |
in the run action when I log the value of that context key, it's correct. not sure why the value is false when you inspect it. vscode/src/vs/workbench/contrib/terminal/browser/terminalActions.ts Lines 1881 to 1883 in 246c663
I know the context key is updating correctly because otherwise toggling wouldn't happen as you'll see here vscode/src/vs/workbench/contrib/terminal/browser/terminalInstance.ts Lines 1923 to 1949 in 75e3411
|
Also if I use a different context key - notFindVisible for instance - even when find isn't visible the checkmark isn't appearing. |
reverting as it's more complicated than just using that context key since that is shared between instances. for now, we'll just keep toggle. I'll work on this next iteration. |
started work on https://github.com/microsoft/vscode/tree/merogge/checkmark |
Testing #133550
Without reading the TPI I would have not understood what this means: "Toggle size to content width". Do I toggle the size or what? How about "Fixed Content Width" and a check mark that represents on/off. IMO a check mark will help a lot since there is no immediate effect when toggling the mode (e.g existing lines don't get re-rendered)
The text was updated successfully, but these errors were encountered: