Skip to content
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

Typo in id for CursorWordAccessibilityLeftSelect #79961

Closed
gregvanl opened this issue Aug 28, 2019 · 0 comments · Fixed by microsoft/azuredatastudio#7206
Closed

Typo in id for CursorWordAccessibilityLeftSelect #79961

gregvanl opened this issue Aug 28, 2019 · 0 comments · Fixed by microsoft/azuredatastudio#7206
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@gregvanl
Copy link

  • VSCode Version: 1.38 Insiders
  • OS Version: macOS

export class CursorWordAccessibilityLeftSelect extends WordLeftCommand {
constructor() {
super({
inSelectionMode: true,
wordNavigationType: WordNavigationType.WordAccessibility,
id: 'cursorWordAccessibilitLeftSelecty',

id should be 'cursorWordAccessibilityLeftSelect'.
The 'y' is misplaced.

@weinand weinand added the bug Issue identified by VS Code Team member as probable bug label Aug 28, 2019
@weinand weinand added this to the August 2019 milestone Aug 28, 2019
@octref octref added the verified Verification succeeded label Aug 29, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants