1795 Commits

Author SHA1 Message Date
Harald Kirschner
a9e136f1f4
New git welcome missing guide (#140293)
New git welcome missing guide & shortening based on feedback
2022-01-24 09:36:55 -08:00
Ladislau Szomoru
a10dccc76a
Replace path.relative with a helper function that factors in case sensitivity but preserve the casing of the resource path 2022-01-24 12:58:24 +01:00
Ladislau Szomoru
ab914793d5
SCMActionButton overflow improvements 2022-01-21 16:16:08 +01:00
Ladislau Szomoru
23664355e6
Revert "Replace path.relative with a helper function that factors in case sensitivity"
This reverts commit c3bd29b3d09e29b49f8050a5b55106960a671e3b.
2022-01-21 13:35:08 +01:00
Ladislau Szomoru
c3bd29b3d0
Replace path.relative with a helper function that factors in case sensitivity 2022-01-20 11:44:11 +01:00
Logan Ramos
c047af40b2
Fix compilation 2022-01-19 16:18:14 -05:00
Logan Ramos
b22ee20028
Move to @vscode/extension-telemetry 2022-01-19 15:57:17 -05:00
Ladislau Szomoru
41a1de64ed
Handle Mac file system as case insensitive when comparing paths in the git extension. #138090 2022-01-18 21:45:25 +01:00
Ladislau Szomoru
28910095e7
Add statusLimit telemetry 2022-01-18 11:17:50 +01:00
Ladislau Szomoru
23ac679d4f
Tweak git commands visiblity in the command palette 2022-01-16 20:56:39 +01:00
Ladislau Szomoru
fbbfb6c22a
Disable Git Rename command if the resource is not under source control 2022-01-16 17:53:34 +01:00
Benjamin Pasero
044092db55
git - adopt new out of workspace watching support (#140691) (#140695)
* git - adopt new out of workspace watching support (#140691)

* dispose emitter too

* 💄

Co-authored-by: Joao Moreno <joao.moreno@microsoft.com>
2022-01-14 16:29:15 +01:00
Benjamin Pasero
eecbd962ef
debt - rename iconv-lite-umd package (#140650) 2022-01-14 07:28:41 +01:00
Ladislau Szomoru
f62bfae001
Switch to using aka.ms links 2022-01-11 09:51:51 +01:00
Ladislau Szomoru
942f56efa1
Use consistent git status limit 2022-01-10 21:23:16 +01:00
Ladislau Szomoru
a4aae00a0a
Use scmActiveResourceHasChanges in the when clause to show/hide command in the editor title 2022-01-10 15:32:37 +01:00
Ladislau Szomoru
ff75a30d9f
Revert "SCM - Introduce another open changes command got editor/command palette (#138293)"
This reverts commit af8b6ad9f060e9e6bfe12fa02ac4d61644a30d88.
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
Ladislau Szomoru
a4d7014d7a
Git - add setting to control repository scan depth (#140260) 2022-01-07 10:18:53 +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
Ladislau Szomoru
76f34266d5
Replace RegEx with trim() 2022-01-04 11:34:42 +01:00
Logan Ramos
932ab8e485
Update vscode extension telemetry modules 2021-12-28 11:06:48 -05: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 7e266b2c427222011a66486b2d7ac3e4a9953f11 as an example of the type of bug this can prevent
2021-12-15 17:15:35 -08:00
Ladislau Szomoru
67d6356a25
Do not enable the git extension in restricted mode (#139124) 2021-12-14 20:46:06 +01:00
Ladislau Szomoru
f0f5baffb9
Fix #124066 2021-12-13 15:44:20 +01:00
Christopher M Kline
b0d7083e79
Expose 'tag' and 'deleteTag' in git extension API (#123815) 2021-12-13 14:37:47 +01:00
Ladislau Szomoru
47de42baa9
Only probe directories during repository discovery 2021-12-10 09:53:48 +01:00
Ladislau Szomoru
b70174e85b
Revert "Filter out file paths when discovering git repositories"
This reverts commit 81551acb51e046de52f5504a5268ba5d3453900b.
2021-12-09 17:32:53 +01:00
Ladislau Szomoru
81551acb51
Filter out file paths when discovering git repositories 2021-12-09 17:29:40 +01: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
João Moreno
1af9ac1b8f
fixes #138274 2021-12-02 11:51:15 +01: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
d6f24e10d5
Fix regression related to git.scanRepositories 2021-12-01 09:20:41 +01:00
Ladislau Szomoru
bfad20be9d
Extract remote source provider registry into the vscode.git-base extension (#137656) 2021-11-24 20:48:44 +01:00
Ladislau Szomoru
01d105b4a6
Add SCM contribution to manage context key for active resource changes (#137297) 2021-11-22 16:13:22 +01:00
Benjamin Pasero
aa21039c3c
🆙 iconv-lite 2021-11-22 11:51:08 +01:00
Alex Dima
cae6e662ce
Reduce usage of allow-any-unicode-next-line 2021-11-20 21:01:29 +01:00
Ladislau Szomoru
56681eda57
Update Publish Branch label 2021-11-16 14:43:47 +01:00
Ladislau Szomoru
cd8f11af58
Remove cgmanifest.json from git extension 2021-11-12 16:22:08 +01:00
Ladislau Szomoru
93a6105179
Extract git syntaxes/grammars into a separate extension 2021-11-12 16:19:54 +01:00
Johannes Rieken
d775c7346c
create stand-in declaration for contribViewsWelcome and adopt for git-extension, https://github.com/microsoft/vscode/issues/131165 2021-11-12 12:31:56 +01:00
Ladislau Szomoru
e95c74c4c7
Extract git static contributions into a separate extension 2021-11-12 11:35:35 +01:00
Johannes Rieken
09c9d4c293
use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:57 +01:00
Ladislau Szomoru
4549bd26c7
Extract diff language into its own extension (#136967) 2021-11-12 10:59:52 +01:00
Johannes Rieken
a4d426a1c2
split vscode.proposed.d.ts into a file per proposal, https://github.com/microsoft/vscode/issues/131165 2021-11-12 09:48:17 +01:00
Johannes Rieken
edb91ace89
Merge branch 'main' into joh/vscode-dts 2021-11-11 09:30:36 +01:00
Benjamin Pasero
fb48ad43fb
git - make integration tests agnostic to file watcher issues (#136933) 2021-11-11 07:50:07 +01:00
Matt Bierner
b911788593
Mark a few more arrays in vscode.d.ts readonly
This makes it clear that you can't modify these arrays to add items, such as calling `breakpoints.push(...)` to add a breakpoint
2021-11-10 17:53:27 -08:00