Commit Graph

39 Commits

Author SHA1 Message Date
João Moreno 4c36782f8e git api: publishRepository 2020-05-15 10:50:05 +02:00
João Moreno 6981f7c7fb 💄 2020-05-15 10:50:05 +02:00
João Moreno 6d127275f2 💄 2020-05-15 10:50:05 +02:00
Alexander 3ff6b96ab7 Update enablement of status bar item in constructor (#80517) 2019-09-10 10:27:33 +02:00
Dan McCarthy 72e3d3b45d Updated branch tooltip to display full branch name instead of "checkout..." (#72275)
Previously the tooltip displayed when hovering over a branch name in the git workflow simply said "Checkout...".

However, this could be better used by displaying the full branch name since long branch names are concatenated and not shown in full. Therefore it has been updated to do so.
2019-08-08 12:28:03 +02:00
Joao Moreno 6af97c8756 💄 2019-08-08 12:02:55 +02:00
Josh Leeb-du Toit 05ed3df9b8 Add option to hide git sync button in status bar
This PR adds the option `git.statusBarSync.enabled` which when set to `false`
will hide the `SyncStatusBar` icon that is, by default, visible in the status
bar.
2019-03-15 17:11:32 +11:00
Matt Bierner dd3e2d94f8 Remove use strict directives in extension code
We compile with alwaysStrict so these directives are not needed
2018-10-02 16:02:44 -07:00
Joao Moreno 5455483afe fix missing resource 2018-09-12 14:56:39 +02:00
Joao Moreno 405e853713 💄 2018-09-12 12:03:08 +02:00
Joao Moreno fa1deaaa34 Merge commit 'refs/pull/52527/head' of github.com:Microsoft/vscode into pr/52527 2018-09-12 12:01:51 +02:00
Joao Moreno 6d2598ad88 git api: repository state 2018-08-24 11:16:49 +02:00
Joao Moreno e045147e44 improve conflicts during git rebase flow 2018-07-06 12:15:27 +02:00
wistcc 5c02579269 Adding the git.syncRebase setting 2018-06-20 21:11:36 -04:00
João Moreno 4b1df4f4a7 Update statusbar.ts 2018-06-18 10:44:13 +02:00
Nahom Abi 080e8247cc Fix #51677: Git icon not spinning when pushing from command palette 2018-06-17 18:14:37 -07:00
Joao Moreno 86421af3a7 fixes #37810 2017-12-07 15:06:31 +01:00
Joao 11237b630f fixes #33878 2017-09-07 12:14:28 +02:00
Joao Moreno f9207f124a remove console.log 2017-08-23 12:37:43 +02:00
Joao Moreno 0215be15d2 git: status bar commands scope 2017-08-22 16:15:45 +02:00
Joao Moreno fe8ee2e7b8 git: repository == scm provider 2017-08-15 18:03:47 +02:00
Joao Moreno 16e8189650 model -> repository 2017-08-15 15:17:15 +02:00
Benjamin Pasero eac49a321b Git: rename 'Publish' to 'Publish Branch' (fixes #26133) 2017-06-01 09:26:37 +02:00
Maik Riechert 1a4f9ab0e6 show ahead/behind while git syncing
reverts fab6f8871a
2017-05-05 10:15:08 +01:00
Joao Moreno 6097966099 🐛 spinning sync icon
fixes #23975
2017-04-21 12:40:10 +02:00
Joao Moreno a8b2945855 🐛 remove the notion of active scm provider
introduces more changes to the SCM api

fixes #23623
fixes #23676
2017-03-30 21:10:44 +02:00
Joao Moreno 3d6b1b71c5 git: wrap up nogit state 2017-02-16 10:15:38 +01:00
Joao Moreno 9a3321404e git: undo command 2017-02-08 12:59:19 +01:00
Joao Moreno 5ab16bc306 fix #19496 2017-01-31 16:01:24 +01:00
Joao Moreno 43dd9b76b0 git: nls
related to #18615
2017-01-17 17:38:00 +01:00
Joao Moreno fab6f8871a git: don't show ahead/behind when syncing 2017-01-17 17:08:07 +01:00
Joao Moreno 54e16db16e git: block concurrent commands, sync 2017-01-16 15:51:10 +01:00
Joao Moreno b788c6f605 git: statusbar tooltip 2017-01-16 10:37:34 +01:00
Joao Moreno c46b5c8a8b git: better error handling 2017-01-12 09:37:54 +01:00
Joao Moreno c0ef3e4880 git: fix sync statusbar 2017-01-11 18:57:47 +01:00
Joao Moreno 01e466ee6e git: publish command, statusbar 2017-01-11 18:56:15 +01:00
Joao Moreno 4c3f63a377 git: sync status bar 2017-01-11 18:47:27 +01:00
Joao Moreno ec5c873e40 git: status bar command 2017-01-11 16:36:32 +01:00
Joao Moreno 10e257e7d7 git: basic status bar 2017-01-11 16:29:09 +01:00