Martin Aeschlimann
51d8f360e5
[sql] replace grammar
2017-10-25 17:26:12 +02:00
isidor
3e3d09021d
also use darker red for git deleted
2017-10-25 17:24:24 +02:00
isidor
5d93cd1543
git color decoration: a bit different colors for light theme
2017-10-25 17:20:44 +02:00
Johannes Rieken
c91470629f
speed up getSnippets, getSnippetsSync, and updateSnippets, #36427
2017-10-25 17:11:19 +02:00
isidor
1a4f6b9f7d
vertical panel: fix typo
2017-10-25 16:48:13 +02:00
Martin Aeschlimann
e9d793eb33
[sql] switch to Microsoft/sql grammar ( fixes #36853 )
2017-10-25 16:32:04 +02:00
isidor
0b0b8ebdd8
vertical panel: toggle maximized panel calls into toggle panel position for backwards compatibility
2017-10-25 16:19:00 +02:00
isidor
00ef012c22
vertical panel: increase min panel size
2017-10-25 16:19:00 +02:00
Martin Aeschlimann
1b4678f19f
indent ranges: use number[]
2017-10-25 16:09:00 +02:00
isidor
a3f6fb56d2
vertical panel: fix elipsis alignment
2017-10-25 16:04:54 +02:00
Isidor Nikolic
7dec12f226
Merge pull request #36827 from Microsoft/isidorn/vertical_panel
...
Isidorn/vertical panel
2017-10-25 12:56:22 +02:00
Benjamin Pasero
2bb04827d6
touch: allow to scroll through tabs via touch gesture
2017-10-25 12:51:33 +02:00
isidor
d34c2cc33d
debug status: fully qualify name and do not hide overflow
...
fixes #36847
2017-10-25 12:30:28 +02:00
Alex Dima
f031f5ea22
Fixes #36873 : Do not return undefined from _readPixelOffset
2017-10-25 12:20:05 +02:00
Martin Aeschlimann
d00ad8129c
indentRanges: no need for indent ranges
2017-10-25 11:58:49 +02:00
Johannes Rieken
7eb1b4ca4d
deco - simplify css
2017-10-25 11:55:06 +02:00
Benjamin Pasero
0b0733774d
API: expose workspace.name property ( fixes #36802 ) ( #36803 )
2017-10-25 11:54:09 +02:00
isidor
ce2893322c
vertical panel: fix sidebar right layouting
2017-10-25 11:45:55 +02:00
Johannes Rieken
f8d858d1a1
deco - enforce via css that selected/focused items inherit base color
2017-10-25 11:41:10 +02:00
isidor
fb9f0a6594
vertical panel: fix sidebar max value
2017-10-25 11:32:31 +02:00
Johannes Rieken
5701314046
deco - shrink description of file label more than name
2017-10-25 11:30:20 +02:00
Johannes Rieken
632ba35c14
deco - show '+9' when 10 or more markers exist
2017-10-25 11:30:20 +02:00
isidor
88e780aa6a
vertical panel: proper icons
2017-10-25 11:07:00 +02:00
isidor
4b5f60b8a0
Merge branch 'master' into isidorn/vertical_panel
2017-10-25 11:04:14 +02:00
Benjamin Pasero
0da9fca361
do not expose addFolders/removeFolders as API from context service
2017-10-25 10:54:39 +02:00
Sandeep Somavarapu
84b465958f
Fix #36881
2017-10-25 10:50:20 +02:00
Sandeep Somavarapu
56d225bc36
Fix #31606
2017-10-25 10:23:31 +02:00
Benjamin Pasero
82d0538526
💄
2017-10-25 10:23:08 +02:00
isidor
5b34c7210f
debug bugs to weinand
2017-10-25 10:12:58 +02:00
Johannes Rieken
51fa1659ac
deco - priority
2017-10-25 09:38:22 +02:00
Johannes Rieken
17d372d05c
deco - fix styles cleanup logic
2017-10-25 09:38:22 +02:00
Sandeep Somavarapu
4aad6a1025
Fix #36808
2017-10-25 09:32:09 +02:00
Alexandru Dima
dd39b41564
Merge pull request #36857 from misoguy/fix/windowOpenNoOpener
...
Fix windowOpenNoOpener not opening new window
2017-10-25 08:46:33 +02:00
Alex Dima
4028b9be69
Especially account for VS Code in dom.windowOpenNoOpener
2017-10-25 08:45:12 +02:00
Benjamin Pasero
7dd6a15c41
make sure error bubbles up
2017-10-25 08:35:56 +02:00
Benjamin Pasero
b60cc80e21
always make sure to start ext-host when entering workspace, even in error cases
2017-10-25 08:34:32 +02:00
Benjamin Pasero
abbcd7e95c
fix issue with wrongly restarting ext host
2017-10-25 08:21:31 +02:00
Benjamin Pasero
8b478ef1ed
workspace editing: allow to add/remove folder in non-workspace setup
2017-10-25 08:02:28 +02:00
Benjamin Pasero
2c468454ea
another test (for #36810 )
2017-10-25 08:02:28 +02:00
Soo Jae Hwang
ca8bb6a81a
Enable click and open mailto links in Markdown preview ( #36795 )
2017-10-24 22:11:13 -07:00
Don Jayamanne
509630ffe3
fix https://github.com/Microsoft/vscode/issues/36854 ( #36855 )
2017-10-25 06:53:24 +02:00
Ramya Rao
1feeb85a4c
Show recommended label in view and reason in editor #36649 ( #36865 )
2017-10-24 21:34:34 -07:00
Ramya Achutha Rao
c1e079b6cc
Open extension editor when user chooses to Install extension from viewlet
2017-10-24 20:41:12 -07:00
Ramya Achutha Rao
8678f8b07a
Trim recommendations #36649
2017-10-24 20:35:04 -07:00
Ramya Rao
80f61a8a49
Option to install recommendations from pop-up and workspace recommendations view ( #36861 )
...
* Option to Install All Workspace Recommendations
* Option to install recommended extension from popup
* Option to install all workspace recommendations in extensions viewlet
* No op when no recommendations to install
* Remove cmd as we have the Install All button in the extensions view
2017-10-24 20:26:59 -07:00
Soo Jae Hwang
77245046f0
Fix windowOpenNoOpener not opening new window
2017-10-25 10:25:33 +09:00
Ramya Achutha Rao
ede70684ad
Revert "Reverting hashservice"
...
This reverts commit 25a0274d5d .
2017-10-24 15:59:43 -07:00
Ramya Achutha Rao
7ba3cbf261
Revert "Stop sending path in telemetry data as it isnt used anywhere"
...
This reverts commit 5943b174aa .
2017-10-24 15:59:21 -07:00
Max Schmitt
aced0d9c85
Fixed typo ( #36800 )
...
`direcorty` => `directory`
2017-10-24 14:45:26 -07:00
Max Schmitt
4f055b9abc
Fixed typos ( #36804 )
...
`to sigmal a function references` => `to signal a function reference`
`Alternative is to...` => `An alternative is to...`
2017-10-24 14:44:43 -07:00