Jackson Kearl
2626c7f17c
Fix #145135
2022-03-15 12:25:31 -07:00
Benjamin Pasero
15d081c5d7
Merge pull request #145136 from microsoft/ben/history
...
Add support for a local file history in timeline view
2022-03-15 17:01:00 +01:00
Logan Ramos
ed5a545047
Fix #145111
2022-03-15 09:55:57 -04:00
Benjamin Pasero
c0b8e90b2e
Merge branch 'main' into ben/history
2022-03-14 20:02:35 +01:00
Ladislau Szomoru
43ebce7ce2
Use markdown for the timeline hover ( #145038 )
2022-03-14 19:53:24 +01:00
Logan Ramos
53aaa205e6
Fix #144605
2022-03-14 13:26:45 -04:00
Benjamin Pasero
eda6a6090e
history - implement interop between git and local history
2022-03-11 13:44:43 +01:00
Robo
32d40cf44e
chore: update to electron 17 ( #143223 )
...
* chore: bump electron@17.0.0
* Revert "chore: revert to electron@13 (#143851 )"
This reverts commit df645f1450 .
* chore: bump electron@17.1.0
* Revert "ci: fix build with latest node-gyp"
This reverts commit c3e948aa30 .
* chore: revert ci changes for node v16
* chore: update yarn.lock
* chore: bump electron@17.1.1
2022-03-11 00:51:37 +09:00
Ladislau Szomoru
fa5aa53695
Revert "Fix #121914 "
...
This reverts commit 6011bf7e7a .
2022-03-09 20:28:36 +01:00
Quan Zhuo
f57c9e5bf5
#144671 , fix some non localized strings in git extension ( #144712 )
...
Signed-off-by: Quan Zhuo <quanzhuo@kylinos.cn >
2022-03-09 11:50:55 +01:00
Logan Ramos
0aa4642a59
Rename additionalResourcesAndViewIds
2022-03-04 08:52:36 -05:00
Robo
df645f1450
chore: revert to electron@13 ( #143851 )
...
* Revert "chore: update to electron 16 (#137241 )"
This reverts commit 01df559c18 .
This reverts commit 46301339b7
* ci: fix remote compiler for sdl-scan
* chore: fix remote/.yarnrc
* chore: fix build/npm/postinstall.js
* chore: rm crash reporter from shared process
* chore: rm crash reporter from ext host
* chore: fix build/lib/layersChecker.ts
* :chore: preserve some more changes
* fix tests
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
2022-02-24 17:49:49 +01:00
Logan Ramos
3b6d4a8772
Fix #143746
2022-02-23 10:21:01 -05:00
Ladislau Szomoru
7442bf8f3d
Handle the case in which the git command is not the first argument #132778
2022-02-22 13:27:59 +01:00
Ladislau Szomoru
6011bf7e7a
Fix #121914
2022-02-15 16:02:34 +01:00
Ladislau Szomoru
ce46f445c0
Add command to close all diff editors
2022-02-15 11:59:39 +01:00
Ladislau Szomoru
888677ed95
Close stale diff editors while stashing changes
2022-02-14 10:32:59 +01:00
Logan Ramos
ec9df1d972
Update tabs model to utilize the new API shape ( #142668 )
...
* Change shape of the tabs API
* Disable tab tests for now
* Add an onDidChangeTabGroup event
* Optimize for group activate
* Update events to no longer be an array
* Further tab optimization
2022-02-10 15:09:11 -05:00
Ladislau Szomoru
088f5b6a3e
Git - close diff editors on operation ( #142513 )
2022-02-09 11:04:06 +01:00
Robo
01df559c18
chore: update to electron 16 ( #137241 )
...
* chore: bump electron@15.3.0
* chore: bump node@16.x
* chore: enable render process reuse
* Revert "watcher - use `type` property for crash reporter location"
This reverts commit bfa488dd8f .
* Revert "watcher - enable crash reports on linux (#136264 )"
This reverts commit af261488f8 .
* chore: enable crashpad on linux
* chore: bump electron@15.3.1
* chore: update api changes
* chore: bump @vscode/sqlite3@5.0.3
* spec: skip non-context aware module unittests
* chore: fix perf hook integration with node environment
* fix: adopt fs api changes
* chore: fix integration tests
* chore: bump electron@15.3.2
* chore: bump electron@16.0.0
* temp(macOS): kill test instances in OSS
* Revert "temp(macOS): kill test instances in OSS"
This reverts commit b0d796c8d64227a5ec012c060bbbee7d9da27568.
* chore: update chromium version for clang downloader
* some 💄 changes
* align with changes
* adopt more fs.rm
* 💄
* chore: bump @vscode/sqlite3@5.0.4
* fix layers check to account for duplicated types from node.js
* update todo for type casts
* smoke - fix compile issue
* chore: update module cache
* watcher - fix unhandled rejection (fix #137416 )
* ci: update node version
* enable stack dumping
* update electron types to 16.x
* chore: bump @vscode/sqlite3@5.0.5
Refs https://github.com/microsoft/vscode/issues/137496
* fix layer issue
* add `AbortSignal` to core types
* chore: update linux compile flags
Refs 797723ec83
* ci: fix linux build
* ci: update github ci cache
* ci: fix remote build in github ci
* ci: better fix for remote build
* chore: bump azure cache
* chore: fix merge conflict
* :chore: update to electron@16.0.2
* chore: bump @vscode/sqlite3@5.0.7
* ci: update to gcc-4.9 for remote
Refs https://github.com/microsoft/vscode/issues/137659
* ci: switch to buster for linux arm
Refs https://github.com/microsoft/vscode/issues/137927
* ci: fix build on linux arm64
* ci: fix arm client compiler toolchain
Refs #137927
* chore: bump electron@16.0.3
* ci: fix compile flags for the c toolchain
* chore: bump electron@16.0.4
* Add experimental dark mode flag (#139109 )
* Add experimental dark mode flag
* Apply PR feedback
* chore: bump electron@16.0.6
* chore: bump electron@16.0.7
Fixes https://github.com/microsoft/vscode/issues/138792
Fixes https://github.com/microsoft/vscode/issues/139300
* chore: experimental highlight API
* smoke - fix compile issue
* FIXME: custom ELECTRON_RUN_AS_NODE with node worker
* Revert "chore: bump electron@16.0.7"
This reverts commit 5fd01cf37c .
* Revert "Revert "chore: bump electron@16.0.7""
This reverts commit a7f1b73951 .
* chore: fix github linux workflow
* chore: address review feedback
* chore: bump electron@16.0.8
* ci: revert to stretch distro for linux arm
Refs https://github.com/microsoft/vscode/issues/137927
* ci: force build
* chore: update yarn.lock
* address feedback
* Revert "FIXME: custom ELECTRON_RUN_AS_NODE with node worker"
This reverts commit 7b48fa3732 .
* ci: fix remote folder build
* chore: fix github linux ci
* 🆙 `versionSpec`
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com >
2022-02-08 20:09:00 +01:00
Ladislau Szomoru
cf040aa0db
Related to #140731
2022-02-04 21:04:59 +01:00
Ladislau Szomoru
e4cce8c6e8
Add setting for git commands to be logged in the git output
2022-02-04 15:36:25 +01:00
Johannes Rieken
4a130c40ed
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
2022-02-02 14:35:33 +01:00
Ladislau Szomoru
c32b9a6114
Add setting to control repository scan
2022-01-26 20:07:25 +01:00
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 c3bd29b3d0 .
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 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
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 7e266b2c42 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