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 338cd0a commit f0d5a85Copy full SHA for f0d5a85
src/requestTypes.ts
@@ -44,6 +44,7 @@ export namespace DynamicCustomSchemaRequestRegistration {
44
export const type: NotificationType<unknown> = new NotificationType('yaml/registerCustomSchemaRequest');
45
}
46
47
+// eslint-disable-next-line @typescript-eslint/no-namespace
48
export namespace KubernetesSchemaURLsNotification {
49
export const type: NotificationType<string[]> = new NotificationType('yaml/kubernetesSchemaURLs');
50
0 commit comments