29993 Commits

Author SHA1 Message Date
Alex Dima
07b2c8015c Move extension points up to /workbench/ (#44281) 2018-02-23 17:38:23 +01:00
Alex Dima
11df1b56d1 Move MenuService implementation up to /workbench/ (#44281) 2018-02-23 17:38:23 +01:00
Alex Dima
66a1df3f28 Move CommandService implementation up to /workbench/ (#44281) 2018-02-23 17:38:23 +01:00
Alex Dima
8ce17addb2 Simplify IExtensionService.onDidRegisterExtensions 2018-02-23 17:38:22 +01:00
Daniel Imms
387d6342ee Apply action css class using super ctor 2018-02-23 08:37:09 -08:00
Daniel Imms
c311483ebd Add split terminal action to terminal panel 2018-02-23 08:33:40 -08:00
Daniel Imms
bcf634bd7d Use winctrl+shift+5 on mac to split 2018-02-23 08:27:35 -08:00
Daniel Imms
869f8b3711 Use cmd+\ to split terminal
Part of #7504
2018-02-23 08:24:59 -08:00
Joao Moreno
687ecb6af7 Merge branch 'master' of github.com:Microsoft/vscode 2018-02-23 16:27:32 +01:00
Joao Moreno
c45f992f7b update inno_updater
fixes #43971
2018-02-23 16:26:56 +01:00
Martin Aeschlimann
3e7521b68e [html] syntax folding (disabled by default) 2018-02-23 16:23:59 +01:00
Martin Aeschlimann
61a2adfa1a [json] setting for syntax folding (experimental) 2018-02-23 16:23:59 +01:00
Martin Aeschlimann
71da90fbae [folding] fix in FoldingRange API 2018-02-23 16:23:58 +01:00
Rob Lourens
eb563ae4d9 Fix #43284 - bump vscode-ripgrep 2018-02-23 16:18:35 +01:00
Christof Marti
50976d6e15 Revert "Bump ripgrep"
This reverts commit 727a838c3eb3fc347999885b53508a2be66f9589.
2018-02-23 16:18:35 +01:00
Christof Marti
07a4dfeb46 Revert "Bump vscode-ripgrep"
This reverts commit d917cc6bc408822160ff2aad2f3a223c7f5d1e51.
2018-02-23 16:18:35 +01:00
Martin Aeschlimann
f767a6c2eb
Merge pull request #44189 from aldonetti/patch-3
proper casing
2018-02-23 15:59:18 +01:00
Benjamin Pasero
926b77a9f7 notifications - better message size compute 2018-02-23 15:35:06 +01:00
Benjamin Pasero
9ea61ba8e4 notifications - theme color tweaks 2018-02-23 14:27:23 +01:00
Julien Roncaglia
29f6d542b8 Don't alias ThemeIconCategory 2018-02-23 13:45:22 +01:00
Julien Roncaglia
03caa411b5 Allow extensions to specify custom tree view resoure type
The FileKind was previously guessed from the collapsability of the item,
extensions now have the capability to set it manually.

Fixes #43216
2018-02-23 13:38:37 +01:00
Joao Moreno
462fb54c58 fixes #43580 2018-02-23 12:24:19 +01:00
Joao Moreno
91659bfeca fixes #43528 2018-02-23 12:24:19 +01:00
isidor
3451948927 debug: Adopt new "capabilities" event
fixes #44257
2018-02-23 11:38:30 +01:00
Benjamin Pasero
c111bca2aa notifications - add header to center 2018-02-23 11:26:30 +01:00
Joao Moreno
d0853f2f0b fixes #42801 2018-02-23 11:07:30 +01:00
Joao Moreno
4975c1a00d update yarn.lock 2018-02-23 11:07:11 +01:00
Joao Moreno
db616b3309 fixes #43051 2018-02-23 10:25:56 +01:00
Joao Moreno
2288e7cecd improve git logging 2018-02-23 10:21:06 +01:00
Joao Moreno
8e746bbd4c show show git output command 2018-02-23 09:04:57 +01:00
Martin Aeschlimann
cd21d906ca [folding] fold comments / region 2018-02-23 08:31:06 +01:00
Benjamin Pasero
6e3d28192a notifications - fix scroll preserve for real 2018-02-23 07:49:51 +01:00
Benjamin Pasero
1584277c35 notifications - preserve relative top 2018-02-23 07:40:45 +01:00
Benjamin Pasero
1c9f266dab tweak some local storage telemetry data 2018-02-23 07:29:43 +01:00
Benjamin Pasero
33a0015ca6 notifications - keyboard navigation in buttons 2018-02-23 07:29:27 +01:00
Ramya Achutha Rao
ce13bb0dab Prompt to look for language pack extensions #44012 2018-02-22 18:56:33 -08:00
Rachel Macfarlane
ce4aa1d497 Reduce url length limit for issue reporter on Windows, ##44245 2018-02-22 17:25:55 -08:00
Matt Bierner
0cb6cfec4f Remove unused .vscode folders 2018-02-22 16:29:09 -08:00
Matt Bierner
7a737da444 Remove unused file 2018-02-22 16:28:33 -08:00
Matt Bierner
8e0bdd6040 Split package-json specific logic out of javascript extension 2018-02-22 16:27:20 -08:00
Ray Gervais
5c9761ab92 Dropdown: Restore original selection on escape exit Fixes: #42487 (#43152)
* Initial WIP

* Added state persistence of original selected option

* Renamed selected option variable, added similar logic to onListBlur

* Removed onListBlur selection

* Added Dropdown Selection handler for onBlur Logic
2018-02-22 19:24:00 -05:00
Matt Bierner
dcf6559cc1 Prototype experimental folding API for TS/JS
#44158
2018-02-22 16:07:11 -08:00
Andre Weinand
afa0f1814d node-debug@1.21.3 2018-02-23 00:25:57 +01:00
Matt Bierner
47dae4cf73 Mark properties readonly 2018-02-22 15:12:09 -08:00
Matt Bierner
dac9f9a94e Fix ts/js telemetry reporter 2018-02-22 15:12:09 -08:00
Matt Bierner
b02b49ebd0 Use async 2018-02-22 15:12:09 -08:00
Matt Bierner
030b95a792 Json format 2018-02-22 15:12:09 -08:00
Matt Bierner
3006e25f03 Add real displayName and descriptions to the typescript extension
Part of #43978
2018-02-22 15:12:09 -08:00
Matt Bierner
5a73518833 Add real displayname and description to the javascript extension
Part of #43978
2018-02-22 15:12:09 -08:00
Matt Bierner
ed8aa7702b Provide real name and description for markdown extension
#43978
2018-02-22 15:12:09 -08:00