Preventing autocompletion from other plugins with command 'extension.insertColonOrSemiColon' not found
See original GitHub issueDescribe the bug (including copyable syntax)
Attempting to write an import statement and the styled-components plugin is preventing auto completion from other plugins. The error notification via vscode says:
command 'extension.insertColonOrSemiColon' not found
Screenshot Reverting to a month back and using 1.5.2 worked though I did not try to incrementally go back each version from 1.6.4. I’ve just been noticing this error for a little bit and this was the fastest way to get back to a working state.
To Reproduce Steps to reproduce the issue, or JavaScript code that causes this failure.
Expected behavior
Should not interrupt autocompletion from other plugins. Probably should not edit non styled
code maybe.
Build environment (please complete the following information):
- OS: macOS Catalina 10.15.7
- VSCode Version: 1.58.1
- Extension Version: 1.6.4
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top GitHub Comments
I’d be interested in a test case for this if you can put one together?
Im closing this for now, please re-open if it happens again