I get exception of Cannot find module 'vscode' when I call directly vscode API(vscode.window.showInputBox()) from a debug adapter to get user input(like stdin).
I think it is possible to call vscode API by sending and hooking custom request or event that asks vscode extension to call the API, but Is that right?
I get exception of
Cannot find module 'vscode'
when I call directly vscode API(vscode.window.showInputBox()
) from a debug adapter to get user input(like stdin).I think it is possible to call vscode API by sending and hooking custom request or event that asks vscode extension to call the API, but Is that right?