Closed as not planned
Closed as not planned
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.79.0
- OS Version: macOS Sonoma 14.0 Beta 1
Steps to Reproduce:
- Create a new text file
- Set language mode to TypeScript
- Declare a variable without a semicolon at the end of the line
- Autocompletion of the variable doesn't appear

But with semicolon, it works.

Expected behavior:
The name value
should be listed in the suggestion.
Notes:
- Perfectly fine on VSCode 1.78.2
- https://vscode.dev also has this symptom
