microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
273 stars 79 forks source link

Show human-readable client name #166

Closed roblourens closed 6 years ago

roblourens commented 6 years ago

Chrome-debug shows a message in the browser, “Paused in Visual Studio Code”. It needs to show the right thing for VS, and should support arbitrary clients instead of hardcoding "Visual Studio Code".

How about adding a clientName property to InitializeRequestArguments? Makes sense next to clientID. And there are probably other use cases for surfacing a human readable name of the client.