Commit graph

56795 commits

Author SHA1 Message Date
Peng Lyu
83253517fd
Merge pull request #84074 from rebornix/rebornix/fixCompactMenuSafari
Fix #83318. Absolute position compact menu in safari.
2019-11-06 15:27:54 -08:00
Daniel Imms
a5f193e46f Correct useConpty usage
Fixes #84082
2019-11-06 15:08:50 -08:00
Peng Lyu
9caf133a96 Fix #83318. Absolute position compact menu in safari. 2019-11-06 14:28:11 -08:00
Pine Wu
00ebabb065 Fix unused 2019-11-06 12:50:17 -08:00
Jackson Kearl
43fc44efa6
Make Search All Files search as you type (#84004)
* Make Search All Files search as you type
Closes #46326.

* Fix tests

* Cancel search before queueing a new one.
Reduces background load while user is typing rest of query

* Reduce progress indicator flicker in fast searches

* Don't trigger search on control chars

* Remove ".only" form test

* Remove unused emitter parameter

* Clean up diff

* Delay adding possibly partial search string to histroy

* Clean up diff
2019-11-06 12:48:36 -08:00
Pine Wu
73d9d76ebd Fix #83731 2019-11-06 12:03:28 -08:00
Pine Wu
e88e032d6a Refactor link protection test 2019-11-06 12:03:28 -08:00
SteVen Batten
2d8b41d25b remove old event 2019-11-06 11:10:50 -08:00
Matt Bierner
166f925a2b Code action intellisense in the keybindings JSON editor
Fixes #84033

Enables intellisene in the keybindings json editor for code actions and refactorings. Uses the new contribution point from #82718
2019-11-06 10:19:22 -08:00
Matt Bierner
c8d64b13e5 Add code actions contributon point
For #82718
Fixes #52846

This adds a newly proposed codeActions contribution point. For details, see #82718

This change also makes the intellisense for the `editor.codeActionsOnSave` property dynamic by using the new contribution point
2019-11-06 10:13:59 -08:00
Sandeep Somavarapu
5ed6a46d84 Fix #53200 2019-11-06 19:13:19 +01:00
Johannes Rieken
4e25dc4814 fix meta title node 2019-11-06 17:24:46 +01:00
Johannes Rieken
4b1fdfbdbf add generic go to locations command that allows to implement go-to-something before us API-ifying things, #83752 2019-11-06 17:03:43 +01:00
Joao Moreno
388ea95a1d
Merge branch 'joao/explorer-compressed-tree' 2019-11-06 16:11:51 +01:00
Joao Moreno
619c082c72
explorer.compressSingleChildFolders 2019-11-06 15:50:08 +01:00
Benjamin Pasero
f82574131a debt - only show action for release notes if having a url for it 2019-11-06 15:38:11 +01:00
Benjamin Pasero
5a569ad3dd yarn web - do not have root in memfs 2019-11-06 15:30:50 +01:00
Benjamin Pasero
4d44cfa7c8 web - fix decoration sample 2019-11-06 14:11:17 +01:00
Benjamin Pasero
87064db103 debt - untitled editor => untitled text editor 2019-11-06 12:44:59 +01:00
Johannes Rieken
b5daad6c72 tweak preconditions and remove bogous keybinding 2019-11-06 12:09:40 +01:00
Johannes Rieken
1f609a701f use goto, not peek references as fallback #83752 2019-11-06 12:05:29 +01:00
Alexandru Dima
6d398260cb
Merge pull request #84017 from mjbvz/remove-_primitiveArrayEquals
Reapply using array.isEquals instead of _primitiveArrayEquals
2019-11-06 11:57:49 +01:00
Johannes Rieken
7b9217cdff ignore declaration when references return only two results, #83752 2019-11-06 11:49:35 +01:00
Johannes Rieken
22adcb919e polish peek flow, #83752 2019-11-06 11:49:35 +01:00
Johannes Rieken
0f9bbdc5cc bug - don't close peek when changing editors, #83752 2019-11-06 11:49:35 +01:00
Joao Moreno
26f3390180
async compressed tree: delete nodes when parent becomes stale 2019-11-06 11:33:39 +01:00
Sandeep Somavarapu
d76c6d6ea2 Fix #83914 2019-11-06 11:25:09 +01:00
Joao Moreno
9090c836c5
collapsed async tree: handle staleness by clearing everything 2019-11-06 11:18:09 +01:00
Benjamin Pasero
a5d47335b4 💄 web api 2019-11-06 11:03:26 +01:00
Joao Moreno
9efe199051
compressionEnabled option 2019-11-06 10:47:58 +01:00
Benjamin Pasero
ef351d1559 Web: Support to open VS Code on a file for extension development (fix #83997) 2019-11-06 10:47:58 +01:00
Joao Moreno
6a480444a0
compressed explorer: fix top level refresh 2019-11-06 10:32:31 +01:00
Joan Rieu
d5386d3233 Document problemMatcher.fileLocation="autodetect" configuration option (#83803)
* Document problemMatcher.fileLocation="autodetect" configuration option

Part of https://github.com/microsoft/vscode-docs/issues/3182
2019-11-06 10:28:16 +01:00
Sandeep Somavarapu
4ec6717139 Fix #84029 2019-11-06 07:43:21 +01:00
Matt Bierner
67e4831d4c Reapply using array.isEquals instead of _primitiveArrayEquals
Reverts 61938981d5
2019-11-05 16:57:17 -08:00
Matt Bierner
b437e07ec9 Use optional chaining in a few more places 2019-11-05 16:49:48 -08:00
MartinBrathen
c53db9ba76 Fix zoom on first click (#83826)
* no zoom on fast click

* fixed a visual bug where the zoom-in icon would show briefly before zoom-out on first click when ctrl/alt is pressed
2019-11-05 15:00:34 -08:00
Miguel Solorio
a2d9aeac8e Fix #83973 2019-11-05 14:10:01 -08:00
Miguel Solorio
4cd28a8d1e FIx #83987 2019-11-05 13:40:08 -08:00
Martin Aeschlimann
1476c4e20b [html] update to TextDocument and switch to incremental 2019-11-05 22:19:43 +01:00
Martin Aeschlimann
c198ec2eac [css] update TextDocument & use incremental sync 2019-11-05 22:19:43 +01:00
Martin Aeschlimann
fd6d7489a8 [json] adopt TextDocuments and use incremental sync 2019-11-05 22:19:43 +01:00
Matt Bierner
ed9f435931 Pick up TS 3.7 final
Fixes #83935
2019-11-05 13:05:08 -08:00
Daniel Imms
7405d555e1
Merge pull request #84005 from microsoft/tyriar/63052
Implement Terminal.creationOptions API
2019-11-05 12:46:33 -08:00
Rachel Macfarlane
231754cc7e Fix tests 2019-11-05 11:46:02 -08:00
Rachel Macfarlane
e361e37060 Render warning and error decorations in the minimap, fixes #82291 2019-11-05 11:02:12 -08:00
Rachel Macfarlane
c8199b5b7a Render diff decorations in the minimap, closes #20934 2019-11-05 11:02:11 -08:00
Johannes Rieken
259dd1b7fc remove peek declaration, add "go to references", "go to decl" to global go menu, #83752 2019-11-05 19:59:01 +01:00
Johannes Rieken
40a0bb2025 tweak names, assign Shift+F12 to go to references (from peek references), #83752 2019-11-05 19:46:09 +01:00
Johannes Rieken
5a1437bcd2 update references view extension 2019-11-05 19:42:46 +01:00