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.
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 toclientID
. And there are probably other use cases for surfacing a human readable name of the client.