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

Error: No view is registered with id ...

Open The-Plottwist opened this issue 1 year ago • 1 comments

Type: Bug

Hello, after updating my vscode to latest version, I have encountered with this issue (https://imgur.com/teGEuFF.png) from GitHub Pull Requests and Issues extension.

It was fine before the update.

Extension version: 0.48.0 VS Code version: Code - OSS 1.70.0 (da76f93349a72022ca4670c1b84860304616aaa2, 2022-08-05T10:46:05.991Z) OS version: Linux x64 5.18.16-arch1-1 Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz (8 x 1373)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) 1, 1, 1
Memory (System) 7.75GB (4.53GB free)
Process Argv --unity-launch
Screen Reader no
VM 0%
DESKTOP_SESSION xfce
XDG_CURRENT_DESKTOP XFCE
XDG_SESSION_DESKTOP xfce
XDG_SESSION_TYPE x11

The-Plottwist avatar Aug 10 '22 15:08 The-Plottwist

For me, it's doing it with every extension basically. image My sidebar was full of extension icons, now it's the default. image Also most of the extensions broke with this 1.70.0 update.

my uname -a output: Linux work 5.18.16-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:10 +0000 x86_64 GNU/Linux VS Code:

~ $ code --version
1.70.1
6d9b74a70ca9c7733b29f0456fd8195364076dda
x64

Everything was working on the version before, on 1.69.x

To be able to work, I had to revert it, but then Github pull requests extension is deprecated, which I want to use. Well, I guess on a version older than 1.70.0, that extension should not be deprecated, just to enable users who face issues like this be able to work...

ohechtl avatar Aug 11 '22 16:08 ohechtl

I also have the same problem, even with the newest version.

➜ uname -a
Linux PC0 5.19.1-arch2-1

➜ code --version
1.70.1
6d9b74a70ca9c7733b29f0456fd8195364076dda
x64

Extension: v0.48.1

INeido avatar Aug 14 '22 07:08 INeido

Since you're seeing this error with all the views it looks like an upstream issue with VS Code: https://github.com/microsoft/vscode/issues/158446

There was an extension specific issue, but that only occurred with one view: https://github.com/microsoft/vscode-pull-request-github/issues/3549

alexr00 avatar Aug 19 '22 16:08 alexr00

@The-Plottwist I had the same issue with VS Code OSS on Arch, and was able to resolve it by launching VS Code with option --enable-proposed-api GitHub.vscode-pull-request-github.

You can also enable the API permanently by editing your argv.json as described here - I added this line:

	"enable-proposed-api": ["GitHub.vscode-pull-request-github"]

jan-san avatar Sep 07 '22 14:09 jan-san

Hey @jan-san , thanks for the suggestion. Unfortunately I had other issues with the editor as well which I didn't mention. So I switched to a different editor.

Cheers.

The-Plottwist avatar Sep 07 '22 14:09 The-Plottwist