Patrick Park

Results 12 comments of Patrick Park

An option, either as a parameter or a global value, for `URIRef` to raise an error instead of a warning, with the default being `warning`, would provide much-needed flexibility to...

I have the same issue. MacOS version: 23.4.0 Remote machine is Amazon Linux 2023 vscode version: 1.88.1

ExtensionHost is not an option in my vscode Windows menu

FYI: [Ray issue 45477](https://github.com/ray-project/ray/issues/45477) was recently completed.

- It is happening with all extensions. Started after installing the September update. - Here's what I can share from the trace for now - will share the rest if...

Full trace log attached: [vscode_ext_install_trace.log](https://github.com/user-attachments/files/17334290/vscode_ext_install_trace.log) BTW: a colleague is seeing the same thing in his trace log - `Exit code: PackageIntegrityCheckFailed` - when he installs an extension, but his install...

There were a number of files, like this one: ![Image](https://github.com/user-attachments/assets/06376f58-35a2-4802-8ad0-014064107a2c) I moved all the files in the cache folder to the trash and tried the installs again. They failed with...

I have confirmed two vscode users get this error in their trace log but the install succeeds. One is is on the same version I am, the other is on...

I'm not the only developer impacted by this at our company. Any suggestions for moving forward other than just setting `"extensions.verifySignature": false`?

FYI: a developer not having this issue does not even see `extensions.verifySignature` as an option in the left pane when viewing his `settings.json` file after setting: ``` "workbench.settings.useSplitJSON": true, "workbench.settings.editor":...