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 working with .kts files in Zed using the Kotlin extension, an extra closing brace (}) is added automatically upon saving the file. This behavior does not occur with regular .kt files. The issue causes compilation errors as the resulting script contains mismatched braces.