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 27a5a68 commit 5800ac5Copy full SHA for 5800ac5
packages/core/src/shared/lsp/utils/platform.ts
@@ -120,7 +120,7 @@ export async function getVSCodeSettings(): Promise<{ proxyUrl?: string; certific
120
}
121
122
const certPath = join(tempDir, 'vscode-ca-certs.pem')
123
- const certContent = allCerts.join('')
+ const certContent = allCerts.join('\n')
124
125
nodefs.writeFileSync(certPath, certContent)
126
result.certificatePath = certPath
0 commit comments