Skip to content

Commit

Permalink
display kind of node or type right on variable hover!
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Aug 5, 2023
1 parent 1eb53a5 commit 7926be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"request": "attach",
"restart": true,
"port": 9223,
"customDescriptionGenerator": "function (def) { return this?.__debugKind || this?.__debugFlags || def }",
"sourceMaps": true,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
Expand Down

0 comments on commit 7926be7

Please sign in to comment.