-
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
[core][monaco] Implement Save without Formatting
command
#8543
[core][monaco] Implement Save without Formatting
command
#8543
Conversation
5971b35
to
ba9f9a2
Compare
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.
The changes work very well with me, and I'm happy with the approach 👍
I'll give it time for others to review as well, we can potential include it after the release.
@kittaakos whenever you have an opportunity would you mind reviewing as well? |
ba9f9a2
to
bb90dcf
Compare
+ Adds key binding of `ctrlcmd+k s` to save without formatting + Implements the command Signed-off-by: Duc Nguyen <duc.a.nguyen@ericsson.com>
bb90dcf
to
2f98e45
Compare
I updated this PR with minor changes in variable name and documentation (as recommended by @vince-fugnitto #8554 (comment)) |
@dukengn, as I see VS Code does not have a menu item Save without formatting, this breaks the UX for downstream. If we often break the UX, downstream will opt-out from Theia as the maintenance is problematic. |
Sorry about that @kittaakos, I should have picked it up during the review. For the future, I assume that adding new menu items which are also present in |
No problem at all.
We all should agree on something that fits for all of us. Let's have a dev call about it next year. |
What it does
Fixes: #8375
Save without Formatting
New command: Save without formatting #8375ctrlcmd+k s
to save without formattingHow to test
ctrlcmd+k s
or choose from the command palette the optionSave without Formatting
Review checklist
Reminder for reviewers
Signed-off-by: Duc Nguyen duc.a.nguyen@ericsson.com