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: package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,11 @@
109
109
"markdownDescription": "Automatically log into the default URL when the extension is activated. coder.defaultUrl is preferred, otherwise the CODER_URL environment variable will be used. This setting has no effect if neither is set.",
110
110
"type": "boolean",
111
111
"default": false
112
+
},
113
+
"coder.disableUpdateNotifications": {
114
+
"markdownDescription": "Disable notifications when workspace template updates are available.",
detail: `Update ${this.workspace.owner_name}/${this.workspace.name} to the latest version?`,
679
+
detail: `Update ${this.workspace.owner_name}/${this.workspace.name} to the latest version?\n\nUpdating will restart your workspace which stops any running processes and may result in the loss of unsaved work.`,
// X509_ERR_CODE represents error codes as returned from BoringSSL/OpenSSL.
8
9
exportenumX509_ERR_CODE{
@@ -21,10 +22,6 @@ export enum X509_ERR {
21
22
UNTRUSTED_CHAIN="Your Coder deployment's certificate chain does not appear to be trusted by this system. The root of the certificate chain must be added to this system's trust store. ",
22
23
}
23
24
24
-
exportinterfaceLogger{
25
-
writeToCoderOutputChannel(message: string): void;
26
-
}
27
-
28
25
interfaceKeyUsage{
29
26
keyCertSign: boolean;
30
27
}
@@ -59,9 +56,7 @@ export class CertificateError extends Error {
0 commit comments