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
I lazily did a code in a folder that I didn't have saved maybe thinking it'd be like code . then when trying to quickly save that project, I got the confusing error
Running the contributed command:'projectManager.saveProject' failed.
Steps to reproduce
Open a VSCode window with no folders open
Open control palette and try to "Save Project"
VSCode emits warning
Expected behavior
Warn the user "Hey idiot, you don't have a folder open" or something more friendly. The VSCode warning started making me check if things were up to date...
Details
VSCode 1.23.1
Ubuntu 16.04
VSPM: 0.25.2
The text was updated successfully, but these errors were encountered:
nicktimko
changed the title
Trying to save a project when no folder is open gives misleading message
Trying to save a project when no folder is open gives confusing message
Jun 1, 2018
Warn the user "Hey idiot, you don't have a folder open" or something more friendly. The VSCode warning started making me check if things were up to date...
It looks like this check and prompt has been removed in a later version?
Had some code open and tried to save a project with 12.7, without having a folder open and got "Error running command projectManager.saveProject.. something about property of undefined".
Updated VSC to 1.77.3 and now there's no prompt or error.
I lazily did a
code
in a folder that I didn't have saved maybe thinking it'd be likecode .
then when trying to quickly save that project, I got the confusing errorSteps to reproduce
Expected behavior
Warn the user "Hey idiot, you don't have a folder open" or something more friendly. The VSCode warning started making me check if things were up to date...
Details
The text was updated successfully, but these errors were encountered: