Skip to content

feat: Add vscodeipc subcommand for VS Code Extension #5326

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

Merged
merged 15 commits into from
Dec 18, 2022
Prev Previous commit
Next Next commit
Update cli/vscodeipc_test.go
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
  • Loading branch information
kylecarbs and mafredri authored Dec 9, 2022
commit aca49b53230825c254ddfb6d7921c213778b43c7
2 changes: 1 addition & 1 deletion cli/vscodeipc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestVSCodeIPC(t *testing.T) {

var line string
require.Eventually(t, func() bool {
fmt.Printf("Looking for port!\n")
t.Log("Looking for port!")
var err error
line, err = buf.ReadString('\n')
return err == nil
Expand Down