Skip to content

Commit 6e3b972

Browse files
committed
test: add debugging information
1 parent 9cee3e7 commit 6e3b972

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/shared/lsp/lspResolver.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,8 @@ export class LanguageServerResolver {
377377
// TODO make this fully support windows
378378
const platform = process.platform
379379
const arch = process.arch
380+
console.log('platform %s', platform)
381+
console.log('arch %s', arch)
380382
return version.targets.find((x) => x.arch === arch && x.platform === platform)
381383
}
382384

0 commit comments

Comments
 (0)