-
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
repo: fix misc typos #7409
repo: fix misc typos #7409
Conversation
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.
Wow, that a lot of typos; a couple need a second look but otherwise good.
packages/plugin-ext/src/main/browser/view/view-context-key-service.ts
Outdated
Show resolved
Hide resolved
packages/plugin-ext/src/main/browser/view/view-context-key-service.ts
Outdated
Show resolved
Hide resolved
7b2c3ad
to
a89f66d
Compare
@vince-fugnitto feel free to merge when you're ready |
I thought of giving more time to see if people were against the small breaking changes or not. |
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.
these breaking changes doesn't break che :-)
dd316fd
to
b03b3ac
Compare
This commit fixes a number of typos present in different extensions. There are a few notable potential breaking updates: - [debug] renamed `debuggingStaturBar` to `debuggingStatusBar` - [plugin] renamed `CancelationTokenImpl` to `CancellationTokenImpl` - [plugin] renamed `VIEW_ITEM_INLINE_MNUE` to `VIEW_ITEM_INLINE_MENU` - [terminal] renamed `handleWroleWordOptionClicked` to `handleWholeWordOptionClicked` - [workspace] renamed `toDiposeOnUpdateCurrentWidget` to `toDisposeOnUpdateCurrentWidget` Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
b03b3ac
to
380c182
Compare
What it does
This commit fixes a number of typos present in different extensions.
There are a few notable potential breaking updates:
debuggingStaturBar
todebuggingStatusBar
CancelationTokenImpl
toCancellationTokenImpl
VIEW_ITEM_INLINE_MNUE
toVIEW_ITEM_INLINE_MENU
handleWroleWordOptionClicked
tohandleWholeWordOptionClicked
toDiposeOnUpdateCurrentWidget
totoDisposeOnUpdateCurrentWidget
How to test
Review checklist
Reminder for reviewers
Signed-off-by: vince-fugnitto vincent.fugnitto@ericsson.com