File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ All notable changes to the "robotcode" extension will be documented in this file
7
7
- Implement API Changes for RobotTidy >= 2.2
8
8
- fixes [ #55 ] ( https://github.com/d-biehl/robotcode/issues/55 )
9
9
- Switch to new LSP Protocol Version 3.17 and vscode-languageclient 8.0.0
10
+ - Disable 4SpacesTab if [ GitHub CoPilot] ( https://copilot.github.com/ ) is showing inline suggestions
11
+ - Thanks: @Snooz82
10
12
11
13
## 0.12.0
12
14
Original file line number Diff line number Diff line change 199
199
"args" : {
200
200
"text" : " "
201
201
},
202
- "when" : " !inlineSuggestionVisible && editorTextFocus && editorLangId == robotframework && !editorHasSelection && !inSnippetMode && !suggestWidgetVisible && config.robotcode.editor.4SpacesTab"
202
+ "when" : " editorLangId == robotframework && editorTextFocus && !editorHasSelection && !inSnippetMode && !suggestWidgetVisible && config.robotcode.editor.4SpacesTab && !inlineSuggestionVisible "
203
203
}
204
204
],
205
205
"configuration" : [
You can’t perform that action at this time.
0 commit comments