Typst Preview's webview actor fails to handle cursor indicator requests
Is there an existing issue for this?
- [x] I have searched the existing issues
Platform
x64 Linux (linux-x64, Most Common)
Editor
VS Cod(e,ium)
Editor Version
1.101.2
Describe the bug
after a while of scrolling through preview it becomes gray; I can only close the tab and open again to get around this.
Server Logs
[2025-07-02T01:17:16Z INFO sync_ls::server] handled textDocument/hover - (881) in 14.90ms
[2025-07-02T01:17:17Z INFO sync_ls::server] handling textDocument/hover - (882)
[2025-07-02T01:17:17Z INFO sync_ls::server] handled textDocument/hover - (882) in 321.12µs
[2025-07-02T01:17:20Z INFO sync_ls::server] handling textDocument/documentHighlight - (883)
[2025-07-02T01:17:20Z INFO sync_ls::server] handled textDocument/documentHighlight - (883) in 90.49µs
[2025-07-02T01:17:20Z INFO sync_ls::server] handling textDocument/codeLens - (884)
[2025-07-02T01:17:20Z INFO sync_ls::server] handled textDocument/codeLens - (884) in 175.41µs
[2025-07-02T01:17:30Z INFO tinymist_preview::actor::webview] WebviewActor: received unknown message from websocket: unsupported message Err(cannot serve_with websocket, with [("err", "WebSocket protocol error: Sending after closing is not allowed")])
[2025-07-02T01:17:30Z INFO tinymist_preview::actor::webview] WebviewActor: exiting
[2025-07-02T07:04:22Z INFO sync_ls::server] handling workspace/executeCommand - (885)
[2025-07-02T07:04:22Z INFO sync_ls::server] handled workspace/executeCommand - (885) in 21.44µs
Browser Logs
[not captured]
Additional context
No response
can you add more information? you truncated the server log and also didn't give the browser log. Also it will be helpful if you give the related document to reproduce the error.
The server log doesn't seem to be truncated much; I've just tried to reproduce this and after 20 minutes I got again the same behaviour. It'd be hard to copy 20 minutes of logs.
I'm trying to narrow down this error by toggling on and of settings for tinymist.
My current suspect is Preview: Cursor Indicator; After switching it off I have not observed the crash since yesterday.
Below is the server log and browser log;
[2025-07-05T15:45:33Z DEBUG tinymist_preview::actor::render] RenderActor: has_full_render: false
[2025-07-05T15:45:33Z DEBUG tinymist_preview::actor::render] OutlineRenderActor: sending outline
[2025-07-05T15:45:33Z DEBUG tinymist_preview::actor::render] OutlineRenderActor: waiting for message
[2025-07-05T15:45:33Z DEBUG tinymist_preview::actor::render] RenderActor: waiting for message
[2025-07-05T15:45:33Z INFO sync_ls::server] handling textDocument/codeAction - (4432)
[2025-07-05T15:45:33Z INFO tinymist_query::code_action] requested code action: CodeActionRequest { path: "/home/kalmar/Documents/Sanskrit/Introduction/Lesson/05.typ", range: Range { start: Position { line: 361, character: 20 }, end: Position { line: 361, character: 20 } }, context: CodeActionContext { diagnostics: [], only: None, trigger_kind: Some(Automatic) } }
[2025-07-05T15:45:33Z INFO sync_ls::server] handled textDocument/codeAction - (4432) in 138.48µs
[2025-07-05T15:45:34Z INFO sync_ls::server] handling textDocument/hover - (4433)
[2025-07-05T15:45:34Z INFO sync_ls::server] handled textDocument/hover - (4433) in 209.18µs
[2025-07-05T15:45:35Z INFO sync_ls::server] handling textDocument/codeAction - (4434)
[2025-07-05T15:45:35Z INFO tinymist_query::code_action] requested code action: CodeActionRequest { path: "/home/kalmar/Documents/Sanskrit/Introduction/Lesson/05.typ", range: Range { start: Position { line: 361, character: 4 }, end: Position { line: 361, character: 20 } }, context: CodeActionContext { diagnostics: [], only: None, trigger_kind: Some(Automatic) } }
[2025-07-05T15:45:35Z INFO sync_ls::server] handled textDocument/codeAction - (4434) in 146.10µs
[2025-07-05T15:45:35Z INFO sync_ls::server] notifying textDocument/didChange
[2025-07-05T15:45:35Z INFO sync_ls::server] notify textDocument/didChange succeeded in 247.64µs
[2025-07-05T15:45:35Z INFO sync_ls::server] handling textDocument/foldingRange - (4435)
[2025-07-05T15:45:35Z INFO sync_ls::server] handled textDocument/foldingRange - (4435) in 1.53ms
[2025-07-05T15:45:35Z INFO sync_ls::server] notifying textDocument/didChange
[2025-07-05T15:45:35Z INFO sync_ls::server] notify textDocument/didChange succeeded in 173.01µs
[2025-07-05T15:45:35Z INFO sync_ls::server] handling textDocument/semanticTokens/full/delta - (4436)
[2025-07-05T15:45:35Z INFO sync_ls::server] handled textDocument/semanticTokens/full/delta - (4436) in 3.35ms
[2025-07-05T15:45:35Z INFO sync_ls::server] notifying textDocument/didChange
[2025-07-05T15:45:35Z INFO sync_ls::server] notify textDocument/didChange succeeded in 147.23µs
[2025-07-05T15:45:36Z INFO sync_ls::server] handling textDocument/foldingRange - (4437)
[2025-07-05T15:45:36Z INFO sync_ls::server] handled textDocument/foldingRange - (4437) in 1.04ms
[2025-07-05T15:45:36Z INFO sync_ls::server] handling textDocument/codeLens - (4438)
[2025-07-05T15:45:36Z INFO sync_ls::server] handled textDocument/codeLens - (4438) in 221.31µs
[2025-07-05T15:45:36Z INFO sync_ls::server] handling textDocument/semanticTokens/full/delta - (4439)
[2025-07-05T15:45:36Z INFO sync_ls::server] handled textDocument/semanticTokens/full/delta - (4439) in 3.04ms
[2025-07-05T15:45:36Z INFO sync_ls::server] notifying textDocument/didChange
[2025-07-05T15:45:36Z INFO sync_ls::server] notify textDocument/didChange succeeded in 246.31µs
[2025-07-05T15:45:36Z INFO sync_ls::server] handling textDocument/documentSymbol - (4440)
[2025-07-05T15:45:36Z INFO sync_ls::server] handled textDocument/documentSymbol - (4440) in 715.45µs
[2025-07-05T15:45:36Z INFO sync_ls::server] handling textDocument/documentColor - (4441)
[2025-07-05T15:45:36Z INFO sync_ls::server] handling textDocument/foldingRange - (4442)
[2025-07-05T15:45:36Z INFO sync_ls::server] handled textDocument/documentColor - (4441) in 975.52µs
[2025-07-05T15:45:36Z INFO sync_ls::server] handled textDocument/foldingRange - (4442) in 986.58µs
[2025-07-05T15:45:36Z INFO sync_ls::server] handling textDocument/codeAction - (4443)
[2025-07-05T15:45:36Z INFO tinymist_query::code_action] requested code action: CodeActionRequest { path: "/home/kalmar/Documents/Sanskrit/Introduction/Lesson/05.typ", range: Range { start: Position { line: 360, character: 29 }, end: Position { line: 360, character: 29 } }, context: CodeActionContext { diagnostics: [], only: None, trigger_kind: Some(Automatic) } }
[2025-07-05T15:45:36Z INFO sync_ls::server] handled textDocument/codeAction - (4443) in 111.83µs
[2025-07-05T15:45:36Z INFO sync_ls::server] handling textDocument/codeLens - (4444)
[2025-07-05T15:45:36Z INFO sync_ls::server] handled textDocument/codeLens - (4444) in 70.88µs
[2025-07-05T15:45:36Z INFO sync_ls::server] handling textDocument/semanticTokens/full/delta - (4445)
[2025-07-05T15:45:36Z INFO sync_ls::server] handled textDocument/semanticTokens/full/delta - (4445) in 3.35ms
[2025-07-05T15:45:36Z INFO sync_ls::server] handling textDocument/documentSymbol - (4446)
[2025-07-05T15:45:36Z INFO sync_ls::server] handled textDocument/documentSymbol - (4446) in 926.08µs
[2025-07-05T15:45:36Z INFO sync_ls::server] handling textDocument/documentSymbol - (4447)
[2025-07-05T15:45:36Z INFO sync_ls::server] handled textDocument/documentSymbol - (4447) in 953.39µs
[2025-07-05T15:45:37Z INFO sync_ls::server] handling textDocument/documentLink - (4448)
[2025-07-05T15:45:37Z INFO sync_ls::server] handled textDocument/documentLink - (4448) in 852.78µs
[2025-07-05T15:45:37Z INFO sync_ls::server] notifying textDocument/didSave
[2025-07-05T15:45:37Z INFO sync_ls::server] notify textDocument/didSave succeeded in 26.94µs
[2025-07-05T15:45:37Z INFO tinymist_preview::actor::webview] WebviewActor: received unknown message from websocket: unsupported message Err(cannot serve_with websocket, with [("err", "WebSocket protocol error: Sending after closing is not allowed")])
[2025-07-05T15:45:37Z INFO tinymist_preview::actor::webview] WebviewActor: exiting
[2025-07-05T15:45:39Z INFO tinymist_project::compiler] /home/kalmar/Documents/Sanskrit/Introduction/main.typ: compilation succeeded with 1 warnings in 3.839142174s
[2025-07-05T15:45:39Z INFO tinymist_preview] Preview("gc20ie"): received notification: signal(false, false), refresh style OnType
[2025-07-05T15:45:39Z INFO tinymist::project] Project: should_lint: false, signal: ExportSignal { by_mem_events: true, by_fs_events: false, by_entry_update: false }
[2025-07-05T15:45:39Z DEBUG tinymist_preview::actor::render] OutlineRenderActor: received message: RenderIncremental
[2025-07-05T15:45:39Z DEBUG tinymist_preview::actor::render] RenderActor: has_full_render: false
[2025-07-05T15:45:39Z DEBUG tinymist_preview::actor::render] OutlineRenderActor: sending outline
[2025-07-05T15:45:39Z DEBUG tinymist_preview::actor::render] OutlineRenderActor: waiting for message
[2025-07-05T15:45:39Z INFO tinymist_preview::actor::render] RenderActor: svg_sender is dropped
[2025-07-05T15:45:39Z INFO tinymist_preview::actor::render] RenderActor: exiting
[2025-07-05T15:45:39Z INFO tinymist_project::compiler] ProjectCompiler: evict cache in 260.246529ms
[2025-07-05T15:45:39Z INFO tinymist_project::compiler] /home/kalmar/Documents/Sanskrit/Introduction/main.typ: compilation succeeded with 1 warnings in 334.446012ms
[2025-07-05T15:45:39Z INFO tinymist_preview] Preview("gc20ie"): received notification: signal(false, true), refresh style OnType
[2025-07-05T15:45:39Z INFO tinymist::project] Project: should_lint: false, signal: ExportSignal { by_mem_events: true, by_fs_events: true, by_entry_update: false }
[2025-07-05T15:45:39Z DEBUG tinymist_preview::actor::render] OutlineRenderActor: received message: RenderIncremental
[2025-07-05T15:45:39Z DEBUG tinymist_preview::actor::render] OutlineRenderActor: sending outline
[2025-07-05T15:45:39Z DEBUG tinymist_preview::actor::render] OutlineRenderActor: waiting for message
[2025-07-05T15:45:39Z INFO tinymist_project::compiler] ProjectCompiler: evict cache in 43.198089ms
[2025-07-05T15:46:29Z INFO sync_ls::server] handling workspace/executeCommand - (4449)
[2025-07-05T15:46:29Z INFO sync_ls::server] handled workspace/executeCommand - (4449) in 27.03µs
These are VSCode logs (restricted to warn and Error):
log.ts:450 WARN Via 'product.json#extensionEnabledApiProposals' extension 'ms-vsliveshare.vsliveshare' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
warn @ log.ts:450
log.ts:450 WARN Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.gather' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
warn @ log.ts:450
log.ts:450 WARN Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.vscode-pylance' wants API proposal 'mcpConfigurationProvider' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
warn @ log.ts:450
log.ts:460 ERR Extension 'ms-python.vscode-pylance' wants API proposal 'mcpConfigurationProvider' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
error @ log.ts:460
log.ts:460 ERR Cannot read properties of null (reading '$ref'): TypeError: Cannot read properties of null (reading '$ref')
at KEe (vscode-file://vscode-app/snap/code/198/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2681:25856)
at vscode-file://vscode-app/snap/code/198/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2681:25977
at Array.forEach (<anonymous>)
at KEe (vscode-file://vscode-app/snap/code/198/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2681:25912)
at vscode-file://vscode-app/snap/code/198/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2681:25977
at Array.forEach (<anonymous>)
at KEe (vscode-file://vscode-app/snap/code/198/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2681:25912)
at vscode-file://vscode-app/snap/code/198/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2681:25977
at Array.forEach (<anonymous>)
at KEe (vscode-file://vscode-app/snap/code/198/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2681:25912)
error @ log.ts:460
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.
Old grammar file: file:///snap/code/198/usr/share/code/resources/app/extensions/latex/syntaxes/TeX.tmLanguage.json.
New grammar file: file:///home/kalmar/.vscode/extensions/james-yu.latex-workshop-10.10.0/syntax/TeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.latex.
Old grammar file: file:///snap/code/198/usr/share/code/resources/app/extensions/latex/syntaxes/LaTeX.tmLanguage.json.
New grammar file: file:///home/kalmar/.vscode/extensions/james-yu.latex-workshop-10.10.0/syntax/LaTeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.bibtex.
Old grammar file: file:///snap/code/198/usr/share/code/resources/app/extensions/latex/syntaxes/Bibtex.tmLanguage.json.
New grammar file: file:///home/kalmar/.vscode/extensions/james-yu.latex-workshop-10.10.0/syntax/Bibtex.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.latex.
Old grammar file: file:///snap/code/198/usr/share/code/resources/app/extensions/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json.
New grammar file: file:///home/kalmar/.vscode/extensions/james-yu.latex-workshop-10.10.0/syntax/cpp-grammar-bailout.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.markdown_latex_combined.
Old grammar file: file:///snap/code/198/usr/share/code/resources/app/extensions/latex/syntaxes/markdown-latex-combined.tmLanguage.json.
New grammar file: file:///home/kalmar/.vscode/extensions/james-yu.latex-workshop-10.10.0/syntax/markdown-latex-combined.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.julia.
Old grammar file: file:///snap/code/198/usr/share/code/resources/app/extensions/julia/syntaxes/julia.tmLanguage.json.
New grammar file: file:///home/kalmar/.vscode/extensions/julialang.language-julia-1.149.2/syntaxes/julia_vscode.json
register @ TMScopeRegistry.ts:46
log.ts:450 WARN Settings pattern "GitHub.copilot.manageExtension" doesn't match any settings
warn @ log.ts:450
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.
Old grammar file: file:///snap/code/198/usr/share/code/resources/app/extensions/latex/syntaxes/TeX.tmLanguage.json.
New grammar file: file:///home/kalmar/.vscode/extensions/james-yu.latex-workshop-10.10.0/syntax/TeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.latex.
Old grammar file: file:///snap/code/198/usr/share/code/resources/app/extensions/latex/syntaxes/LaTeX.tmLanguage.json.
New grammar file: file:///home/kalmar/.vscode/extensions/james-yu.latex-workshop-10.10.0/syntax/LaTeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.bibtex.
Old grammar file: file:///snap/code/198/usr/share/code/resources/app/extensions/latex/syntaxes/Bibtex.tmLanguage.json.
New grammar file: file:///home/kalmar/.vscode/extensions/james-yu.latex-workshop-10.10.0/syntax/Bibtex.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.latex.
Old grammar file: file:///snap/code/198/usr/share/code/resources/app/extensions/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json.
New grammar file: file:///home/kalmar/.vscode/extensions/james-yu.latex-workshop-10.10.0/syntax/cpp-grammar-bailout.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.markdown_latex_combined.
Old grammar file: file:///snap/code/198/usr/share/code/resources/app/extensions/latex/syntaxes/markdown-latex-combined.tmLanguage.json.
New grammar file: file:///home/kalmar/.vscode/extensions/james-yu.latex-workshop-10.10.0/syntax/markdown-latex-combined.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.julia.
Old grammar file: file:///snap/code/198/usr/share/code/resources/app/extensions/julia/syntaxes/julia.tmLanguage.json.
New grammar file: file:///home/kalmar/.vscode/extensions/julialang.language-julia-1.149.2/syntaxes/julia_vscode.json
register @ TMScopeRegistry.ts:46
2log.ts:450 WARN Settings pattern "GitHub.copilot.manageExtension" doesn't match any settings
warn @ log.ts:450
log.ts:460 ERR [Extension Host] (node:3676238) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `exe --trace-deprecation ...` to show where the warning was created)
error @ log.ts:460
console.ts:137 [Extension Host] (node:3676238) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `exe --trace-deprecation ...` to show where the warning was created)
J1s @ console.ts:137
webviewElement.ts:483 An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing.
mountTo @ webviewElement.ts:483
console.ts:137 [Extension Host] [relatedFiles] unknown language xml
J1s @ console.ts:137
console.ts:137 [Extension Host] [relatedFiles] unknown language typst
J1s @ console.ts:137
sparseMultilineTokens.ts:582 Invalid Semantic Tokens Data From Extension: end character > model.getLineLength(lineNumber)
(anonymous) @ sparseMultilineTokens.ts:582
log.ts:460 ERR [Extension Host] [AsyncCompletionManager] [1c08fd89-dcfb-4751-8095-92178b088633] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at ic.getFirstMatchingRequestWithTimeout (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:160:18)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:850:18 {
type: 'aborted',
_name: 'AbortError'
}
error @ log.ts:460
console.ts:137 [Extension Host] [AsyncCompletionManager] [1c08fd89-dcfb-4751-8095-92178b088633] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at ic.getFirstMatchingRequestWithTimeout (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:160:18)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:850:18 {
type: 'aborted',
_name: 'AbortError'
}
J1s @ console.ts:137
log.ts:460 ERR [Extension Host] [AsyncCompletionManager] [2102ee5a-952b-480a-a2b3-f1abc71bce81] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at ic.getFirstMatchingRequestWithTimeout (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:160:18)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:850:18 {
type: 'aborted',
_name: 'AbortError'
}
error @ log.ts:460
console.ts:137 [Extension Host] [AsyncCompletionManager] [2102ee5a-952b-480a-a2b3-f1abc71bce81] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at ic.getFirstMatchingRequestWithTimeout (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:160:18)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:850:18 {
type: 'aborted',
_name: 'AbortError'
}
J1s @ console.ts:137
log.ts:460 ERR [Extension Host] [AsyncCompletionManager] [39176976-2e5f-4b34-b325-e18a2d07ed40] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
error @ log.ts:460
console.ts:137 [Extension Host] [AsyncCompletionManager] [39176976-2e5f-4b34-b325-e18a2d07ed40] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
J1s @ console.ts:137
log.ts:460 ERR [Extension Host] [AsyncCompletionManager] [640fd0ec-0a72-4044-a111-cd746f7110c7] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at ic.getFirstMatchingRequestWithTimeout (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:160:18)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:850:18 {
type: 'aborted',
_name: 'AbortError'
}
error @ log.ts:460
console.ts:137 [Extension Host] [AsyncCompletionManager] [640fd0ec-0a72-4044-a111-cd746f7110c7] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at ic.getFirstMatchingRequestWithTimeout (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:160:18)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:850:18 {
type: 'aborted',
_name: 'AbortError'
}
J1s @ console.ts:137
log.ts:460 ERR [Extension Host] [AsyncCompletionManager] [5ad7611a-d8fc-4c07-a095-1c3f8ed9cb5d] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
error @ log.ts:460
console.ts:137 [Extension Host] [AsyncCompletionManager] [5ad7611a-d8fc-4c07-a095-1c3f8ed9cb5d] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
J1s @ console.ts:137
log.ts:460 ERR [Extension Host] [AsyncCompletionManager] [4c55333b-e791-4e5d-8ff3-0e45f3de7d1b] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at ic.getFirstMatchingRequestWithTimeout (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:160:18)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:850:18 {
type: 'aborted',
_name: 'AbortError'
}
error @ log.ts:460
console.ts:137 [Extension Host] [AsyncCompletionManager] [4c55333b-e791-4e5d-8ff3-0e45f3de7d1b] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at ic.getFirstMatchingRequestWithTimeout (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:160:18)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:850:18 {
type: 'aborted',
_name: 'AbortError'
}
J1s @ console.ts:137
log.ts:460 ERR [Extension Host] [AsyncCompletionManager] [27a8798f-8acf-43ff-a552-5c3b80b101ab] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
error @ log.ts:460
console.ts:137 [Extension Host] [AsyncCompletionManager] [27a8798f-8acf-43ff-a552-5c3b80b101ab] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
J1s @ console.ts:137
sparseMultilineTokens.ts:582 Invalid Semantic Tokens Data From Extension: end character > model.getLineLength(lineNumber)
(anonymous) @ sparseMultilineTokens.ts:582
log.ts:460 ERR [Extension Host] [AsyncCompletionManager] [af9958d1-a11f-4732-98ba-3c28484793bd] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
error @ log.ts:460
console.ts:137 [Extension Host] [AsyncCompletionManager] [af9958d1-a11f-4732-98ba-3c28484793bd] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
J1s @ console.ts:137
log.ts:460 ERR [Extension Host] [AsyncCompletionManager] [d108a0b3-9f88-46d6-b08b-bc65f9e7f9f1] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
error @ log.ts:460
console.ts:137 [Extension Host] [AsyncCompletionManager] [d108a0b3-9f88-46d6-b08b-bc65f9e7f9f1] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
J1s @ console.ts:137
log.ts:460 ERR [Extension Host] [AsyncCompletionManager] [0d2b4c74-8602-4af9-a3df-d96b920f2a35] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
error @ log.ts:460
console.ts:137 [Extension Host] [AsyncCompletionManager] [0d2b4c74-8602-4af9-a3df-d96b920f2a35] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
J1s @ console.ts:137
log.ts:460 ERR [Extension Host] [AsyncCompletionManager] [2cc412a6-3a14-472c-9d1c-073232ede5d7] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
error @ log.ts:460
console.ts:137 [Extension Host] [AsyncCompletionManager] [2cc412a6-3a14-472c-9d1c-073232ede5d7] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
J1s @ console.ts:137
log.ts:460 ERR [Extension Host] [AsyncCompletionManager] [59f908e4-28e8-4943-9efa-8c1f1531776b] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
error @ log.ts:460
console.ts:137 [Extension Host] [AsyncCompletionManager] [59f908e4-28e8-4943-9efa-8c1f1531776b] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
J1s @ console.ts:137
4sparseMultilineTokens.ts:582 Invalid Semantic Tokens Data From Extension: end character > model.getLineLength(lineNumber)
(anonymous) @ sparseMultilineTokens.ts:582
log.ts:460 ERR [Extension Host] [AsyncCompletionManager] [4abb234f-7647-4c11-a5bf-292d0462fab9] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
error @ log.ts:460
console.ts:137 [Extension Host] [AsyncCompletionManager] [4abb234f-7647-4c11-a5bf-292d0462fab9] Request errored with AbortError: The operation was aborted.
at EventEmitter.abortHandler (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:106:17)
at EventEmitter.emit (node:events:518:28)
at W1.dispatchEvent (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:67:41)
at W1.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:72:10)
at Sz.abort (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/@adobe/helix-fetch/src/fetch/abort.js:137:39)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/networking.ts:254:19
at KZ.invoke (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:55:39)
at e.fire (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/events.js:117:36)
at q8.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:41:31)
at VZ.cancel (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js:82:25)
at ic.cancelRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:257:41)
at ic.getFirstMatchingRequest (/home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/asyncCompletions.ts:234:22)
at /home/kalmar/.vscode/extensions/github.copilot-1.338.0/lib/src/ghostText/ghostText.ts:978:22 {
type: 'aborted',
_name: 'AbortError'
}
J1s @ console.ts:137
4sparseMultilineTokens.ts:582 Invalid Semantic Tokens Data From Extension: end character > model.getLineLength(lineNumber)
(anonymous) @ sparseMultilineTokens.ts:582
2log.ts:450 WARN Settings pattern "GitHub.copilot.manageExtension" doesn't match any settings
warn @ log.ts:450
console.ts:137 [Extension Host] rejected promise not handled within 1 second: Error: task not found
J1s @ console.ts:137
console.ts:137 [Extension Host] stack trace: Error: task not found
at handleResponse (/home/kalmar/.vscode/extensions/myriad-dreamin.tinymist-0.13.14-linux-x64/out/extension.js:2101:40)
at handleMessage (/home/kalmar/.vscode/extensions/myriad-dreamin.tinymist-0.13.14-linux-x64/out/extension.js:1911:11)
at processMessageQueue (/home/kalmar/.vscode/extensions/myriad-dreamin.tinymist-0.13.14-linux-x64/out/extension.js:1926:13)
at Immediate.<anonymous> (/home/kalmar/.vscode/extensions/myriad-dreamin.tinymist-0.13.14-linux-x64/out/extension.js:1902:11)
at processImmediate (node:internal/timers:485:21)
J1s @ console.ts:137
mainThreadExtensionService.ts:78 [myriad-dreamin.tinymist]task not found
$onExtensionRuntimeError @ mainThreadExtensionService.ts:78
mainThreadExtensionService.ts:79 Error: task not found
at handleResponse (/home/kalmar/.vscode/extensions/myriad-dreamin.tinymist-0.13.14-linux-x64/out/extension.js:2101:40)
at handleMessage (/home/kalmar/.vscode/extensions/myriad-dreamin.tinymist-0.13.14-linux-x64/out/extension.js:1911:11)
at processMessageQueue (/home/kalmar/.vscode/extensions/myriad-dreamin.tinymist-0.13.14-linux-x64/out/extension.js:1926:13)
at Immediate.<anonymous> (/home/kalmar/.vscode/extensions/myriad-dreamin.tinymist-0.13.14-linux-x64/out/extension.js:1902:11)
at processImmediate (node:internal/timers:485:21)
$onExtensionRuntimeError @ mainThreadExtensionService.ts:79
log.ts:460 ERR An unknown error occurred. Please consult the log for more details.
error @ log.ts:460
webviewElement.ts:483 An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing.
mountTo @ webviewElement.ts:483
VM8:8748 using deprecated parameters for the initialization function; pass a single object instead
__wbg_init @ VM8:8748
2sparseMultilineTokens.ts:582 Invalid Semantic Tokens Data From Extension: end character > model.getLineLength(lineNumber)
(anonymous) @ sparseMultilineTokens.ts:582
runIfNotLimited @ common.ts:19
reportIfInvalid @ sparseMultilineTokens.ts:581
reportIfInvalid @ sparseMultilineTokens.ts:169
set @ sparseTokensStore.ts:44
setSemanticTokens @ tokenizationTextModelPart.ts:214
u @ documentSemanticTokens.ts:382
(anonymous) @ documentSemanticTokens.ts:244
Promise.then
s @ documentSemanticTokens.ts:234
(anonymous) @ documentSemanticTokens.ts:123
h @ async.ts:1183
g @ async.ts:1178
setTimeout
e.setTimeout @ window.ts:120
schedule @ async.ts:1150
(anonymous) @ documentSemanticTokens.ts:131
(anonymous) @ textModel.ts:239
B @ event.ts:1219
C @ event.ts:1230
fire @ event.ts:1254
endDeferredEmit @ textModel.ts:2591
pushEditOperations @ textModel.ts:1290
c @ cursor.ts:796
executeCommands @ cursor.ts:754
G @ cursor.ts:360
(anonymous) @ cursor.ts:565
L @ cursor.ts:520
type @ cursor.ts:554
(anonymous) @ viewModelImpl.ts:1109
(anonymous) @ viewModelImpl.ts:1162
batchChanges @ codeEditorWidget.ts:1691
W @ viewModelImpl.ts:1159
U @ viewModelImpl.ts:1097
type @ viewModelImpl.ts:1109
Xb @ codeEditorWidget.ts:1160
trigger @ codeEditorWidget.ts:1088
runCommand @ coreCommands.ts:2144
handler @ editorExtensions.ts:155
i.handler @ commands.ts:98
invokeFunction @ instantiationService.ts:109
n @ commandService.ts:99
executeCommand @ commandService.ts:63
type @ codeEditorWidget.ts:1860
type @ viewController.ts:72
N @ nativeEditContext.ts:412
M @ nativeEditContext.ts:400
(anonymous) @ nativeEditContext.ts:185
log.ts:450 WARN Settings pattern "GitHub.copilot.manageExtension" doesn't match any settings
rejected promise not handled within 1 second: Error: task not found
The browser log said the task had gone for some reason (might be caused that "Preview: Cursor Indicator").