问题
I am writing an extension for vs code and want to know if it's possible to add a tab to this bottom pane:
回答1:
I doesn't look like the API supports adding a new tab to that panel, but you can create and write to a custom Output Channel, by using this: https://code.visualstudio.com/docs/extensionAPI/vscode-api#OutputChannel
来源:https://stackoverflow.com/questions/53564607/visual-studio-code-creating-an-extension