Debugger error upon save
See original GitHub issueOS: Ubuntu 18.04 VS-Code version: 1.37.0 Swift Version: 5.1-dev
Error upon saving:
Request textDocument/completion failed. Message: Request textDocument/completion failed with message: Cannot call write after a stream was destroyed Code: -32603
So I installed the SDE extension and sourcekite thanks to your documentation 😃
For SDE I configured swift.path.swift_driver_bin to be the absolute path of …/usr/bin of Swift for TensorFlow.
I git cloned sourcekite and followed instructions (including commented ones), and executed make install PREFIX=/usr/local; and file was saved as /usr/local/bin/sourcekite . I then set the swift.path.sourcekite option to be /usr/local/bin/sourcekite in vs-code.
Is this something I can disregard, or will it affect code completion/highlighting abilities? Thank you
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (5 by maintainers)

Top Related StackOverflow Question
Works. Thanks a lot @vknabel 👍
@vknabel it is working now, thanks!