vscode-factoriomod-debug icon indicating copy to clipboard operation
vscode-factoriomod-debug copied to clipboard

Failing to store API key makes publish task hang forever

Open raiguard opened this issue 2 years ago • 1 comments
trafficstars

When publishing through vscode, it asks for an API key if it doesn't have one stored. If you provide the API key and then click "yes" to save it for future use, and then if that saving fails, the task continues to "run" forever until killed manually by the user:

image

I would expect it to continue with the publishing action despite not being able to save the key for future use.

It's not a debilitating bug, but I thought it was worth reporting anyway. The failure to store the API key is due to missing any sort of secrets storage program on my PC, and that's not a bug with fmtk.

raiguard avatar Apr 28 '23 22:04 raiguard

I think i fixed the hang in 1.1.29 but it also now just doesn't look for secrets if you have the key in env

justarandomgeek avatar May 09 '23 16:05 justarandomgeek