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

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -