Commit graph

19679 commits

Author SHA1 Message Date
Matt Bierner
b87307ee8d Correctly set ts version in package.json 2017-05-31 15:21:10 -07:00
Christof Marti
ca923a5ee1 Implement oncancel (fixes #27638) 2017-05-31 15:16:29 -07:00
Matt Bierner
717c93ae17 Fix ts shrinkwrap 2017-05-31 15:06:51 -07:00
Matt Bierner
cc0d24a24a Fix shrinkwrap of ts 2017-05-31 14:44:37 -07:00
Ramya Achutha Rao
0b2249b423 Fixes #27767 2017-05-31 13:43:03 -07:00
Greg Van Liew
eb097f89a6 ATA is Automatic Type Acquisition (#27760) 2017-05-31 13:38:40 -07:00
Christof Marti
aa921aa291 Check for special URLs (fixes #27603) (#27781) 2017-05-31 13:38:23 -07:00
Sam El-Husseini
11c717ef23 Avoiding a number of Android IME keyboard issues by turning autocomplete to off in the text area. (monaco-editor) 2017-05-31 13:25:45 -07:00
Ramya Achutha Rao
b5a1ecb64c Fixes #27615 2017-05-31 12:36:58 -07:00
Alex Dima
c7f91ca6bc Fixes #27766: Disable wrapping when a screen reader is detected 2017-05-31 21:18:18 +02:00
Alex Dima
93b38d1092 Fixes #24712: remove code that tries to preserve editor options, but is incorrect 2017-05-31 20:58:11 +02:00
Christof Marti
09ce1ccb2b Make sure we don't apply decorations to disposed editors 2017-05-31 11:50:20 -07:00
Christof Marti
00fe733367 Make sure we decorate all visible editors (fixes #27574) 2017-05-31 11:41:02 -07:00
Sandeep Somavarapu
508c7a7d50 Improve tree data provider documentation 2017-05-31 20:34:25 +02:00
Daniel Imms
0913cd5b89 Make terminal path dragging more robust
Fixes #27511
2017-05-31 11:33:41 -07:00
Sandeep Somavarapu
d23b97b462 ExthostTreeView: Check if children are null or undefined 2017-05-31 20:29:19 +02:00
Sandeep Somavarapu
ab6371af50 Fix #27663 2017-05-31 20:25:47 +02:00
Christof Marti
fc2d062f99 Comment 2017-05-31 11:16:06 -07:00
Christof Marti
c45f29b2b3 Track pending updates per editor (fixes #27570) 2017-05-31 11:14:45 -07:00
Christof Marti
e0c1e7d242 Title case (fixes #27569) 2017-05-31 11:06:43 -07:00
Christof Marti
005c78dbf0 Title case (fixes #27569) 2017-05-31 10:39:36 -07:00
Christof Marti
6aa3aca8cc Remove extra package.json (fixes #27754) 2017-05-31 10:39:36 -07:00
Daniel Imms
5b2dec2e90 Merge pull request #27647 from Microsoft/tyriar/27398
Style the terminal press any key text
2017-05-31 10:36:20 -07:00
Daniel Imms
8d9f0f561f Only bold press any key text 2017-05-31 10:36:08 -07:00
Ramya Achutha Rao
b431336fde Fixes #27690 Reveal range for edit point and select item 2017-05-31 10:30:01 -07:00
Christof Marti
89fa243fc9 Hid Git actions from merge conflict (fixes #27563) 2017-05-31 10:28:15 -07:00
Ramya Achutha Rao
db41a5fe47 Fixes #27690 Reveal range for the last selection 2017-05-31 10:20:03 -07:00
Ramya Achutha Rao
f1a8632778 Fixes #27641 and Fixes #27708 2017-05-31 09:40:56 -07:00
Benjamin Pasero
a857ee8fb5 Click on menus on explorer title bar collapses the explorer (fixes #27648) 2017-05-31 18:31:39 +02:00
Alex Dima
498beff544 Add descriptions to the activation events snippets (#27663) 2017-05-31 18:28:34 +02:00
Christof Marti
d1dd5d3bdf Turn off minimaps (fixes #27502) 2017-05-31 09:20:05 -07:00
Christof Marti
9e277b5753 Use focus border color (fixes #27501) 2017-05-31 09:15:50 -07:00
Christof Marti
f661def623 Use 'textLink.activeForeground' (fixes #27499) 2017-05-31 09:04:06 -07:00
Martin Aeschlimann
ee52cacaf6 Consistent name for overviewRuler.currentContentForeground. Fixes #27756 2017-05-31 17:49:31 +02:00
Christof Marti
a1ca777088 Color names (#27497) 2017-05-31 08:42:17 -07:00
Christof Marti
8132b809de Reduce number of colors used (#27497) 2017-05-31 08:42:17 -07:00
Alex Dima
179e79839f Change workspaceContains snippet to use filePattern; add * snippet; (#27663) 2017-05-31 17:34:50 +02:00
Martin Aeschlimann
a0968527d5 error navigation widget should default to editor error color. Fixes #25415 2017-05-31 17:25:11 +02:00
Johannes Rieken
8005017815 start with a failing test, #27543 2017-05-31 17:17:43 +02:00
Alex Dima
92ec96d8e9 Fixes #27600: Use a typical half-width character width for the new line width 2017-05-31 17:08:49 +02:00
Alex Dima
7655e2fb32 Fixes #27491: Show also the US keybinding in the info hover 2017-05-31 16:52:21 +02:00
Martin Aeschlimann
747922d752 editorWidget.border color is not respected by all editor widgets Fixes #27514 2017-05-31 16:51:09 +02:00
isidor
7c7235fc5b add update badge as soon as update is availble on linux (since it is never ready on that platform)
fixes #27565
2017-05-31 16:48:40 +02:00
Dirk Baeumer
171e5c204f Fixes #27730: Deprecation warnings in our package.json 2017-05-31 16:42:13 +02:00
isidor
2b1787d6a6 Provide feedback when check for updates has no updates
fixes #27531
2017-05-31 16:39:55 +02:00
Martin Aeschlimann
aae395f8b2 Linux: Ugly flicker in welcome page on first startup. Fixes #27518 2017-05-31 16:38:18 +02:00
Benjamin Pasero
2efcddf229 Extension host crashes on MacOS when crash reporter is disabled (fixes #27735) 2017-05-31 16:30:05 +02:00
Sandeep Somavarapu
d2bb304c86 Fix #27745 2017-05-31 16:26:25 +02:00
Dirk Baeumer
e98c09c842 Fixes #27738: Defer switching to Tasks 2.0.0 as the default 2017-05-31 16:21:35 +02:00
isidor
6ba48011f5 debug: tryToAutoFocusStackFrame
fixes #25104
2017-05-31 16:18:34 +02:00