Skip to content

Debugger UI (Stack trace) customization #1615

Discussion options

You must be logged in to vote

Being new to vscode extensions, it was a bit hard to dig into all of it.
This what I have learned:

  1. The "yo code" generator put a requirement in package.json for the newest vscode. I had to lower it to debug my extension.

  2. The contribution points docs are a good starting point: https://code.visualstudio.com/api/references/contribution-points

  3. Stack trace context menus can be added contributing to "debug/callstack/context" as stated in the docs.

  4. Stack trace items are not exposed to the extensions.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by isv75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant