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
1. That GitHub issue only has details for non-signing errors, which so
far have not actually happened in the wild.
2. The information in the GitHub issue is not very straightforward. If
we do end up needing to document non-signing errors, we should clean
it up and put it in the docs.
Copy file name to clipboardExpand all lines: src/error.ts
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ interface KeyUsage {
31
31
32
32
exportclassCertificateErrorextendsError{
33
33
publicstaticActionAllowInsecure="Allow Insecure"
34
-
publicstaticActionViewMoreDetails="View More Details"
34
+
publicstaticActionOK="OK"
35
35
publicstaticInsecureMessage=
36
36
'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.'
37
37
@@ -116,12 +116,6 @@ export class CertificateError extends Error {
0 commit comments