microsoft / vscode-docs

Public documentation for Visual Studio Code
http://code.visualstudio.com/docs
Other
5.62k stars 4.56k forks source link

If I need to integrate external websocket communication LSP service in vscode, can I implement this plug-in? Thank you so much #7436

Closed sailthesea closed 3 weeks ago

sailthesea commented 2 months ago

For example: ws://192.168.210.87:3000?languageId=python, which provides a websocket address through which you can directly access the LSP service.

ntrogh commented 3 weeks ago

@sailthesea You can set up a websocket connection into the VS Code extension. Note that firewalls might still block the traffic though.