Commit Graph

524 Commits

Author SHA1 Message Date
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
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
João Moreno
5dfa71a9e8 fix(git): 🐛 git api commands should be registered as contributions
Closes: #111658
2021-11-09 13:24:28 +01:00
Logan Ramos
00de6a5f2f Update telemetry module 2021-11-08 10:00:44 -05:00
Ladislau Szomoru
4297ff8195 Revert fix for #26425 2021-11-05 15:53:32 +01:00
Logan Ramos
a4342f3add Bump telemetry module 2021-10-01 16:52:56 -04:00
Eric Amodio
051a07a0c9 Forgot to bump limit to 10K 2021-09-30 01:12:28 -04:00
Eric Amodio
2306ad1ef4 Fixes #129669: new setting to control status limit
Also bumps the default from 5000 to 10,000
2021-09-30 01:04:30 -04:00
Eric Amodio
51bd88d8f2 Adds git.showUnpublishedCommitsButton setting 2021-09-28 00:13:51 -04:00
Logan Ramos
282f499c22 Update extension telemetry module 2021-09-23 11:26:57 -04:00
Logan Ramos
8dbad73de5 Update built in extensions telemetry 2021-08-27 15:45:42 -04:00
Logan Ramos
ecc7fdac90 Bump extension telemetry module 2021-08-27 11:29:48 -04:00
Ladislau Szomoru
f29238c5f4 Update jschardet package 2021-08-23 10:47:41 +02:00
Logan Ramos
da7d76d2ec Update extension telemetry module 2021-08-10 12:43:41 -04:00
Logan Ramos
6aa5b9226b Update extension telemetry module 2021-08-09 13:16:08 -04:00
Logan Ramos
9350fa3c9d Bump telemetry module to fix packaging 2021-08-02 14:29:37 -04:00
Logan Ramos
b7a07daa5a Fix #129727 2021-08-02 13:04:26 -04:00
Logan Ramos
87e0cb1d43 Fix #129474 2021-07-29 11:39:03 -04:00
Logan Ramos
c8e6d08e3a Update to the latest extension module 2021-07-26 13:44:43 -04:00
Logan Ramos
c1ae18fad7 Fix #26425 2021-07-12 14:48:32 -04:00
Eric Amodio
eab8d0403f Revert "Fixes #125350: disallow in untrusted ws"
This reverts commit 769e7080f4.
2021-06-03 16:51:46 -04:00
Eric Amodio
769e7080f4 Fixes #125350: disallow in untrusted ws 2021-06-02 19:10:51 -04:00
Robo
bce4d71f64 chore: bump node@14.x in devDependencies (#122905) 2021-05-04 10:04:13 +02:00
Eric Amodio
8dcc489fa1 Re-enables Git extension for virtual workspaces 2021-04-29 15:18:15 -04:00
Matt Bierner
e8eb44523e Improve auto-fetch setting display
- Use markdown
- Use link
2021-04-28 17:25:41 -07:00
Sandeep Somavarapu
68bed01970 adopt virtual workspaces - not supported 2021-04-22 16:54:06 +02:00
SteVen Batten
f9fc28d47d update ext manifest schema validation and built-in exts 2021-04-21 11:54:42 -07:00
Eric Amodio
6836261663 Adds workspace trust setting 2021-04-19 11:53:57 -04:00
Ladislau Szomoru
e5d6ff4c06 jschardet 2.2.1 -> 2.3.0 (#121575) 2021-04-18 09:21:14 +00:00
Eric Amodio
7f2bcc1530 Fixes #119032 - changes to support settings UI 2021-04-14 19:04:27 -04:00
SteVen Batten
9c00242866 updating telemetry module for built-in exts 2021-03-22 16:28:08 -07:00
Luca
f8acb0d6f6 Adding the 'delete branch...' function to the source control > branch section 2021-03-19 18:43:27 -04:00
Eric Amodio
0102534039 Splits clone/docs welcome
Allow GitHub Browser entry in the middle
2021-03-01 18:33:28 -05:00
Johannes Rieken
a799375663 fix https://github.com/microsoft/vscode/issues/117456 2021-02-24 15:06:53 +01:00
Eric Amodio
c257135247 Removes extra command 2021-02-23 11:07:38 -05:00
Eric Amodio
31aa03fcc8 Closes #116361 - adds select/compare ability 2021-02-22 11:58:02 -05:00
Eric Amodio
2fda718ad7 Fixes #115801 - improves conflict decorations 2021-02-04 17:25:48 -05:00
João Moreno
ec805db5ed add repository field to extensions package.json 2021-01-29 15:30:45 +01:00
rebornix
d5bdb0efb2 fix #115011. 2021-01-26 08:39:30 -08: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
21c11ba864 Fixes #114433 - adds setting to avoid git config 2021-01-15 14:05:55 -05:00
Eric Amodio
8832366467 Closes #110881 - adds possibly rebased warning 2021-01-12 12:15:39 -05:00
Alexandru Dima
f74ad9692f Align @types/* dev dependencies (#112718) 2020-12-18 13:28:39 +01:00
Alexandru Dima
7ca71e763d Move away from deprecated 'vscode' node module (#112718) 2020-12-17 21:40:14 +01:00
Alexandru Dima
ed19f6082f Share mocha related node modules (#112718) 2020-12-17 11:03:49 +01:00