sourcegraph / lsp-adapter

lsp-adapter provides a proxy which adapts Sourcegraph LSP requests to vanilla LSP requests
MIT License
29 stars 8 forks source link

use vendored deps when building inside docker #13

Closed ggilmore closed 6 years ago

ggilmore commented 6 years ago

@keegancsmith I noticed in the course of trying to debug something that involved a dep in our vendor folder, that my changes weren't reflected when I built the image.

I think that we need to make the changes in this PR in order to actually use the vendored deps when building the binary?

keegancsmith commented 6 years ago

@ggilmore I pushed some changes, including some general org changes. Take a look, and if you are happy merge away :)