vscode-pull-request-github icon indicating copy to clipboard operation
vscode-pull-request-github copied to clipboard

PR description not showing. Only displays "Loading..."

Open TalKirsh opened this issue 1 year ago • 9 comments

  • Extension version:
  • VSCode Version: 1.91.0
  • OS: Windows, working remotely on CentOS8
  • Repository Clone Configuration (single repository/fork of an upstream repository):
  • Github Product (Github.com/Github Enterprise version x.x.x): v0.92.0

Steps to Reproduce:

  1. Open the extension.
  2. Click on the description
  3. A tab with the PR # number will appear with the "Loading..." writing. A loading line and a clock on the extension's logo will continuously advance on the top of the left side window.

Note: that this is on an enterprise Github, but still all the other features are working.

2024-07-07 12:16:54.041 [info] FolderRepositoryManager+0> Found GitHub repo for pr #15487: yes
2024-07-07 12:16:55.350 [info] FolderRepositoryManager+0> Found GitHub pr repo for pr #15487: yes
2024-07-07 12:16:55.350 [info] GitHubRepository> Fetch branch pub/dev-5.0-ec-bugfix-dpm-team - enter
2024-07-07 12:16:56.044 [info] GitHubRepository> Fetch branch pub/dev-5.0-ec-bugfix-dpm-team - done: true
2024-07-07 12:18:00.654 [info] FolderRepositoryManager+0> Found GitHub repo for pr #15487: yes
2024-07-07 12:18:01.587 [info] FolderRepositoryManager+0> Found GitHub pr repo for pr #15487: yes
2024-07-07 12:18:01.588 [info] GitHubRepository> Fetch branch pub/dev-5.0-ec-bugfix-dpm-team - enter
2024-07-07 12:18:02.206 [info] GitHubRepository> Fetch branch pub/dev-5.0-ec-bugfix-dpm-team - done: true
2024-07-07 12:19:29.277 [info] FolderRepositoryManager+0> Found GitHub repo for pr #15487: yes
2024-07-07 12:19:30.494 [info] FolderRepositoryManager+0> Found GitHub pr repo for pr #15487: yes
2024-07-07 12:19:30.494 [info] GitHubRepository> Fetch branch pub/dev-5.0-ec-bugfix-dpm-team - enter
2024-07-07 12:19:30.615 [info] FolderRepositoryManager+0> Found GitHub repo for pr #15487: yes
2024-07-07 12:19:31.407 [info] GitHubRepository> Fetch branch pub/dev-5.0-ec-bugfix-dpm-team - done: true
2024-07-07 12:19:31.817 [info] FolderRepositoryManager+0> Found GitHub pr repo for pr #15487: yes
2024-07-07 12:19:31.817 [info] GitHubRepository> Fetch branch pub/dev-5.0-ec-bugfix-dpm-team - enter
2024-07-07 12:19:32.389 [info] GitHubRepository> Fetch branch pub/dev-5.0-ec-bugfix-dpm-team - done: true

TalKirsh avatar Jul 07 '24 09:07 TalKirsh

What version of GitHub Enterprise does your org use? There's likely some property we're trying to fetch that the version of GitHub enterprise your org uses doesn't support.

alexr00 avatar Jul 30 '24 10:07 alexr00

GitHub Enterprise Server 3.12.4

TalKirsh avatar Jul 30 '24 18:07 TalKirsh

I'm not able to repro the issue. Which properties are set on the PR that you see this with?

  • assignees
  • reviewers
  • team reviewers or assignees
  • milestone
  • labels
  • anything else you think might be interesting?

alexr00 avatar Aug 02 '24 13:08 alexr00

This is the only settings I've touched in the extension's settings:

"githubPullRequests.queries": [

    {
      "label": "Waiting For My Review",
      "query": "is:open review-requested:${user}"
    },
    {
      "label": "Assigned To Me",
      "query": "is:open assignee:${user}"
    },
    {
      "label": "Created By Me",
      "query": "is:open author:${user}"
    },
    {
      "label": "Reviewed By Me",
      "query": "is:pr is:open reviewed-by:@me"
    },
    {
      "label": "Assigned To Me and Merged",
      "query": "is:closed review-requested:${user}"
    }
  ],

I do see a warning in the output window at the bottom of Vscode: 2024-08-14 00:41:05.280 [warning] /home/sio/.ssh/config: ENOENT: no such file or directory, open '/home/sio/.ssh/config'

Another thing. On the extension page there's a Runtime Status under Feature there I have an uncaught errors: Sorry. Your account was suspended.

I'll mention that I'm working remotely on Vscode on windows. I've tried to enter my VM and work directly on the Vscode and there it's working!!! So the issue somehow relates to the remote work, though all the other features of the extension are working. I've tried to reinstall the extension but no good. Is there some caching I could clean? There's still the issue of the error I've mentioned.

TalKirsh avatar Aug 13 '24 22:08 TalKirsh

Interesting. You could try this:

  1. From the accounts menu, sign out of your GitHub account.
  2. Reload VS Code
  3. Check in the accounts menu that you're signed out
  4. Open the "Pull Requests" view and sign back in.

