LightQuantum
Results
62
comments of
LightQuantum
思考,现在是否解决?我手边没有 flathub 环境无法测试,抱歉
I think vscode had a similar problem, and they solved it by spawning a shell to fetch the env vars. https://code.visualstudio.com/docs/supporting/faq#_resolving-shell-environment-fails Implementation: https://github.com/microsoft/vscode/blob/main/src/vs/platform/shell/node/shellEnv.ts#L32 https://github.com/microsoft/vscode/blob/main/src/vs/platform/shell/node/shellEnv.ts#L102