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 9cee3e7 commit 6e3b972Copy full SHA for 6e3b972
packages/core/src/shared/lsp/lspResolver.ts
@@ -377,6 +377,8 @@ export class LanguageServerResolver {
377
// TODO make this fully support windows
378
const platform = process.platform
379
const arch = process.arch
380
+ console.log('platform %s', platform)
381
+ console.log('arch %s', arch)
382
return version.targets.find((x) => x.arch === arch && x.platform === platform)
383
}
384
0 commit comments