alexr00 avatar Aug 14 '24 19:08 alexr00

Done. When I signed in I watched the extension output:

2024-08-15 15:04:31.211 [info] Review+0> Resolving pull request
2024-08-15 15:04:31.211 [info] FolderRepositoryManager+0> GitHubRepository not found: vxflexos/ScaleIO
2024-08-15 15:04:31.212 [info] FolderRepositoryManager+0> Found GitHub repo for pr #14533: yes
2024-08-15 15:04:31.620 [info] Using globalState assignableUsers for 1.
2024-08-15 15:04:34.025 [error] GitHubRepository+0> Unable to fetch PR: TypeError: Cannot read properties of null (reading 'repository')
2024-08-15 15:04:34.025 [info] FolderRepositoryManager+0> Found GitHub pr repo for pr #14533: no
2024-08-15 15:04:34.587 [info] Review+0> This PR is no longer valid
2024-08-15 15:04:34.587 [info] Review+0> Unable to resolve PR #14533
2024-08-15 15:05:06.988 [info] Found GitHub remote for folder [path...]
2024-08-15 15:05:07.578 [info] Using in-memory cached assignable users.

The error part looks suspicious.

After clicking on the PR's description I still get stuck on loading and the output is:

2024-08-15 15:09:44.213 [info] FolderRepositoryManager+0> Found GitHub repo for pr #16247: yes
2024-08-15 15:09:45.347 [info] FolderRepositoryManager+0> Found GitHub pr repo for pr #16247: yes

TalKirsh avatar Aug 15 '24 12:08 TalKirsh

Could you set the default log level of "GitHub Pull Request" to "Trace" (command Developer: Set Log Level -> GitHub Pull Request -> Click the little double check mark next to "Trace"), reload, repro again, then share logs? There will be info about your repository name in the logs, so you can send them to the email address listed in my profile or delete anything you don't want to share.

alexr00 avatar Aug 19 '24 18:08 alexr00

Hi @alexr00, I've sent you an mail as I don't know what details I can paste here. Thanks.

TalKirsh avatar Aug 25 '24 12:08 TalKirsh

Thanks @TalKirsh! Based on the logs, it looks like there's and exception that's not getting caught. Unfortunately, it's also not getting logged. If you see this again, can you open the dev tools (command Developer: Toggle Developer Tools) and share any output from the console?

alexr00 avatar Aug 27 '24 17:08 alexr00

Hi, I opened the dev tools and clicked the PR's description, and got an output. I'm attaching 2 log files

Best regards, Tal Kirshenzweig https://www.linkedin.com/in/talkirsh/

On Tue, Aug 27, 2024 at 8:54 PM Alex Ross @.***> wrote:

Thanks @TalKirsh https://github.com/TalKirsh! Based on the logs, it looks like there's and exception that's not getting caught. Unfortunately, it's also not getting logged. If you see this again, can you open the dev tools (command Developer: Toggle Developer Tools) and share any output from the console?

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode-pull-request-github/issues/6080#issuecomment-2313184346, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYUD4CAMZQY64AIRUOOVXMDZTS4O5AVCNFSM6AAAAABKPGLC4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJTGE4DIMZUGY . You are receiving this because you were mentioned.Message ID: @.***>

TalKirsh avatar Aug 31 '24 16:08 TalKirsh

I'm not seeing any logs get attached in the GitHub issue.

alexr00 avatar Sep 02 '24 15:09 alexr00

When I try to open description I get this error: Cannot read properties of undefined (reading 'toLowerCase') Screenshot 2024-09-08 at 2 56 27 PM

p.s. I am also on Github Enterprise

prakhar-yadav-sn avatar Sep 08 '24 09:09 prakhar-yadav-sn

Hi, That's weird. I'll just paste the logs here.

  INFO Started local extension host with pid 23280.
  INFO Invoking resolveAuthority(ssh-remote)...
  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][0ms] obtaining
proxy...
  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][0ms] invoking...
  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][1013ms] waiting...
  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][2007ms] waiting...
  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][3007ms] waiting...
   ERR [Extension Host] (node:23280) [DEP0005] DeprecationWarning: Buffer()
is deprecated due to security and usability issues. Please use the
Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code --trace-deprecation ...` to show where the warning was created)
 [Extension Host] (node:23280) [DEP0005] DeprecationWarning: Buffer() is
deprecated due to security and usability issues. Please use the
Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code --trace-deprecation ...` to show where the warning was created)
y @ workbench.desktop.main.js:97
  INFO [LocalProcess0][resolveAuthority(ssh-remote,1)][3734ms] returned
WebSocket(127.0.0.1:57055)
  INFO resolveAuthority(ssh-remote) returned 'WebSocket(127.0.0.1:57055)'
after 3734 ms
  INFO Creating a socket
(renderer-Management-27198ecb-fecd-404c-b398-1704ecdbf43b)...
  INFO Creating a socket
(renderer-ExtensionHost-4156577f-3540-44b0-81f1-6808deb85ee1)...
  INFO Creating a socket
