CodeTalk icon indicating copy to clipboard operation
CodeTalk copied to clipboard

How to execute a command

Open minjungsung1994 opened this issue 5 years ago • 0 comments

https://github.com/microsoft/vscode/issues/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!

minjungsung1994 avatar Oct 11 '20 14:10 minjungsung1994