Fix and improve Nebius provider. Add LLMs and descriptions #595
Annotations
2 errors and 21 warnings
tsc-check
Cannot find module '../ButtonWithTooltip' or its corresponding type declarations.
|
tsc-check
Process completed with exit code 2.
|
tsc-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
tsc-check:
extensions/vscode/src/ContinueGUIWebviewViewProvider.ts#L1
There should be at least one empty line between import groups
|
tsc-check:
extensions/vscode/src/ContinueGUIWebviewViewProvider.ts#L1
`core` type import should occur after import of `./webviewProtocol`
|
tsc-check:
extensions/vscode/src/ContinueGUIWebviewViewProvider.ts#L4
There should be at least one empty line between import groups
|
tsc-check:
extensions/vscode/src/VsCodeIde.ts#L5
There should be at least one empty line between import groups
|
tsc-check:
extensions/vscode/src/VsCodeIde.ts#L5
`core` type import should occur after import of `./webviewProtocol`
|
tsc-check:
extensions/vscode/src/VsCodeIde.ts#L26
There should be at least one empty line between import groups
|
tsc-check:
extensions/vscode/src/VsCodeIde.ts#L428
Class Property name `MAX_BYTES` must match one of the following formats: camelCase
|
tsc-check:
extensions/vscode/src/VsCodeIde.ts#L490
Expected { after 'if' condition
|
tsc-check:
extensions/vscode/src/VsCodeIde.ts#L490
Missing semicolon
|
tsc-check:
extensions/vscode/src/VsCodeIde.ts#L495
Missing semicolon
|
tsc-check:
core/autocomplete/CompletionProvider.ts#L3
There should be at least one empty line between import groups
|
tsc-check:
core/autocomplete/CompletionProvider.ts#L7
There should be at least one empty line between import groups
|
tsc-check:
core/autocomplete/CompletionProvider.ts#L9
`../config/onboarding.js` import should occur before import of `../index.js`
|
tsc-check:
core/autocomplete/CompletionProvider.ts#L10
There should be at least one empty line between import groups
|
tsc-check:
core/autocomplete/CompletionProvider.ts#L10
`../llm/llms/OpenAI.js` import should occur before import of `../util/parameters.js`
|
tsc-check:
core/autocomplete/CompletionProvider.ts#L11
`./classification/shouldCompleteMultiline.js` import should occur before import of `./constants/AutocompleteLanguageInfo.js`
|
tsc-check:
core/autocomplete/CompletionProvider.ts#L12
`./context/ContextRetrievalService.js` import should occur before import of `./context/ranking/index.js`
|
tsc-check:
core/autocomplete/CompletionProvider.ts#L13
`./filtering/BracketMatchingService.js` import should occur before import of `./postprocessing/index.js`
|
tsc-check:
core/autocomplete/CompletionProvider.ts#L14
`./generation/CompletionStreamer.js` import should occur before import of `./postprocessing/index.js`
|
tsc-check:
core/autocomplete/CompletionProvider.ts#L266
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
|