(renderer-Management-27198ecb-fecd-404c-b398-1704ecdbf43b) was successful
after 356 ms.
  INFO Creating a socket
(renderer-ExtensionHost-4156577f-3540-44b0-81f1-6808deb85ee1) was
successful after 723 ms.
  WARN [Codeium.codeium-enterprise-updater]: Cannot register
'codeiumEnterprise.portalUrl'. This property is already registered.
  WARN [twxs.cmake]: Cannot register 'cmake.cmakePath'. This property is
already registered.
  WARN No search provider registered for scheme: vscode-remote, waiting
  INFO [perf] Render performance baseline is 32ms
 [Extension Host] [CMakeTools] 2024-08-31T16:23:14.773Z [info] [proc]
Executing command: /usr/bin/cmake --version
 [Extension Host] [CMakeTools] 2024-08-31T16:23:14.801Z [info] [proc]
Executing command: /usr/bin/cmake -E capabilities
 [Extension Host] [CMakeTools] 2024-08-31T16:23:15.209Z [debug] [main] Safe
constructing new CMakeProject instance
 [Extension Host] [CMakeTools] 2024-08-31T16:23:15.210Z [debug] [variant]
Constructing VariantManager
 [Extension Host] [CMakeTools] 2024-08-31T16:23:15.211Z [debug] [main]
Constructing new CMakeProject instance
 [Extension Host] [CMakeTools] 2024-08-31T16:23:15.211Z [debug] [main]
Starting CMake Tools second-phase init
 [Extension Host] [CMakeTools] 2024-08-31T16:23:15.212Z [debug] [expand]
expanded ${workspaceFolder}
 [Extension Host] [CMakeTools] 2024-08-31T16:23:15.217Z [debug] [kit]
Reading kits file /home/sio/.local/share/CMakeTools/cmake-tools-kits.json
 [Extension Host] [CMakeTools] 2024-08-31T16:23:15.287Z [info] [kit]
Successfully loaded 5 kits from
/home/sio/.local/share/CMakeTools/cmake-tools-kits.json
 [Extension Host] [CMakeTools] 2024-08-31T16:23:15.293Z [debug] [kit] Not
reading non-existent kits file: /home/sio/projects/.vscode/cmake-kits.json
 [Extension Host] [CMakeTools] 2024-08-31T16:23:15.317Z [info] [variant]
Loaded new set of variants
 [Extension Host] [CMakeTools] 2024-08-31T16:23:15.318Z [debug] [main]
CMakeProject instance initialization complete.
   ERR Could not find pty on pty host: CodeExpectedError: Could not find
pty on pty host
    at k.U
(/home/sio/.vscode-server/bin/fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/out/vs/platform/terminal/node/ptyHostMain.js:54:30837)
    at k.updateTitle
(/home/sio/.vscode-server/bin/fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/out/vs/platform/terminal/node/ptyHostMain.js:54:26037)
    at D.<computed>
(/home/sio/.vscode-server/bin/fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/out/vs/platform/terminal/node/ptyHostMain.js:54:21308)
    at Object.call
(/home/sio/.vscode-server/bin/fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/out/vs/platform/terminal/node/ptyHostMain.js:36:5378)
    at c.s
(/home/sio/.vscode-server/bin/fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/out/vs/platform/terminal/node/ptyHostMain.js:34:5506)
    at c.q
(/home/sio/.vscode-server/bin/fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/out/vs/platform/terminal/node/ptyHostMain.js:34:4947)
    at w.value
(/home/sio/.vscode-server/bin/fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/out/vs/platform/terminal/node/ptyHostMain.js:34:4247)
    at i.B
(/home/sio/.vscode-server/bin/fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/out/vs/platform/terminal/node/ptyHostMain.js:30:741)
    at i.fire
(/home/sio/.vscode-server/bin/fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/out/vs/platform/terminal/node/ptyHostMain.js:30:958)
    at process.$e
(/home/sio/.vscode-server/bin/fee1edb8d6d72a0ddff41e5f71a671c23ed924b9/out/vs/platform/terminal/node/ptyHostMain.js:25:27395)
    at process.emit (node:events:519:28)
    at emit (node:internal/child_process:951:14)
    at process.processTicksAndRejections
(node:internal/process/task_queues:83:21)
 [Extension Host] (VSCode) 2024-08-31 19:23:19 [INFO]: Creating manager
directory: /tmp/80af5532-bfc5-4ca2-898f-13c460658121/codeium/manager
 [Extension Host] Codeium Enterprise updater - nothing to update
 [Extension Host] (VSCode) 2024-08-31 19:23:20 [INFO]: Using cached LS with
valid crc32:
/home/sio/.vscode-server/extensions/codeium.codeium-enterprise-1.12.0/dist/990857f5398ec2d4e2e3b3136e16b7c5f13b025b/language_server_linux_x64
 [Extension Host] [Client] Creating client for https://codeium.delllabs.net
 [Extension Host] [Client] Created client null
 [Extension Host] [Client] Using proxy with URL undefined
 [Extension Host] (VSCode) 2024-08-31 19:23:20 [INFO]: Language server
