You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I tested your cool plugin on eclipse theia (https://github.com/eclipse-theia/theia, a open clone of vscode).
Connection/authentication to gcloud and chat is working, but "explain this" throws "there was a problem getting a response":
Are you planning to extend the support there? Would be awesome!
Hi @maxrandolph , thanks for the reply, sure I can, there are two main error messages from the logs that I could identify:
2024-11-05T07:26:45.729Z root ERROR [hosted-plugin: 78869] Promise rejection not handled in one second: NotAllowedError: Failed to execute 'readText' on 'Clipboard': Document is not focused. , reason: NotAllowedError: Failed to execute 'readText' on 'Clipboard': Document is not focused. 2024-11-05T07:26:45.729Z root ERROR [hosted-plugin: 78869] With stack trace: Error: Document is not focused. at c.readText (xxx/bundle.js:2:1772669) at async t.ClipboardMainImpl.$readText (xxx/bundle.js:2:7696497) at async l.handleRequest (xxx/bundle.js:2:2447494)
2024-11-05T07:26:26.861Z root ERROR [hosted-plugin: 78183] There was a problem getting chat suggestions: i [Error]: json: cannot unmarshal array into Go struct field ChatSuggestionsParams.selectedRange of type protocol.Range at xxx/googlecloudtools.cloudcode-2.20.0/extension/dist/extension.js:14:11423146 at oe (xxx/.theia/deployedPlugins/googlecloudtools.cloudcode-2.20.0/extension/dist/extension.js:14:11423440) at xxx/.theia/deployedPlugins/googlecloudtools.cloudcode-2.20.0/extension/dist/extension.js:14:11418224 at Immediate.<anonymous> (xxx/.theia/deployedPlugins/googlecloudtools.cloudcode-2.20.0/extension/dist/extension.js:14:11418244) at processImmediate (node:internal/timers:466:21) { code: -32700, data: null }
Environment:
Ecplise Theia v 1.54.0
Version information
Cloud Code Extension version: 2.19.0
VSCodeEclipse Theia version: 1.54.0OS:
Cloud SDK:
Skaffold:
Kubectl:
Description:
I tested your cool plugin on eclipse theia (https://github.com/eclipse-theia/theia, a open clone of vscode).
Connection/authentication to gcloud and chat is working, but "explain this" throws "there was a problem getting a response":
Are you planning to extend the support there? Would be awesome!
Repro step:
The text was updated successfully, but these errors were encountered: