Skip to content

Commit b3a1f77

Browse files
committed
fix import
1 parent f6083b8 commit b3a1f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/lsp/utils/platform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export async function getVSCodeSettings(): Promise<{ proxyUrl?: string; certific
102102
}
103103

104104
try {
105-
const tls = await import('node:tls')
105+
const tls = await import('tls')
106106

107107
// @ts-ignore Get system certificates
108108
const systemCerts = tls.getCACertificates('system')

0 commit comments

Comments
 (0)