started
 [Extension Host] [vscode-icons] v12.8.0 activated!
 [Extension Host] (VSCode) 2024-08-31 19:23:21 [INFO]: Found language
server running on port 44185
 [Extension Host] rejected promise not handled within 1 second: HttpError:
Sorry. Your account was suspended.
y @ workbench.desktop.main.js:97
 [Extension Host] stack trace: HttpError: Sorry. Your account was suspended.
at
/home/sio/.vscode-server/extensions/github.vscode-pull-request-github-0.94.0/dist/extension.js:2123:6173
at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
at async R1.execute
(/home/sio/.vscode-server/extensions/github.vscode-pull-request-github-0.94.0/dist/extension.js:2081:43089)
y @ workbench.desktop.main.js:97
 [GitHub.vscode-pull-request-github]Sorry. Your account was suspended.
$onExtensionRuntimeError @ workbench.desktop.main.js:2090
 HttpError: Sorry. Your account was suspended.
at
/home/sio/.vscode-server/extensions/github.vscode-pull-request-github-0.94.0/dist/extension.js:2123:6173
at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
at async R1.execute
(/home/sio/.vscode-server/extensions/github.vscode-pull-request-github-0.94.0/dist/extension.js:2081:43089)
$onExtensionRuntimeError @ workbench.desktop.main.js:2090
 [Extension Host] /home/sio/projects
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/i_map_request.hpp
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:24:56 [INFO]: Completion request
was cancelled by token (54.87ms)
 [Extension Host] (VSCode) 2024-08-31 19:24:56 [INFO]: Completion request
succeeded (352.51ms)
 [Extension Host] (VSCode) 2024-08-31 19:24:56 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:24:56 [INFO]:
