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
windows with vscode and the Zig Language extension
Steps to Reproduce and Observed Behavior
So I needed to get the Config struct of the GeneralPurposeAllocator, but the standard library doesn't exposes it, so I wanted to import it with the raw path, with the driver letter all the way down to where my zig standard library is. But zls crashes with the message :
The Zig Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
The step to reproduce is easy, just use a driver letter in the import path:
Zig Version
0.12.0-dev.2990+31763d28c
Zig Language Server Version
845a9a0
Client / Code Editor / Extensions
windows with vscode and the Zig Language extension
Steps to Reproduce and Observed Behavior
So I needed to get the Config struct of the GeneralPurposeAllocator, but the standard library doesn't exposes it, so I wanted to import it with the raw path, with the driver letter all the way down to where my zig standard library is. But zls crashes with the message :
The step to reproduce is easy, just use a driver letter in the import path:
Expected Behavior
Well obiously it should have not crash and effectively load the file
C:/Zig64/lib/std/heap/general_purpose_allocator.zig
Relevant log output
The text was updated successfully, but these errors were encountered: