Skip to content

Implement a system that manages file associations without directly modifying the files.associations setting #6460

Implement a system that manages file associations without directly modifying the files.associations setting

Implement a system that manages file associations without directly modifying the files.associations setting #6460

Triggered via pull request September 5, 2024 19:45
Status Failure
Total duration 1m 7s
Artifacts

ci_linux.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
job / build: Extension/src/LanguageServer/client.ts#L280
Interface name `textDocumentLanguageInformation` must match one of the following formats: PascalCase
job / build: Extension/src/LanguageServer/client.ts#L1767
Trailing spaces not allowed
job / build: Extension/src/LanguageServer/client.ts#L1773
Multiple spaces found before '='
job / build: Extension/src/LanguageServer/client.ts#L1775
Expected '===' and instead saw '=='
job / build: Extension/src/LanguageServer/client.ts#L1791
Multiple spaces found before '='
job / build: Extension/src/LanguageServer/client.ts#L1795
Expected '===' and instead saw '=='
job / build: Extension/src/LanguageServer/client.ts#L2452
Trailing spaces not allowed
job / build: Extension/src/LanguageServer/client.ts#L2460
Missing space before opening brace
job / build: Extension/src/LanguageServer/client.ts#L2461
'textDocumentLanguagePersistentState' is never reassigned. Use 'const' instead
job / build: Extension/src/LanguageServer/client.ts#L2466
Missing space before opening brace
job / build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/