首页 > 解决方案 > How to create custom dialog box using VScode API

问题描述

I want to create custom dialog box using VScode API.Is there any method to achieve this? Currently I know vscode.window.showInputBox() method but this opens in command pallet. I am looking for method similar to vscode.window.showWarningMessage() which has capability to have certain fields/controls to accept user input.

Thanks & Regards, Ajay

标签: visual-studio-code

解决方案


推荐阅读