We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d396e commit 2ebf2b6Copy full SHA for 2ebf2b6
src/debug/FunctionHostDebugView.ts
@@ -94,7 +94,6 @@ export class FuncHostDebugViewProvider implements vscode.TreeDataProvider<FuncHo
94
return getHostTaskTreeItem(element);
95
default: {
96
// Exhaustive check: if we reach here, the FuncHostDebugNode union is out of sync with this switch.
97
- const _exhaustiveCheck: never = element;
98
throw new Error(`Unexpected FuncHostDebugNode kind: ${(element as { kind?: unknown }).kind}`);
99
}
100
0 commit comments