You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/error.ts
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
importaxiosfrom"axios"
1
+
import{isAxiosError}from"axios"
2
2
import*asforgefrom"node-forge"
3
3
import*astlsfrom"tls"
4
4
import*asvscodefrom"vscode"
@@ -34,14 +34,17 @@ export class CertificateError extends Error {
34
34
publicstaticInsecureMessage=
35
35
'The Coder extension will no longer verify TLS on HTTPS requests. You can change this at any time with the "coder.insecure" property in your VS Code settings.'
0 commit comments