bugfix(jb): don't use OSR for non-mac users #572
Annotations
21 warnings
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:
core/autocomplete/NearbyDefinitionsService.ts#L1
There should be at least one empty line between import groups
|
tsc-check:
core/autocomplete/ast.ts#L1
There should be at least one empty line between import groups
|
tsc-check:
core/autocomplete/cache.ts#L3
There should be at least one empty line between import groups
|
tsc-check:
core/autocomplete/completionProvider.ts#L2
There should be at least one empty line between import groups
|
tsc-check:
core/autocomplete/completionProvider.ts#L3
There should be at least one empty line between import groups
|
tsc-check:
core/autocomplete/completionProvider.ts#L3
`path` import should occur before import of `ignore`
|
tsc-check:
core/autocomplete/completionProvider.ts#L4
There should be at least one empty line between import groups
|
tsc-check:
core/autocomplete/completionProvider.ts#L47
There should be at least one empty line between import groups
|
tsc-check:
core/autocomplete/completionProvider.ts#L49
There should be at least one empty line between import groups
|
tsc-check:
core/autocomplete/completionProvider.ts#L49
`handlebars` import should occur before import of `ignore`
|
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/activation/activate.ts#L3
There should be at least one empty line between import groups
|
tsc-check:
extensions/vscode/src/activation/activate.ts#L6
There should be at least one empty line between import groups
|
tsc-check:
extensions/vscode/src/activation/api.ts#L1
There should be at least one empty line between import groups
|
tsc-check:
extensions/vscode/src/activation/inlineTips.ts#L2
There should be at least one empty line between import groups
|