core
core copied to clipboard
feat: shortcut adaptaion of ctrlcmd+f1
Types
- [x] 🎉 New Features
Background or solution
#1105 的相关问题
Linux, Windows | macOS | Feature | 插件自身是否支持 | 对应的command | OpenSumi 是否有实现对应插件命令 |
---|---|---|---|---|---|
ctrl+f1 | cmd+f1 | Show descriptions of error or warning at caret | ✅ | workbench.action.showErrorsWarnings | N/A |
Changelog
注册一个 workbench.action.showErrorsWarnings
命令及编写命令的处理函数。
before:
after:
Codecov Report
Merging #1504 (292e7c6) into main (965c2bf) will decrease coverage by
0.00%
. The diff coverage is20.00%
.
@@ Coverage Diff @@
## main #1504 +/- ##
==========================================
- Coverage 57.88% 57.88% -0.01%
==========================================
Files 1248 1248
Lines 77889 77892 +3
Branches 16261 16262 +1
==========================================
- Hits 45088 45086 -2
- Misses 29867 29871 +4
- Partials 2934 2935 +1
Flag | Coverage Δ | |
---|---|---|
jsdom | 52.52% <20.00%> (-0.01%) |
:arrow_down: |
node | 15.90% <11.42%> (+<0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
.../src/browser/view/console/debug-console.service.ts | 15.02% <0.00%> (+0.07%) |
:arrow_up: |
...ser/monaco-contrib/tokenizer/textmate-tokenizer.ts | 15.38% <ø> (ø) |
|
...ackages/editor/src/browser/preference/converter.ts | 90.41% <ø> (ø) |
|
...nsion/src/browser/vscode/api/main.thread.editor.ts | 44.41% <0.00%> (ø) |
|
packages/i18n/src/common/en-US.lang.ts | 100.00% <ø> (ø) |
|
...erences/src/browser/preference-settings.service.ts | 75.00% <ø> (-0.63%) |
:arrow_down: |
packages/core-browser/src/common/common.command.ts | 100.00% <100.00%> (ø) |
|
...s/editor/src/browser/doc-model/saveParticipants.ts | 30.30% <100.00%> (ø) |
|
...ion/src/browser/vscode/api/main.thread.comments.ts | 66.90% <100.00%> (ø) |
|
...s/extension/src/browser/vscode/builtin-commands.ts | 100.00% <100.00%> (ø) |
|
... and 4 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
@iamxukai 冲突处理一下 ~