33708 Commits

Author SHA1 Message Date
Matt Bierner
b7dcf277a7 Make sure we have closed old resources before performing rename 2018-05-22 10:33:32 -07:00
Sandeep Somavarapu
a8ebc3fb60 Fix #50119 2018-05-22 17:29:38 +02:00
Andre Weinand
695a3e5f2b change auto assign for debug 2018-05-22 16:51:59 +02:00
Benjamin Pasero
250ad40ad3 fix #50282 2018-05-22 16:43:08 +02:00
Sandeep Somavarapu
7fdb1e79f7 Fix #50246 2018-05-22 16:40:49 +02:00
Sandeep Somavarapu
37886aa192 Fix #50117 2018-05-22 16:16:19 +02:00
Sandeep Somavarapu
54aa6b0d89 exapnd connect 2018-05-22 15:30:31 +02:00
Sandeep Somavarapu
7f6646c9a1 Fix #50281 2018-05-22 15:30:31 +02:00
Martin Aeschlimann
276eb70cd0 revert jade language id change 2018-05-22 12:42:30 +02:00
Alex Dima
3c8754eebc Fixes #50156: Remove special case when searching for \n 2018-05-22 13:28:52 +03:00
Dirk Baeumer
2546d53ade Fixes #50131: Task with escaped double quote now fails due to improper evaluation 2018-05-22 11:48:39 +02:00
Martin Aeschlimann
b217a7f236 [pug] Use pug grammar & rename language id. Fixes #50086 2018-05-22 10:52:19 +02:00
Martin Aeschlimann
f92bacec32
Merge pull request #50049 from callumisitt/patch-1
Add link to package homepage in package.json files
2018-05-22 09:34:35 +02:00
Rob Lourens
38fd216dbd Settings editor - fix ellipsis indicator when editor is narrow 2018-05-21 22:34:43 -07:00
Rob Lourens
56e3f8d607 Disable CSS smoketest that relies on settings, since shortcut is changed 2018-05-21 22:01:24 -07:00
Rob Lourens
dbd7f09189 Disable settings smoketest since keybinding is changed 2018-05-21 21:59:41 -07:00
Rob Lourens
d5a9a10aed Settings editor - fix clicking on setting values 2018-05-21 21:38:42 -07:00
Rob Lourens
23c909af1e Settings editor - change default keybinding 2018-05-21 21:29:38 -07:00
Rob Lourens
4114fcf2c3 Settings editor - move ... indicator further right 2018-05-21 21:16:51 -07:00
Matt Bierner
bc04b05182 Pick up new TS insiders 2018-05-21 19:24:03 -07:00
Rob Lourens
893b204f31 Settings editor - theme "show all" button 2018-05-21 16:31:19 -07:00
Rob Lourens
32ff23d023 Settings editor - add feedback button 2018-05-21 16:31:19 -07:00
Matt Bierner
0a0d3d5e45 Add code action trigger to proposed API
#50248
2018-05-21 16:19:10 -07:00
Rob Lourens
cdea1bdc99 Settings editor - add "..." in a fixed position to indicate that a description is expandable 2018-05-21 15:58:50 -07:00
Rob Lourens
a5bfda7d86 Settings editor - left-align preview label 2018-05-21 15:34:16 -07:00
Matt Bierner
6442241eee Fix bad merge 2018-05-21 15:18:41 -07:00
Matt Bierner
746f729765 Fix js/ts symbol results 2018-05-21 15:15:53 -07:00
Rob Lourens
abc22a988e Add PREVIEW label, change up text 2018-05-21 15:13:48 -07:00
Ramya Achutha Rao
4ed964116b Better message 2018-05-21 14:58:44 -07:00
Ramya Achutha Rao
43d48b1017 Prompt user to install language pack 2018-05-21 14:48:27 -07:00
Matt Bierner
610487a878 Still show squiggles if you disable unused variable fade out
Fixes #50148
2018-05-21 13:54:14 -07:00
Matt Bierner
ff5f422dda
Prototype update import paths on file rename/move for JS/TS (#50074)
* Prototype of updating paths on rename file

* Fix apply edits

* Hook up to normal rename

* Fix unit test

* Remove timeout

* Adding prompt

* Bail early if user has set 'never'
2018-05-21 13:26:24 -07:00
Matt Bierner
2cfe96f451 Use member shorthand for more adapters 2018-05-21 11:54:30 -07:00
Rob Lourens
3038f429da Fix #50175 2018-05-21 10:28:42 -07:00
Daniel Imms
ce27adfec1 vscode-xterm@3.5.0-beta8 2018-05-21 09:34:25 -07:00
Rob Lourens
e06ab2cc0f Fix search unit test on Windows 2018-05-21 07:31:45 -07:00
Tom Rochette
b91329a523 Fix typo in workbench actions. (#50164) 2018-05-20 23:26:16 -07:00
Rob Lourens
d0b06a638a Change EH search back to use URIs between EH and renderer process 2018-05-20 22:42:26 -07:00
Rob Lourens
a521c01d56 Settings editor - make settings tabbable 2018-05-20 21:01:51 -07:00
Rob Lourens
307f4db210 Make settings editor list items focusable and selectable.
This is temp code to test the experience, it will actually use the Tree control
2018-05-20 20:22:59 -07:00
Rob Lourens
3763724dc5 Add "this is a preview" label to the top of the new settings editor 2018-05-20 20:02:08 -07:00
Rob Lourens
aa6553e339 Log a couple extra items from EH search 2018-05-20 19:48:15 -07:00
Rob Lourens
d72327c453 Remove unneeded forced SearchModel refresh when search is complete 2018-05-19 13:20:34 -07:00
Daniel Imms
32bdc37eb3
Merge pull request #50162 from Microsoft/tyriar/command_tracker_tests
Re-enable terminal command tracker tests
2018-05-19 10:18:41 -07:00
Daniel Imms
ec2fa70835 Fix test 2018-05-19 09:59:05 -07:00
Daniel Imms
deb41213e3 Fix tests 2018-05-19 09:44:49 -07:00
Daniel Imms
0cb58abeb2 Re-enable tests 2018-05-19 09:21:00 -07:00
Daniel Imms
53826fb72f
Merge pull request #47991 from noahjg/terminal-line-selection
Terminal line selection
2018-05-19 09:03:56 -07:00
Daniel Imms
1805a5bd2a Improve code flow 2018-05-19 08:50:29 -07:00
Daniel Imms
55667fbb29 Format terminalCommandTracker 2018-05-19 08:39:07 -07:00