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
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
OS Build Version: 10.0.26217.5000.amd64fre.ge_current_directadept.240509-1700
.NET Version: .NET 8.0.4
Steps to reproduce the bug
Create a new generated project.
Attempt to launch it in the Editor. Observe that it opens in Visual Studio Code as expected
Enter in a different prompt and hit Generate to create it.
Launch that new project.
Expected result
The new project opens in Visual Studio Code
Actual result
Visual Studio Code tries to open a new blank file with the timestamp of the project created in step 1. The project generated in step 4 is present on the system (and the user can access it by navigating to the parent directory of that blank file). But the feature code is retaining a stale project path somewhere.