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
Definitions and usages for .ts, .tsx, .js and .jsx, on tsgo in a container the cockpit builds itself. A project without its own tsconfig or jsconfig gets one, so a lookup sees the whole project.
Bigger files are handled, up to 16 MiB in the editor and 50000 lines or 4 MiB for a diff. A diff or blame that hits the cap says so instead of showing the rest as deleted or untouched.
Switch projects by name in the editor by @marein in 6981a28.
Ctrl+Shift+P opens the switcher above the file tree, type to narrow it, arrows and Enter to open.
The history lists the commits, and a commit's menu holds its diff, its hash and its tags. A tag is created with an optional message, pushed on its own, and deleted here and on the remote.
Push a branch that has no upstream yet by @marein in 1d886d9.
A branch created in the editor pushes with the upstream set for you.
Add link to show editor shortcuts by @marein in 066e8b0.