visual studio code - How to use vscode namespace api in a Debug Adapter -


how can use vscode namespace api in implementation of debugsession (or debug adapter)?

for example, want use extensions.getextension in implementation of debugsession. api not available in runtime of debugsession

what recommended way work around it?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -