Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working sample calling Sourcegraph's go-langserver from inside Visual Studio #1

Open
tintoy opened this issue Sep 22, 2017 · 0 comments

Comments

@tintoy
Copy link
Owner

tintoy commented Sep 22, 2017

Quick-and-dirty hack to call go-langserver:

ProcessStartInfo serverStartInfo = new ProcessStartInfo(@"D:\Development\go\bin\go-langserver.exe")
{
Arguments = @"-mode stdio -logfile ""D:\Stage\go-langserver.log"""
};

Doesn't work on Windows, though - their path-handling is all over the place (sourcegraph/go-langserver#113) for now.

Since the end-goal here is to demo it working from within Visual Studio (not VS Code), I'll have to wait and try again when things have stabilised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant