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
TL;DR when running "Factorio: Select Version" from the command pallet i get the following error:
There are no factorio versions defined in the workspace settings, and my user settings only contain one version which is the default steam path for factorio C:\Program Files (x86)\Steam\steamapps\common\Factorio\bin\x64\factorio.exe
The path C:\Program Files\Factorio does exist and is a 0.16.51 install of factorio, the doc-html folder does not include any json files.
Note: I am not attempting to select this 0.16 version, I am unable to open the menu to select a version, I assume because it is attempting to scan default locations for factorio.
The text was updated successfully, but these errors were encountered:
Cooldude2606
added a commit
to Cooldude2606/vscode-factoriomod-debug
that referenced
this issue
Dec 20, 2024
Fixes: ENOENT when running "Factorio: Select Version" justarandomgeek#162
By not throwing on error when detecting version and catching
errors thrown by fs.readFile
TL;DR when running "Factorio: Select Version" from the command pallet i get the following error:
There are no factorio versions defined in the workspace settings, and my user settings only contain one version which is the default steam path for factorio
C:\Program Files (x86)\Steam\steamapps\common\Factorio\bin\x64\factorio.exe
The path
C:\Program Files\Factorio
does exist and is a0.16.51
install of factorio, thedoc-html
folder does not include any json files.Note: I am not attempting to select this
0.16
version, I am unable to open the menu to select a version, I assume because it is attempting to scan default locations for factorio.The text was updated successfully, but these errors were encountered: