joelday / papyrus-lang

📜Advanced language tools for the Papyrus scripting language.
Other
106 stars 19 forks source link

Possible issue running generateProject command on v2.21.2 #132

Open jpm2848 opened 4 years ago

jpm2848 commented 4 years ago

After installing the extension in VSCode and attempting to run both the "papyrus.generateProject" and "papyrus.showWelcome" commands, the commands failed to execute. See attached image files.

Also tried running each command directly through VSCode using Ctrl+Shift+P, but this gave the same error.

User Solution: "My workspace was empty during my problem running those commands. Once I added "C:\Projects\" folder into my workspace, the Papyrus Project Explorer was populating the missing Skyrim SE and CreationKit sections, and also the commands could be ran without problems."

It seems that with current functionality, those commands cannot run against an empty workspace.

s1 s2 s3

joelday commented 1 year ago

Need to make these commands conditional on a workspace being open.