We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36eb31b + 09aee70 commit b4fce6fCopy full SHA for b4fce6f
package.json
@@ -199,7 +199,7 @@
199
"args": {
200
"text": " "
201
},
202
- "when": "editorTextFocus && editorLangId == robotframework && !editorHasSelection && !inSnippetMode && !suggestWidgetVisible && config.robotcode.editor.4SpacesTab"
+ "when": "!inlineSuggestionVisible && editorTextFocus && editorLangId == robotframework && !editorHasSelection && !inSnippetMode && !suggestWidgetVisible && config.robotcode.editor.4SpacesTab"
203
}
204
],
205
"configuration": [
0 commit comments