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 7, 2026. It is now read-only.
When you save to a file, say "foo.ts", gish will check if it exists and append a number: foo-1.ts, foo-2.ts, etc. the first one that's available.
Instead, always save the file as the original name and just rename the existing file to the first available slot same as before.
When you save to a file, say "foo.ts", gish will check if it exists and append a number: foo-1.ts, foo-2.ts, etc. the first one that's available.
Instead, always save the file as the original name and just rename the existing file to the first available slot same as before.