Skip to content

fix: overrideDefaultLanguageMultiLineComments setting type. #58

fix: overrideDefaultLanguageMultiLineComments setting type.

fix: overrideDefaultLanguageMultiLineComments setting type. #58

Triggered via push January 11, 2026 04:21
Status Failure
Total duration 18s
Artifacts

check-ts.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
deploy
Process completed with exit code 2.
deploy: src/extension.ts#L44
Type 'boolean' does not satisfy the constraint 'keyof Settings'.
deploy: src/extension.ts#L44
Type 'unknown' is not assignable to type 'boolean'.
deploy: src/extension.ts#L25
Type 'string[]' does not satisfy the constraint 'keyof Settings'.
deploy: src/extension.ts#L25
Type '{}' is missing the following properties from type 'string[]': length, pop, push, concat, and 29 more.
deploy: src/configuration.ts#L14
Module '"./interfaces/settings"' has no exported member 'SupportUnsupportedLanguages'.