We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01054e0 commit e383db6Copy full SHA for e383db6
src/compiler/debug.ts
@@ -625,7 +625,7 @@ namespace ts {
625
];
626
627
for (const ctor of nodeConstructors) {
628
- if (!hasProperty(ctor, "__debugKind")) {
+ if (!hasProperty(ctor.prototype, "__debugKind")) {
629
Object.defineProperties(ctor.prototype, {
630
// for use with vscode-js-debug's new customDescriptionGenerator in launch.json
631
__tsDebuggerDisplay: {
0 commit comments