vscode: Completions which use spaces are broken after updating from July to August version
- VSCode Version: August 2020
- OS Version: Windows 10
Updating to August from July version breaks completions which use spaces. When I start typing the first word, everything seems fine:
However, when I get to the second word, the completion starts anew from the second word:
Contrast this with how the completions work in July version:
These completions are generated by the Latex Workshop extension. All other extensions are disabled. However, Workshop developers say that they have no control over the completions.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 17 (12 by maintainers)
Commits related to this issue
- When completions show, trigger completions when entering a new word but only from inactive providers, https://github.com/microsoft/vscode/issues/106573 — committed to microsoft/vscode by jrieken 4 years ago
- When completions show, trigger completions when entering a new word but only from inactive providers, https://github.com/microsoft/vscode/issues/106573 — committed to microsoft/vscode by jrieken 4 years ago
- When completions show, trigger completions when entering a new word but only from inactive providers, https://github.com/microsoft/vscode/issues/106573 — committed to microsoft/vscode by jrieken 4 years ago
To verify:
b n
and make sure that you see thebazz new
completion@jrieken thanks for your detailed explanations. It is now clear how we can fix this within the extension.