Commit Graph

616 Commits

Author SHA1 Message Date
Ladislau Szomoru
f62bfae001 Switch to using aka.ms links 2022-01-11 09:51:51 +01:00
Ladislau Szomoru
ff75a30d9f Revert "SCM - Introduce another open changes command got editor/command palette (#138293)"
This reverts commit af8b6ad9f0.
2022-01-10 15:32:37 +01:00
Ladislau Szomoru
302c41cf4e Add command to drop all stashes 2022-01-07 11:11:16 +01:00
John Murray
faf4de0d7a fix #118617 use term 'remote' when referring to lack of upstream branch (#120467) 2022-01-06 13:55:48 +01:00
Matt Bierner
e7b3724e0c Enable no-case-declarations in codebase (#139243)
Fixes #139236

This can catch tricky programming mistakes that cause a runtime error. See 7e266b2c42 as an example of the type of bug this can prevent
2021-12-15 17:15:35 -08:00
Ladislau Szomoru
452e2c5303 Add timestamp and execution time to Git log 2021-12-09 15:18:38 +01:00
Logan Ramos
b395575f00 Address comments about ? operator 2021-12-02 09:55:53 -05:00
Ladislau Szomoru
af8b6ad9f0 SCM - Introduce another open changes command got editor/command palette (#138293)
* Introduce another command got editor/command palette
2021-12-02 11:40:08 +01:00
Logan Ramos
29ea2755e8 Fix #137974 2021-12-01 12:06:39 -05:00
Ladislau Szomoru
bfad20be9d Extract remote source provider registry into the vscode.git-base extension (#137656) 2021-11-24 20:48:44 +01:00
Logan Ramos
286606327d Fix #135692 2021-10-25 10:28:51 -04:00
Logan Ramos
514ad0acf0 Fix #135422 2021-10-20 15:18:46 -04:00
Eric Amodio
c8d5c905bf Fixes git rename on windows 2021-04-14 00:16:03 -04:00
Matt Bierner
73ae56b82b Build with latest TS nightly (#120690)
* Pick up new TS 4.3

Also tests adding override keywords for extensions as part of #120675

* Update to daily TS and workaround TS 4.3 issue

Works around https://github.com/microsoft/TypeScript/issues/43578
2021-04-07 12:19:05 -07:00
Eric Amodio
1cd067471e Trims url to avoid issues 2021-03-19 14:23:30 -04:00
Rachel Macfarlane
e3829dc247 Add 'prune' option to fetch in git extension API (#117923)
Add 'prune' option to fetch in git extension API
Add overload to fetch to pass options
2021-03-02 15:18:59 -05:00
Eric Amodio
31aa03fcc8 Closes #116361 - adds select/compare ability 2021-02-22 11:58:02 -05:00
Eric Amodio
4fc8dc82f3 Fixes #110496 - use builtin gestures for open/diff 2021-02-05 15:00:47 -05:00
Eric Amodio
6fed1b6383 Uses background flag for better perf/mem usage
Filters out deleted resources
2021-02-01 18:02:28 -05:00
Jackson Kearl
7e55fa0c54 Search In Open Editors (#107756)
* Initial work on "search in open editors"

* Update wording

* Update messaging for open editors config

* Add command to open all git changes (in association with searching in all open editors)

* Add strict parsing mode to search using providers for specific files

* Clean

* Remove log

* Naming

* Transfer open editors config to search editor

* Pass in more places

* Add some testing
2021-01-21 16:59:07 -08:00
Eric Amodio
9c7128d8fa Fixes #114384 - recheck resources after save/add 2021-01-15 00:16:53 -05:00
Eric Amodio
27b824b32c Adds ability to pass remote/refspec to pushTo cmds 2021-01-13 00:56:07 -05:00
Eric Amodio
d076ee1b94 Adds force push mode to push api 2021-01-13 00:42:07 -05:00
Eric Amodio
02380e7014 Removes repo hint from args 2021-01-13 00:42:06 -05:00
Eric Amodio
3767f97bc3 Adds onDidPublish to Git api 2021-01-12 12:15:40 -05:00
艾斯特洛
3b34ea9f16 Update commands.ts (#112222) 2020-12-11 00:57:34 -08:00
João Moreno
0c947cb4ee fixes #96264 2020-12-04 11:43:10 +01:00
João Moreno
76e1b21f4f fixes #110800 2020-11-19 12:20:01 +01:00
João Moreno
3d013dc76f move git rename to command palette 2020-11-18 11:08:42 +01:00
João Moreno
62e830be77 Git/SCM: Use vscode.open and vscode.diff for a better editor opening experience (#110733)
* wip: try to use vscode.open and vscode.diff in git/scm

related to #110397

* 💄

* revert change to commands.converter.toInternal

* complete usage os vscode.open and vscode.diff in git extension
2020-11-16 16:19:26 +01:00
João Moreno
5bf6d0cabc fixes #65188 2020-11-11 16:12:01 +01:00
João Moreno
e8b69537cd fixes #40295 2020-11-10 13:54:53 +01:00
João Moreno
62877b66d8 Merge branch 'master' into pr/107958 2020-11-10 11:59:25 +01:00
João Moreno
13f9f73353 💄 2020-11-10 11:41:40 +01:00
João Moreno
1d18ebe47e Merge branch 'master' into pr/107074 2020-11-10 11:33:25 +01:00
João Moreno
2c1272b794 fixes #104945 2020-11-10 11:22:18 +01:00
rebornix
0efbfd9190 fix #108765. 2020-11-09 15:38:11 -08:00
João Moreno
91aa548b05 Merge branch 'master' into pr/104614 2020-11-09 16:34:21 +01:00
Scott Davis
7e5609afa9 feat: implement Git: Push Tags command (#110096)
Related to #109799
2020-11-09 16:00:44 +01:00
João Moreno
ec084a25bd 💄 2020-11-09 15:19:15 +01:00
João Moreno
df4524f713 Merge branch 'master' into pr/97525 2020-11-09 15:08:04 +01:00
João Moreno
86d848d8e7 💄 2020-11-09 14:45:36 +01:00
João Moreno
592fa5cdaf Merge branch 'master' into pr/97486 2020-11-09 14:29:59 +01:00
João Moreno
dd97a9d335 💄 2020-11-09 14:23:24 +01:00
João Moreno
147f623629 Merge branch 'master' into pr/97322 2020-11-09 11:39:49 +01:00
dfireBird
024df33553 feat: add setting for default stash message 2020-11-07 08:56:48 +05:30
dfireBird
109d9984c1 fix: commit template appears as default stash message 2020-11-07 08:40:59 +05:30
dfireBird
19c0c60064 feat: detect default stash message
use commit message as default stash message if commit message box is populated
2020-11-07 08:39:26 +05:30
João Moreno
ce4fb6e323 fixes #96264 2020-11-06 14:45:26 +01:00
João Moreno
49990bebe4 add git CommandErrorOutputTextDocumentContentProvider 2020-11-05 16:46:42 +01:00