You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
I am trying to export outline cpp file from vscode. When I looked it up, it seems like the issue code above is
explaining how by executing "vscode.executeDocumentSymbolProvider"
Yet, I have no idea where to execute it. Is it shell command? do I simply put that on command palette?
Assuming that I am a total newbie to VScode, could you explain a way to execute them with some screenshots or whatever?
microsoft/vscode#91424
I am trying to export outline cpp file from vscode. When I looked it up, it seems like the issue code above is
explaining how by executing "vscode.executeDocumentSymbolProvider"
Yet, I have no idea where to execute it. Is it shell command? do I simply put that on command palette?
Assuming that I am a total newbie to VScode, could you explain a way to execute them with some screenshots or whatever?
Thanks!