Skip to content

Commit 43a39d8

Browse files
authored
Merge pull request microsoft#188216 from microsoft/aamunger/notebookHelp
fix copy pasta
2 parents fce3153 + b22d925 commit 43a39d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/notebook.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ class NotebookLanguageSelectorScoreRefine {
676676
}
677677

678678
class NotebookAccessibilityHelpContribution extends Disposable {
679-
static ID: 'chatAccessibilityHelpContribution';
679+
static ID: 'notebookAccessibilityHelpContribution';
680680
constructor() {
681681
super();
682682
this._register(AccessibilityHelpAction.addImplementation(105, 'notebook', async accessor => {

0 commit comments

Comments
 (0)