Commit graph

56815 commits

Author SHA1 Message Date
Robo fb654c1b61
chore: Bump electron@6.1.4 (#84089) 2019-11-06 23:09:13 -08:00
Joao Moreno 6b31c8421e build: check quality frozen state 2019-11-07 07:42:16 +01:00
Benjamin Pasero f692972925 debt - move fileSearchManager to common (for #84106) 2019-11-07 07:28:19 +01:00
Matt Bierner 768399bbe2 Revert "Pick up new spdlog version"
This reverts commit d011a0a6a8.
2019-11-06 20:19:38 -08:00
Matt Bierner d011a0a6a8 Pick up new spdlog version
Allows us to remove our typings as part of #83421
2019-11-06 20:05:58 -08:00
Matt Bierner 060770b4b8 Show which specific type of requested code actions / refactorings are not available
Fixes #84096
2019-11-06 18:40:53 -08:00
Matt Bierner 0ef88efa3e Create CodeActionKind.None to explicitly match nothing 2019-11-06 18:31:44 -08:00
Matt Bierner bea911842a Fix name and make sure tell VS Code about about specific code actions 2019-11-06 18:21:43 -08:00
Matt Bierner 5b63895862 Docment remaining known js/ts refactorings 2019-11-06 18:13:54 -08:00
Matt Bierner 154c4774b5 Render code actions contribution point in extension contributions
Fixes #84091
2019-11-06 17:47:43 -08:00
Matt Bierner 26c4541c4a Add coalease helper function 2019-11-06 17:47:43 -08:00
Matt Bierner 692630172a Documenting more js/ts refactorings 2019-11-06 17:47:43 -08:00
Peng Lyu fe59391214 Fix #83595. Bring back copy paste from keyboard in Firefox and Safari. 2019-11-06 16:52:53 -08:00
Peng Lyu 46aaf80c17 Fix #84088. 2019-11-06 16:52:52 -08:00
Matt Bierner 42d53cf373 Document extract constant and extract type alias 2019-11-06 16:51:49 -08:00
Matt Bierner c3983ca63b Document extract interface for js/ts
Also re-organizes the code action kinds fo better encapsulate mapping of TS kinds to VS Code kinds
2019-11-06 16:51:49 -08:00
Matt Bierner 2510769bf9 Updat codeActions contribtions schema based on https://github.com/microsoft/vscode/issues/82718#issuecomment-550468267
- Adds a description
- Remove schama
- Moves the language to the top level so we don't need to duplicate so much info for each code action
2019-11-06 16:51:49 -08:00
Jackson Kearl a5ff759abe
Make "alwaysExpand" the default search behaviour. (#84087) 2019-11-06 16:43:51 -08:00
Pine Wu 181ba10e5f Fix #71996 2019-11-06 16:03:19 -08:00
Eric Amodio 2528f75970 Fixes #83410 - FsProviders causing invalid links
When more than one ext host FileSystemProvider was registered the linkification for the scheme of the provider was causing links to get incorrectly found because the link state machine was setting up the states incorrectly

Should hopefully fix MicrosoftDocs/vsonline#28 as well
2019-11-06 18:35:17 -05:00
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