-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
Description
Some things to do to improve the code:
- Rework run commands in
repository.ts, like in git (Better for capture events) Rework run commands in repository.ts (Part of #140) #141 - Rework
commands.ts, disallow usage ofthis.repository.repositoryRework commands.ts (Part of #140) #143 - Show progress in the editor for some commands (update, commit, switch branch)
- Rework
svn.tsto every accepty proccess options (CurrentCpOptions) - Fix commands palette (Add all to
package.json) - More usage of disposables
- More usage of placeholders
- Optimize
getStatus, to use cache, and update only changed file (Update all on repository change)