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 Jan 12, 2024. It is now read-only.
In latest beta builds from master, the language server is creating a temporary project to compile and provide IntelliSense features for .qs files that do not have an associated .csproj file in the folder.
If one of these .qs files is deleted during a VS Code session, an error appears in the Problems tab, such as: Could not find the source file "c:\QDK\RyanTest\TestPython\Test2.qs" to compile.
To Reproduce
Steps to reproduce the behavior:
Create a folder containing a couple of .qs files (but no .csproj).
Open that folder in VS Code.
Open the .qs files and wait for the Q# extension to finish loading (check the Output tab in VS Code).
Delete one of the .qs files.
Observe the error on the Problems tab. The error persists until VS Code is closed (but it does go away after restarting).