Skip to content

feat: add multifile edits to Edit page #789

feat: add multifile edits to Edit page

feat: add multifile edits to Edit page #789

Triggered via pull request November 22, 2024 01:33
Status Failure
Total duration 2m 40s
Artifacts

ts-check.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 20 warnings
tsc-check
Cannot find module './pages/Edit' or its corresponding type declarations.
tsc-check
Cannot find module './Edit' or its corresponding type declarations.
tsc-check
Process completed with exit code 2.
tsc-check: extensions/vscode/src/VsCodeIde.ts#L27
There should be at least one empty line between import groups
tsc-check: extensions/vscode/src/VsCodeIde.ts#L39
`stream/consumers` import should occur before import of `core`
tsc-check: extensions/vscode/src/VsCodeIde.ts#L439
Class Property name `MAX_BYTES` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/autocomplete/statusBar.ts#L12
Enum Member name `Disabled` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/autocomplete/statusBar.ts#L13
Enum Member name `Enabled` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/autocomplete/statusBar.ts#L14
Enum Member name `Paused` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/commands.ts#L224
Expected { after 'if' condition
tsc-check: extensions/vscode/src/decorations.ts#L19
Parameter name `new_editor` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/diff/horizontal.ts#L17
Type Property name `step_index` must match one of the following formats: camelCase
tsc-check: core/autocomplete/CompletionProvider.ts#L9
There should be no empty line within import group
tsc-check: core/autocomplete/CompletionProvider.ts#L9
`./aggregateSnippets` import should occur before import of `./classification/shouldCompleteMultiline.js`
tsc-check: core/autocomplete/CompletionProvider.ts#L275
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
tsc-check: core/autocomplete/context/ImportDefinitionsService.ts#L24
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
tsc-check: core/autocomplete/context/root-path-context/test/testUtils.ts#L1
There should be at least one empty line between import groups
tsc-check: core/autocomplete/context/root-path-context/test/testUtils.ts#L1
`@jest/globals` import should occur after import of `path`
tsc-check: core/autocomplete/context/root-path-context/test/testUtils.ts#L5
There should be at least one empty line between import groups