Autocomplete #723
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Type check and lint:
extensions/vscode/src/VsCodeIde.ts#L438
Class Property name `MAX_BYTES` must match one of the following formats: camelCase
|
Type check and lint:
extensions/vscode/src/autocomplete/completionProvider.ts#L8
There should be at least one empty line between import groups
|
Type check and lint:
extensions/vscode/src/autocomplete/completionProvider.ts#L9
Variable name `Diff` must match one of the following formats: camelCase, UPPER_CASE
|
Type check and lint:
extensions/vscode/src/autocomplete/completionProvider.ts#L9
`diff` import should occur after type import of `../util/loadAutocompleteModel`
|
Type check and lint:
extensions/vscode/src/autocomplete/completionProvider.ts#L22
`core` type import should occur after type import of `../util/loadAutocompleteModel`
|
Type check and lint:
extensions/vscode/src/autocomplete/statusBar.ts#L12
Enum Member name `Disabled` must match one of the following formats: camelCase
|
Type check and lint:
extensions/vscode/src/autocomplete/statusBar.ts#L13
Enum Member name `Enabled` must match one of the following formats: camelCase
|
Type check and lint:
extensions/vscode/src/autocomplete/statusBar.ts#L14
Enum Member name `Paused` must match one of the following formats: camelCase
|
Type check and lint:
extensions/vscode/src/decorations.ts#L19
Parameter name `new_editor` must match one of the following formats: camelCase
|
Type check and lint:
extensions/vscode/src/diff/horizontal.ts#L17
Type Property name `step_index` must match one of the following formats: camelCase
|
Loading