mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Revert "Only apply TS Dot Accept Suggestion if Previous Character is a valid identifier (#18063)"
This reverts commit 41cb5ee5ae.
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
},
|
||||
"keybindings": {
|
||||
"key": ".",
|
||||
"command": "typescript.tryAcceptSelectedSuggestionOnDot",
|
||||
"command": "^acceptSelectedSuggestion",
|
||||
"when": "editorTextFocus && suggestWidgetVisible && editorLangId == 'typescript' && suggestionSupportsAcceptOnKey"
|
||||
},
|
||||
"commands": [
|
||||
@@ -269,10 +269,6 @@
|
||||
{
|
||||
"command": "javascript.reloadProjects",
|
||||
"title": "%javascript.reloadProjects.title%"
|
||||
},
|
||||
{
|
||||
"command": "typescript.tryAcceptSelectedSuggestionOnDot",
|
||||
"title": "%typescript.tryAcceptSelectedSuggestionOnDot%"
|
||||
}
|
||||
],
|
||||
"breakpoints": [
|
||||
|
||||
Reference in New Issue
Block a user