Skip to content

Commit b4fce6f

Browse files
authored
Merge pull request #56 from imbus/main
Deactivated Tab/4-Space replacement when `inlineSuggestionVisible` to support GitHub CoPilot
2 parents 36eb31b + 09aee70 commit b4fce6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"args": {
200200
"text": " "
201201
},
202-
"when": "editorTextFocus && editorLangId == robotframework && !editorHasSelection && !inSnippetMode && !suggestWidgetVisible && config.robotcode.editor.4SpacesTab"
202+
"when": "!inlineSuggestionVisible && editorTextFocus && editorLangId == robotframework && !editorHasSelection && !inSnippetMode && !suggestWidgetVisible && config.robotcode.editor.4SpacesTab"
203203
}
204204
],
205205
"configuration": [

0 commit comments

Comments
 (0)