Skip to content

Commit 2fa5a9b

Browse files
committed
Debug
1 parent 15d26da commit 2fa5a9b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

vscode/src/test/suite/client.test.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,21 @@ async function launchClient(workspaceUri: vscode.Uri) {
148148
}
149149
}
150150

151+
// eslint-disable-next-line no-console
152+
console.log({
153+
PATH: process.env.PATH,
154+
Path: process.env.Path,
155+
path: process.env.path,
156+
});
151157
const ruby = new Ruby(context, workspaceFolder, outputChannel);
152158
await ruby.activateRuby();
153159
ruby.env.RUBY_LSP_BYPASS_TYPECHECKER = "true";
160+
// eslint-disable-next-line no-console
161+
console.log({
162+
PATH: process.env.PATH,
163+
Path: process.env.Path,
164+
path: process.env.path,
165+
});
154166

155167
const telemetry = new Telemetry(context, new FakeApi());
156168
const client = new Client(

0 commit comments

Comments
 (0)