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
When you use "Organize imports" in the TypeScript LSP, it removes unused imports, which sets the expectation for other LSPs that implement "Organize imports" to remove unused imports.
Source code:
constFoo=@import("./foo.zig");
Run "Organize imports"
Source code:
Relevant log output
The text was updated successfully, but these errors were encountered:
Zig Version
0.14.0
ZLS Version
0.14.0-dev
Client / Code Editor / Extensions
Visual Studio Code
Steps to Reproduce and Observed Behavior
Expected Behavior
When you use "Organize imports" in the TypeScript LSP, it removes unused imports, which sets the expectation for other LSPs that implement "Organize imports" to remove unused imports.
Relevant log output
The text was updated successfully, but these errors were encountered: