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
If you open a single JavaScript file within Visual Studio, there won't really be a solution associated with it and the CodeMaid Options dialog is not accessible. There is an error dialog, and I suspect it is failing when it tries to resolve the path for the pseudo-solution that Visual Studio creates when there is no real solution open.
Steps to recreate
Open Visual Studio
File->Open and select an individual JavaScript file
Select CodeMaid->Options
Current behavior
An error dialog is shown stating "The path is not of a legal form."
Expected behavior
The options dialog should be shown as normal.
The text was updated successfully, but these errors were encountered:
Environment
Description
If you open a single JavaScript file within Visual Studio, there won't really be a solution associated with it and the CodeMaid Options dialog is not accessible. There is an error dialog, and I suspect it is failing when it tries to resolve the path for the pseudo-solution that Visual Studio creates when there is no real solution open.
Steps to recreate
Current behavior
An error dialog is shown stating "The path is not of a legal form."
Expected behavior
The options dialog should be shown as normal.
The text was updated successfully, but these errors were encountered: