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 d5e15f4 commit ae87b1bCopy full SHA for ae87b1b
packages/amazonq/src/lsp/client.ts
@@ -76,6 +76,8 @@ export async function startLanguageServer(
76
resourcePaths.node,
77
]
78
getLogger('amazonqLsp').info(`Patched node runtime with GLIBC to ${executable}`)
79
+ } else {
80
+ executable = [resourcePaths.node]
81
}
82
83
const serverOptions = createServerOptions({
0 commit comments