Revert "Only apply TS Dot Accept Suggestion if Previous Character is a valid identifier (#18063)"

This reverts commit 41cb5ee5ae.
This commit is contained in:
Joao Moreno
2017-01-10 10:11:52 +01:00
parent 3b35c42992
commit 31997b32c3
3 changed files with 2 additions and 19 deletions

View File

@@ -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": [