-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Closed as not planned
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from posterinline-completions
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.73.1
- OS Version: Windows 11
Steps to Reproduce:
Some context: I ran into the issue while working on a new kind of TypeScript completion entry, so I don't know if it happens for existing completions.
The TS version with the feature that triggers this problem can be found here: microsoft/TypeScript#50996 (comment)
- In a TS file like this:
enum F {
A,
B,
C,
}
declare const f: F;
switch (f) {
case|
}
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from posterinline-completions