Commit graph

33697 commits

Author SHA1 Message Date
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
Daniel Imms
2b014a07f1 Fix typo and remove prev/next line keybindings 2018-05-19 08:38:34 -07:00
Daniel Imms
095ac73282 Merge remote-tracking branch 'ups/master' into terminal-line-selection 2018-05-19 08:30:56 -07:00
Rachel Macfarlane
23727446c5 Change 'send' to 'include' in issue reporter, fixes #50127 2018-05-18 17:25:59 -07:00
Matt Bierner
3b0e26939c Include anon functions and class in symbol view if they have children
Fixes #49985
2018-05-18 17:25:29 -07:00
Matt Bierner
792fea6c97 Cleaning up ts symbol provider 2018-05-18 17:25:29 -07:00
Rachel Macfarlane
dea67d9452 Fixes ##50126 2018-05-18 17:19:59 -07:00
Matt Bierner
03873b8458 Restore focus to webview when vs code window is refocused
Fixes #49998
2018-05-18 17:02:11 -07:00
Matt Bierner
a7326715f6 Explicitly implement IStandardWindow 2018-05-18 16:31:09 -07:00
Matt Bierner
e95a1f45bb Remove unneeded alias 2018-05-18 16:10:19 -07:00
Matt Bierner
9676323da4 Use HTMLElementEventMap 2018-05-18 16:09:48 -07:00
Matt Bierner
be224bdf25 Pick up updated md grammar
#50097
2018-05-18 15:35:30 -07:00