Skip to content

Commit

Permalink
change command id, #9286
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jul 21, 2016
1 parent 10129c6 commit cda7db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/contrib/snippet/common/tabCompletion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class TabCompletionController implements editor.IEditorContribution {

CommonEditorRegistry.registerEditorContribution(TabCompletionController);
CommonEditorRegistry.registerEditorCommand(
'tabCompletion',
'insertSnippet',
KeybindingsRegistry.WEIGHT.editorContrib(),
{ primary: KeyCode.Tab },
true,
Expand Down

0 comments on commit cda7db0

Please sign in to comment.