Skip to content

Commit b22d925

Browse files
committed
fix copy pasta
1 parent 683fc37 commit b22d925

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)