File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
{
39
39
"command" : " unicode-math-vscode.commit_tab" ,
40
40
"key" : " tab" ,
41
- "when" : " editorTextFocus && !inlineSuggestionVisible && !suggestWidgetVisible && !editorTabMovesFocus && !inSnippetMode && !hasSnippetCompletions && !editorTabMovesFocus && !editorReadonly"
41
+ "when" : " editorTextFocus && !inlineSuggestionVisible && !suggestWidgetVisible && !editorTabMovesFocus && !inSnippetMode && !hasSnippetCompletions && !editorTabMovesFocus && !editorReadonly && !editorLangId != 'latex' "
42
42
},
43
43
{
44
44
"command" : " unicode-math-vscode.commit_space" ,
45
45
"key" : " space" ,
46
- "when" : " editorTextFocus && !editorTabMovesFocus && !inSnippetMode && !hasSnippetCompletions && !editorTabMovesFocus && !editorReadonly"
46
+ "when" : " editorTextFocus && !editorTabMovesFocus && !inSnippetMode && !hasSnippetCompletions && !editorTabMovesFocus && !editorReadonly && !editorLangId != 'latex' "
47
47
}
48
48
]
49
49
},
You can’t perform that action at this time.
0 commit comments