We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d26da commit 2fa5a9bCopy full SHA for 2fa5a9b
vscode/src/test/suite/client.test.ts
@@ -148,9 +148,21 @@ async function launchClient(workspaceUri: vscode.Uri) {
148
}
149
150
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
+ });
157
const ruby = new Ruby(context, workspaceFolder, outputChannel);
158
await ruby.activateRuby();
159
ruby.env.RUBY_LSP_BYPASS_TYPECHECKER = "true";
160
161
162
163
164
165
166
167
const telemetry = new Telemetry(context, new FakeApi());
168
const client = new Client(
0 commit comments