peacememories
peacememories
Are you sure that is what's happening? I tried the code you provided (in my instance inside `AmbientOcclusionIntegrator->Li`) and sure enough i got access violations. But those do not stem...
Since this has been open for almost a year, is there any progress on supporting new-build in ghc-mod (or vice versa i guess)?
I'd be glad to help in my spare time but I don't know where to start and I'm afraid helping me get up to speed with the codebase would take...
I think most other git server integration plugins (like gitlab-workflow) use the url of a remote to decide which repository the current workspace is using. Would that be an option...
Yes it seems like this would incur a lot of changes to the codebase. I've thought about what I would change and it would definitely not be the same Ga...
Ah I see. One workaround I thought of was to just manually inject the dependencies into the asset dict. The other variant (which would not be bad anyway, I think)...
Also possible: In addition to plain urls, allow objects of the form ``` { name: 'name to be used as key', source: } ``` to be supplied in the array....
Having the same problem on Fedora 36 with VSCode 1.67.1 Apparently the extension cannot be loaded properly, on bootup, this is shown in the extension host log: ``` [2022-05-17 10:56:37.924]...
Also, the window log shows this: ``` [2022-05-17 11:00:34.287] [renderer1] [critical] Extension 'ms-vsliveshare.vsliveshare' wants API proposal 'notebookDocumentEvents' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check...
I also tried installing all dependencies mentioned [here](https://docs.microsoft.com/en-us/visualstudio/liveshare/reference/linux#install-linux-prerequisites) - They were already installed. I used the install script: ```bash wget -O ~/vsls-reqs https://aka.ms/vsls-linux-prereq-script && chmod +x ~/vsls-reqs && ~/vsls-reqs ```...