provideInlineCompletionItems request succeeded (365.43ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:24:58.073Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/user_io_request.cpp
 [Extension Host] (VSCode) 2024-08-31 19:25:09 [INFO]: Completion request
succeeded (404ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:09 [INFO]: No completions were
generated
 [Extension Host] (VSCode) 2024-08-31 19:25:09 [INFO]:
provideInlineCompletionItems request succeeded (408.18ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:09 [INFO]: Completion request
was cancelled by token (369.62ms)
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/user_io_request.cpp
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/user_io_request.cpp
 [Extension Host] (VSCode) 2024-08-31 19:25:10 [INFO]: Completion request
was cancelled by token (931.69ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:10 [INFO]: Skipping completions
because autocomplete is open
 [Extension Host] (VSCode) 2024-08-31 19:25:10 [INFO]: Skipping completions
because autocomplete is open
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/user_io_request.cpp
 [Extension Host] [CMakeTools] 2024-08-31T16:25:11.498Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] (VSCode) 2024-08-31 19:25:11 [INFO]: Skipping completions
because autocomplete is open
 [Extension Host] (VSCode) 2024-08-31 19:25:11 [INFO]: Skipping completions
because autocomplete is open
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/user_io_request.cpp
 [Extension Host] (VSCode) 2024-08-31 19:25:12 [INFO]: Skipping completions
because autocomplete is open
 [Extension Host] (VSCode) 2024-08-31 19:25:12 [INFO]: Skipping completions
because autocomplete is open
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/user_io_request.cpp
 [Extension Host] (VSCode) 2024-08-31 19:25:12 [INFO]: Skipping completions
because autocomplete is open
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/user_io_request.cpp
 [Extension Host] (VSCode) 2024-08-31 19:25:12 [INFO]: Skipping completions
because autocomplete is open
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/user_io_request.cpp
 [Extension Host] (VSCode) 2024-08-31 19:25:13 [INFO]: Completion request
succeeded (409.94ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:13 [INFO]: Generated 2
completions
 [Extension Host] (VSCode) 2024-08-31 19:25:13 [INFO]:
provideInlineCompletionItems request succeeded (415.5ms)
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:25:14 [INFO]: Completion request
was cancelled by token (10.27ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:14 [INFO]: Completion request
succeeded (152.28ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:14 [INFO]: Generated 2
completions
 [Extension Host] (VSCode) 2024-08-31 19:25:14 [INFO]:
provideInlineCompletionItems request succeeded (156.06ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:25:14.501Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] (VSCode) 2024-08-31 19:25:14 [INFO]: Completion request
succeeded (57.74ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:14 [INFO]: Generated 2
completions
 [Extension Host] (VSCode) 2024-08-31 19:25:14 [INFO]:
provideInlineCompletionItems request succeeded (63.15ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:14 [INFO]: Completion request
succeeded (56.84ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:14 [INFO]: Generated 2
completions
 [Extension Host] (VSCode) 2024-08-31 19:25:14 [INFO]:
provideInlineCompletionItems request succeeded (60.79ms)
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/user_io_request.cpp
 [Extension Host] (VSCode) 2024-08-31 19:25:15 [INFO]: Skipping completions
because autocomplete is open
 [Extension Host] [CMakeTools] 2024-08-31T16:25:16.401Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:25:33 [INFO]: Completion request
was cancelled by token (68.29ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:33 [INFO]: Completion request
succeeded (353.79ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:33 [INFO]: No completions were
generated
 [Extension Host] (VSCode) 2024-08-31 19:25:33 [INFO]:
provideInlineCompletionItems request succeeded (357.44ms)
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [CMakeTools] 2024-08-31T16:25:35.142Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:25:51 [INFO]: Completion request
was cancelled by token (15.48ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:52 [INFO]: Completion request
succeeded (540.33ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:52 [INFO]: Generated 2
completions
 [Extension Host] (VSCode) 2024-08-31 19:25:52 [INFO]:
provideInlineCompletionItems request succeeded (545.07ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:52 [INFO]: Completion request
succeeded (82.42ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:52 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:25:52 [INFO]:
provideInlineCompletionItems request succeeded (85.8ms)
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:25:53 [INFO]: Completion request
succeeded (42.46ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:53 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:25:53 [INFO]:
provideInlineCompletionItems request succeeded (52.47ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:53 [INFO]: Completion request
succeeded (83.79ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:53 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:25:53 [INFO]:
provideInlineCompletionItems request succeeded (109.05ms)
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/user_io_request.hpp
 [Extension Host] (VSCode) 2024-08-31 19:25:53 [INFO]: Completion request
succeeded (56.83ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:53 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:25:53 [INFO]:
provideInlineCompletionItems request succeeded (68.04ms)
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/user_io_request.hpp
 [Extension Host] (VSCode) 2024-08-31 19:25:54 [INFO]: Skipping completions
because autocomplete is open
 [Extension Host] (VSCode) 2024-08-31 19:25:54 [INFO]: Completion request
succeeded (74.43ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:54 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:25:54 [INFO]:
provideInlineCompletionItems request succeeded (82.17ms)
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/user_io_request.hpp
 [Extension Host] [CMakeTools] 2024-08-31T16:25:55.321Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] (VSCode) 2024-08-31 19:25:55 [INFO]: Completion request
was cancelled by token (183.39ms)
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/user_io_request.hpp
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:25:56 [INFO]: Completion request
succeeded (767.01ms)
 [Extension Host] (VSCode) 2024-08-31 19:25:56 [INFO]: No completions were
generated
 [Extension Host] (VSCode) 2024-08-31 19:25:56 [INFO]:
provideInlineCompletionItems request succeeded (771.29ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:25:57.359Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:26:02 [INFO]: Completion request
succeeded (396.18ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:02 [INFO]: No completions were
generated
 [Extension Host] (VSCode) 2024-08-31 19:26:02 [INFO]:
provideInlineCompletionItems request succeeded (403.52ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:26:03.737Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:26:13 [INFO]: Completion request
was cancelled by token (25.66ms)
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:26:14 [INFO]: Completion request
was cancelled by token (878.96ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:14 [INFO]: Completion request
was cancelled by token (136.4ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:26:16.508Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] (VSCode) 2024-08-31 19:26:16 [INFO]: Completion request
succeeded (1926.29ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:16 [INFO]: Generated 4
completions
 [Extension Host] (VSCode) 2024-08-31 19:26:16 [INFO]:
provideInlineCompletionItems request succeeded (1930.67ms)
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:26:17 [INFO]: Completion request
was cancelled by token (315.2ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:17 [INFO]: Completion request
was cancelled by token (605.57ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:18 [INFO]: Completion request
succeeded (368.07ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:18 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:26:18 [INFO]:
provideInlineCompletionItems request succeeded (372.61ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:18 [INFO]: Completion request
was cancelled by token (6.14ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:18 [INFO]: Completion request
succeeded (69.18ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:18 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:26:18 [INFO]:
provideInlineCompletionItems request succeeded (103.22ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:18 [INFO]: Completion request
succeeded (49.73ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:18 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:26:18 [INFO]:
provideInlineCompletionItems request succeeded (53.58ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:19 [INFO]: Completion request
succeeded (72.26ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:19 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:26:19 [INFO]:
provideInlineCompletionItems request succeeded (82.67ms)
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [CMakeTools] 2024-08-31T16:26:20.813Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/io_request.hpp
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/io_request.hpp
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/io_request.hpp
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/io_request.hpp
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/io_request.hpp
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/io_request.hpp
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/io_request.hpp
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/io_handler/io_request.cpp
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:26:34 [INFO]: Completion request
was cancelled by token (96.41ms)
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:26:35 [INFO]: Completion request
was cancelled by token (826.39ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:26:37.174Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] (VSCode) 2024-08-31 19:26:37 [INFO]: Completion request
succeeded (640.22ms)
 [Extension Host] (VSCode) 2024-08-31 19:26:37 [INFO]: No completions were
generated
 [Extension Host] (VSCode) 2024-08-31 19:26:37 [INFO]:
provideInlineCompletionItems request succeeded (644.13ms)
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
   ERR read ECONNRESET: Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:218:20)
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [CMakeTools] 2024-08-31T16:26:44.667Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:27:18 [INFO]: Completion request
succeeded (636.59ms)
 [Extension Host] (VSCode) 2024-08-31 19:27:18 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:27:18 [INFO]:
provideInlineCompletionItems request succeeded (642.85ms)
 [Extension Host] (VSCode) 2024-08-31 19:27:18 [INFO]: Completion request
succeeded (61.45ms)
 [Extension Host] (VSCode) 2024-08-31 19:27:18 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:27:18 [INFO]:
provideInlineCompletionItems request succeeded (65.23ms)
 [Extension Host] (VSCode) 2024-08-31 19:27:18 [INFO]: Completion request
succeeded (83.61ms)
 [Extension Host] (VSCode) 2024-08-31 19:27:18 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:27:18 [INFO]:
provideInlineCompletionItems request succeeded (89.42ms)
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [CMakeTools] 2024-08-31T16:27:20.346Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] (VSCode) 2024-08-31 19:27:20 [INFO]: Completion request
was cancelled by token (23.16ms)
 [Extension Host] (VSCode) 2024-08-31 19:27:21 [INFO]: Completion request
succeeded (406.11ms)
 [Extension Host] (VSCode) 2024-08-31 19:27:21 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:27:21 [INFO]:
provideInlineCompletionItems request succeeded (412.09ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:27:22.665Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:27:23 [INFO]: Completion request
succeeded (360.09ms)
 [Extension Host] (VSCode) 2024-08-31 19:27:23 [INFO]: No completions were
generated
 [Extension Host] (VSCode) 2024-08-31 19:27:23 [INFO]:
provideInlineCompletionItems request succeeded (364.12ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:27:24.662Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [CMakeTools] 2024-08-31T16:27:45.391Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] (VSCode) 2024-08-31 19:27:45 [INFO]: Completion request
was cancelled by token (60.21ms)
 [Extension Host] (VSCode) 2024-08-31 19:27:46 [INFO]: Completion request
was cancelled by token (705.07ms)
 [Extension Host] (VSCode) 2024-08-31 19:27:46 [INFO]: Completion request
was cancelled by token (329.66ms)
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/i_map_request.hpp
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [CMakeTools] 2024-08-31T16:27:48.301Z [debug] [main] Not
starting CMake driver: no kit selected
   ERR [Extension Host] (node:1341553) [DEP0005] DeprecationWarning:
Buffer() is deprecated due to security and usability issues. Please use the
Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
 [Extension Host] (node:1341553) [DEP0005] DeprecationWarning: Buffer() is
deprecated due to security and usability issues. Please use the
Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
y @ workbench.desktop.main.js:97
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/i_map_request.hpp
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [CMakeTools] 2024-08-31T16:27:51.078Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [CMakeTools] 2024-08-31T16:27:55.147Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/i_map_request.hpp
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:27:59 [INFO]: Completion request
was cancelled by token (80.16ms)
 [Extension Host] (VSCode) 2024-08-31 19:27:59 [INFO]: Completion request
succeeded (531.39ms)
 [Extension Host] (VSCode) 2024-08-31 19:27:59 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:27:59 [INFO]:
provideInlineCompletionItems request succeeded (536.59ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:28:01.065Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:28:03 [INFO]: Completion request
was cancelled by token (1262.11ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:03 [INFO]: Completion request
was cancelled by token (217.91ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:28:03.627Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] (VSCode) 2024-08-31 19:28:04 [INFO]: Completion request
was cancelled by token (677.92ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:04 [INFO]: Completion request
was cancelled by token (302.03ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:04 [INFO]: Completion request
was cancelled by token (358.88ms)
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:28:05 [INFO]: Completion request
was cancelled by token (422.38ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:05 [INFO]: Completion request
was cancelled by token (18.82ms)
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/i_map_request.hpp
 [Extension Host] (VSCode) 2024-08-31 19:28:05 [INFO]: Completion request
was cancelled by token (304.47ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:06 [INFO]: Completion request
was cancelled by token (107.68ms)
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/i_map_request.hpp
 [Extension Host] (VSCode) 2024-08-31 19:28:06 [INFO]: Completion request
was cancelled by token (504.12ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:06 [INFO]: Skipping completions
because autocomplete is open
 [Extension Host] [CMakeTools] 2024-08-31T16:28:07.735Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:28:10 [INFO]: Completion request
was cancelled by token (201.25ms)
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:28:11 [INFO]: Completion request
succeeded (386.95ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:11 [INFO]: No completions were
generated
 [Extension Host] (VSCode) 2024-08-31 19:28:11 [INFO]:
provideInlineCompletionItems request succeeded (391.64ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:11 [INFO]: Completion request
was cancelled by token (185.5ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:11 [INFO]: Completion request
was cancelled by token (123.02ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:28:13.521Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:28:13 [INFO]: Completion request
was cancelled by token (2105.53ms)
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:28:17 [INFO]: Completion request
succeeded (395.67ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:17 [INFO]: Generated 1
completion
 [Extension Host] (VSCode) 2024-08-31 19:28:17 [INFO]:
provideInlineCompletionItems request succeeded (400.22ms)
 [Extension Host] Redundant folding ranges request received for:
file:///home/sio/projects/src/pds/mu/dpm/i_map_request.hpp
 [Extension Host] [CMakeTools] 2024-08-31T16:28:19.222Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:28:23 [INFO]: Completion request
was cancelled by token (24.42ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:28:23.163Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:28:23 [INFO]: Completion request
succeeded (560.28ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:23 [INFO]: Generated 4
completions
 [Extension Host] (VSCode) 2024-08-31 19:28:23 [INFO]:
provideInlineCompletionItems request succeeded (565.93ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:24 [INFO]: Completion request
succeeded (60.87ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:24 [INFO]: Generated 4
completions
 [Extension Host] (VSCode) 2024-08-31 19:28:24 [INFO]:
provideInlineCompletionItems request succeeded (85.62ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:28:24.814Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] (VSCode) 2024-08-31 19:28:25 [INFO]: Skipping completions
because autocomplete is open
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [CMakeTools] 2024-08-31T16:28:26.365Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] (VSCode) 2024-08-31 19:28:26 [INFO]: Completion request
succeeded (42.5ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:26 [INFO]: Generated 4
completions
 [Extension Host] (VSCode) 2024-08-31 19:28:26 [INFO]:
provideInlineCompletionItems request succeeded (76.91ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:27 [INFO]: Completion request
was cancelled by token (108.53ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:28 [INFO]: Completion request
was cancelled by token (970.95ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:28:28.987Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] (VSCode) 2024-08-31 19:28:30 [INFO]: Completion request
succeeded (505.5ms)
 [Extension Host] (VSCode) 2024-08-31 19:28:30 [INFO]: Generated 3
completions
 [Extension Host] (VSCode) 2024-08-31 19:28:30 [INFO]:
provideInlineCompletionItems request succeeded (511.41ms)
 [Extension Host] [CMakeTools] 2024-08-31T16:28:32.117Z [debug] [main] Not
starting CMake driver: no kit selected
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [Codeium Chat] no webview to send message to.
 [Extension Host] [CMakeTools] 2024-08-31T16:28:40.492Z [debug] [main] Not
starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:28:52 [INFO]:
Completion request was cancelled by token (69.87ms)
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:28:54.553Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:28:59 [INFO]:
Completion request succeeded (368.36ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:28:59 [INFO]:
Generated 1 completion
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:28:59 [INFO]:
provideInlineCompletionItems request succeeded (388.08ms)
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:28:59.359Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:29:00.602Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:29:01 [INFO]:
Completion request succeeded (511.63ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:29:01 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:29:01 [INFO]:
provideInlineCompletionItems request succeeded (519.34ms)
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:29:02.748Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:29:10.652Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:29:12.125Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:29:13.735Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:29:15 [INFO]:
Completion request succeeded (392.56ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:29:15 [INFO]:
Generated 1 completion
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:29:15 [INFO]:
provideInlineCompletionItems request succeeded (401.82ms)
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:29:17.057Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:29:22.459Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:30:15.458Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:15 [INFO]:
Completion request succeeded (359.52ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:15 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:15 [INFO]:
provideInlineCompletionItems request succeeded (368.9ms)
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:30:16.902Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:30:20.924Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:30:25.080Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:30:25.942Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:31 [INFO]:
Completion request was cancelled by token (7.88ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:31 [INFO]:
Completion request was cancelled by token (34.78ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:32 [INFO]:
Completion request succeeded (364.15ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:32 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:32 [INFO]:
provideInlineCompletionItems request succeeded (368.21ms)
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:30:33.442Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:44 [INFO]:
Completion request was cancelled by token (53.84ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:45 [INFO]:
Completion request succeeded (389.68ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:45 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:45 [INFO]:
provideInlineCompletionItems request succeeded (397.48ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:46 [INFO]:
Completion request succeeded (1132.1ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:46 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:30:46 [INFO]:
provideInlineCompletionItems request succeeded (1135.73ms)
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:30:47.164Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:31:24 [INFO]:
Completion request succeeded (477.57ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:31:24 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:31:24 [INFO]:
provideInlineCompletionItems request succeeded (483.88ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:31:25 [INFO]:
Completion request succeeded (425.93ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:31:25 [INFO]:
Generated 2 completions
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:31:25 [INFO]:
provideInlineCompletionItems request succeeded (437.88ms)
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:31:26.478Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:31:26 [INFO]:
Completion request was cancelled by token (751.05ms)
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:31:27.836Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:31:32 [INFO]:
Completion request was cancelled by token (71.09ms)
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:31:32 [INFO]:
Completion request succeeded (355.93ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:31:32 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:31:32 [INFO]:
provideInlineCompletionItems request succeeded (365.96ms)
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:31:33.859Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
log.ts:439   ERR read ECONNRESET: Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:218:20)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:33:52 [INFO]:
Completion request was cancelled by token (104.91ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:33:52 [INFO]:
Completion request succeeded (535.3ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:33:52 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:33:52 [INFO]:
provideInlineCompletionItems request succeeded (540.52ms)
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:33:53.983Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:33:57 [INFO]:
Completion request succeeded (400.41ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:33:57 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:33:57 [INFO]:
provideInlineCompletionItems request succeeded (407.65ms)
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:33:58.805Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] Redundant folding ranges request received
for: file:///home/sio/projects/src/pds/mu/dpm/data_copy/copy_request.hpp
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:33:59 [INFO]:
Completion request succeeded (392.06ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:33:59 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:33:59 [INFO]:
provideInlineCompletionItems request succeeded (396.45ms)
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:34:00.736Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:34:16 [INFO]:
Completion request was cancelled by token (64.6ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:34:16 [INFO]:
Completion request succeeded (357.34ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:34:16 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:34:16 [INFO]:
provideInlineCompletionItems request succeeded (361.1ms)
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:34:18.369Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
log.ts:429  WARN Overlapping semantic tokens detected at lineNumber 2373,
column 6
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:35 [INFO]:
Completion request was cancelled by token (43.37ms)
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:35 [INFO]:
Completion request succeeded (438.57ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:35 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:35 [INFO]:
provideInlineCompletionItems request succeeded (443.82ms)
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:35:37.260Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:37 [INFO]:
Completion request succeeded (1003.6ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:37 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:37 [INFO]:
provideInlineCompletionItems request succeeded (1037.63ms)
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:44 [INFO]:
Completion request was cancelled by token (36.54ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:44 [INFO]:
Completion request was cancelled by token (44.13ms)
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:45 [INFO]:
Completion request succeeded (506.61ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:45 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:45 [INFO]:
provideInlineCompletionItems request succeeded (515.09ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:45 [INFO]:
Completion request succeeded (448.46ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:45 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:45 [INFO]:
provideInlineCompletionItems request succeeded (458.39ms)
console.ts:137 [Extension Host] [CMakeTools] 2024-08-31T16:35:47.304Z
[debug] [main] Not starting CMake driver: no kit selected
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] [Codeium Chat] no webview to send message
to.
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:57 [INFO]:
Completion request was cancelled by token (128.95ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:57 [INFO]:
Completion request succeeded (436.53ms)
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:57 [INFO]: No
completions were generated
console.ts:137 [Extension Host] (VSCode) 2024-08-31 19:35:57 [INFO]:
provideInlineCompletionItems request succeeded (441.96ms)
console.ts:137 [Extension Host] (V

TalKirsh avatar Sep 11 '24 07:09 TalKirsh

Well, I think this explains it:

[Extension Host] stack trace: HttpError: Sorry. Your account was suspended.

alexr00 avatar Sep 30 '24 14:09 alexr00

Hi, This maybe explain, but how to resolve it? What account? How the account issue still let me view the PR? Why the same thing doesn't happen when I'm working in my VM and not by using remote connection via Vscode?

Best regards, Tal Kirshenzweig https://www.linkedin.com/in/talkirsh/

On Mon, Sep 30, 2024 at 5:57 PM Alex Ross @.***> wrote:

Well, I think this explains it:

[Extension Host] stack trace: HttpError: Sorry. Your account was suspended.

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode-pull-request-github/issues/6080#issuecomment-2383448344, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYUD4CFXMMJ4NAZSYFBM3W3ZZFRE7AVCNFSM6AAAAABKPGLC4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBTGQ2DQMZUGQ . You are receiving this because you were mentioned.Message ID: @.***>

TalKirsh avatar Oct 22 '24 11:10 TalKirsh

Hi Alex. Looks like this issue is not resolved but you closed it. I don't know why in the remote Vscode the extensions thinks the account is suspended while on Vscode from my VM this works fine with the same account.

Best regards, Tal Kirshenzweig https://www.linkedin.com/in/talkirsh/

On Mon, Sep 30, 2024 at 5:57 PM Alex Ross @.***> wrote:

Well, I think this explains it:

[Extension Host] stack trace: HttpError: Sorry. Your account was suspended.

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode-pull-request-github/issues/6080#issuecomment-2383448344, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYUD4CFXMMJ4NAZSYFBM3W3ZZFRE7AVCNFSM6AAAAABKPGLC4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBTGQ2DQMZUGQ . You are receiving this because you were mentioned.Message ID: @.***>

TalKirsh avatar Nov 12 '24 16:11 TalKirsh

@TalKirsh you could try signing out of GitHub in VS Code from the Accounts menu and then signing back in again.

alexr00 avatar Nov 18 '24 15:11 alexr00

Hi, Already did that multiple times. Even done it in the vscode within my VM. The error I see that my account is "expired" in the extension, I saw it in the remote vscode of another team member that works with me. If I can't access the PR extension from the remote vscode but I can from within the VM with the same login properties, probably mean something isn't working from the remote, and not an issue with my logging access.

On Mon, Nov 18, 2024, 17:23 Alex Ross @.***> wrote:

@TalKirsh https://github.com/TalKirsh you could try signing out of GitHub in VS Code from the Accounts menu and then signing back in again.

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode-pull-request-github/issues/6080#issuecomment-2483363600, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYUD4CAFJOMBI2E2XTOP27T2BIA7XAVCNFSM6AAAAABKPGLC4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBTGM3DGNRQGA . You are receiving this because you were mentioned.Message ID: @.***>

TalKirsh avatar Nov 18 '24 17:11 TalKirsh