RLovelett / langserver-swift

A Swift implementation of the open Language Server Protocol.
Apache License 2.0
177 stars 16 forks source link

crash #20

Closed johndpope closed 7 years ago

johndpope commented 7 years ago

steps to reproduce

clone repo swift build -Xswiftc -target -Xswiftc x86_64-apple-macosx10.11 cp ./.build/debug/LanguageServer /usr/local/bin/LanguageServer

load vscode open swift file https://gist.github.com/johndpope/938bbe540d3f9e1dd626cc4e59392542

screen shot 2017-05-09 at 1 37 45 pm
RLovelett commented 7 years ago

Where you able to use the steps you found in this comment to track down this bug?