ChimeHQ / LanguageClient

Language Server Protocol (LSP) client for Swift
BSD 3-Clause "New" or "Revised" License
96 stars 10 forks source link

Add user script data channel #8

Closed mchakravarty closed 1 year ago

mchakravarty commented 1 year ago

A user script data channel connects to a process started via an application user script. The crucial difference to a plain local process is that the subprocess does not inherit the sandbox of the application.