Visual Studio Code: Creating an Extension

泄露秘密 提交于 2021-02-11 15:22:55

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!