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
The temporary file created for validation purposes is not removed after the validation process is complete. This leads to the file being included in diagnostic checks, which then incorrectly reports issues in the output and logs, even though the file should not exist beyond the validation stage.
Expected Behavior
The temporary file should be cleared automatically after validation, ensuring that it does not contribute to diagnostics or appear in any output logs.
Current Behavior
The temporary file remains on the system after validation, leading to its inclusion in diagnostic checks.
Possible Solution
Ensure that the temporary file is deleted immediately after the validation process is complete.
Steps to Reproduce
Generate a llm suggestion in cto file.
Check the output logs and diagnostics.
Notice that the temporary causes unnecessary diagnostic entries.
Context (Environment)
Application
VSCode (All versions)
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered:
Bug Report 🐛
The temporary file created for validation purposes is not removed after the validation process is complete. This leads to the file being included in diagnostic checks, which then incorrectly reports issues in the output and logs, even though the file should not exist beyond the validation stage.
Expected Behavior
The temporary file should be cleared automatically after validation, ensuring that it does not contribute to diagnostics or appear in any output logs.
Current Behavior
The temporary file remains on the system after validation, leading to its inclusion in diagnostic checks.
Possible Solution
Ensure that the temporary file is deleted immediately after the validation process is complete.
Steps to Reproduce
Context (Environment)
Application
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: