Skip to content

Commit 7926be7

Browse files
committed
display kind of node or type right on variable hover!
1 parent 1eb53a5 commit 7926be7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"request": "attach",
2929
"restart": true,
3030
"port": 9223,
31+
"customDescriptionGenerator": "function (def) { return this?.__debugKind || this?.__debugFlags || def }",
3132
"sourceMaps": true,
3233
"outFiles": [
3334
"${workspaceFolder}/out/**/*.js"

0 commit comments

Comments
 (0)