Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-26Add setting to control repository scanLadislau Szomoru
2022-01-24New git welcome missing guide (#140293)Harald Kirschner
2022-01-24Replace path.relative with a helper function that factors in case sensitivity...Ladislau Szomoru
2022-01-21SCMActionButton overflow improvementsLadislau Szomoru
2022-01-21Revert "Replace path.relative with a helper function that factors in case sen...Ladislau Szomoru
2022-01-20Replace path.relative with a helper function that factors in case sensitivityLadislau Szomoru
2022-01-20Fix compilationLogan Ramos
2022-01-19Move to @vscode/extension-telemetryLogan Ramos
2022-01-18Handle Mac file system as case insensitive when comparing paths in the git ex...Ladislau Szomoru
2022-01-18Add statusLimit telemetryLadislau Szomoru
2022-01-16Tweak git commands visiblity in the command paletteLadislau Szomoru
2022-01-16Disable Git Rename command if the resource is not under source controlLadislau Szomoru
2022-01-14git - adopt new out of workspace watching support (#140691) (#140695)Benjamin Pasero
2022-01-14debt - rename `iconv-lite-umd` package (#140650)Benjamin Pasero
2022-01-11Switch to using aka.ms linksLadislau Szomoru
2022-01-10Use consistent git status limitLadislau Szomoru
2022-01-10Use scmActiveResourceHasChanges in the when clause to show/hide command in th...Ladislau Szomoru
2022-01-10Revert "SCM - Introduce another open changes command got editor/command palet...Ladislau Szomoru
2022-01-07Add command to drop all stashesLadislau Szomoru
2022-01-07Git - add setting to control repository scan depth (#140260)Ladislau Szomoru
2022-01-06fix #118617 use term 'remote' when referring to lack of upstream branch (#120...John Murray
2022-01-04Replace RegEx with trim()Ladislau Szomoru
2021-12-28Update vscode extension telemetry modulesLogan Ramos
2021-12-16Enable no-case-declarations in codebase (#139243)Matt Bierner
2021-12-14Do not enable the git extension in restricted mode (#139124)Ladislau Szomoru
2021-12-13Fix #124066Ladislau Szomoru
2021-12-13Expose 'tag' and 'deleteTag' in git extension API (#123815)Christopher M Kline
2021-12-10Only probe directories during repository discoveryLadislau Szomoru
2021-12-09Revert "Filter out file paths when discovering git repositories"Ladislau Szomoru
2021-12-09Filter out file paths when discovering git repositoriesLadislau Szomoru
2021-12-09Add timestamp and execution time to Git logLadislau Szomoru
2021-12-02Address comments about ? operatorLogan Ramos
2021-12-02fixes #138274João Moreno
2021-12-02SCM - Introduce another open changes command got editor/command palette (#138...Ladislau Szomoru
2021-12-01Fix #137974Logan Ramos
2021-12-01Fix regression related to git.scanRepositoriesLadislau Szomoru
2021-11-24Extract remote source provider registry into the vscode.git-base extension (#...Ladislau Szomoru
2021-11-22Add SCM contribution to manage context key for active resource changes (#137297)Ladislau Szomoru
2021-11-22:up: iconv-liteBenjamin Pasero
2021-11-20Reduce usage of `allow-any-unicode-next-line`Alex Dima
2021-11-16Update Publish Branch labelLadislau Szomoru
2021-11-12Remove cgmanifest.json from git extensionLadislau Szomoru
2021-11-12Extract git syntaxes/grammars into a separate extensionLadislau Szomoru
2021-11-12create stand-in declaration for contribViewsWelcome and adopt for git-extensi...Johannes Rieken
2021-11-12Extract git static contributions into a separate extensionLadislau Szomoru
2021-11-12use `enabledApiProposals` instead of wildcard property, also update compilati...Johannes Rieken
2021-11-12Extract diff language into its own extension (#136967)Ladislau Szomoru
2021-11-12split vscode.proposed.d.ts into a file per proposal, https://github.com/micro...Johannes Rieken
2021-11-11Merge branch 'main' into joh/vscode-dtsJohannes Rieken
2021-11-11git - make integration tests agnostic to file watcher issues (#136933)Benjamin Pasero