Since i host a community mirror now, i noticed requests with a path like this: ``` /zig/zig-x86_64-linux-0.15.2.tar.xz.minisig?source%3Dvscode-zig ``` but it should be this, right? ``` /zig/zig-x86_64-linux-0.15.2.tar.xz.minisig?source=vscode-zig ``` not critical or breaking anything....but my guess is here the query needs to be passed in differently: <https://github.com/ziglang/vscode-zig/blob/81d25335e75a179b96e8a1d45c9dcf644f04228a/src/versionManager.ts#L165>
Since i host a community mirror now, i noticed requests with a path like this:
but it should be this, right?
not critical or breaking anything....but my guess is here the query needs to be passed in differently:
vscode-zig/src/versionManager.ts
Line 165 in 81d2533