Commit graph

56860 commits

Author SHA1 Message Date
Miguel Solorio 3ad7eb07f8 Update Codicons: rename tree list modes, add filter funnel, center sync
5131e329eb
2019-11-07 09:53:23 -08:00
Robo d1684d2133
chore: bump vscode-nsfw@1.2.8 (#84139) 2019-11-07 09:45:38 -08:00
Jackson Kearl 9935244a6a Clear search results when input is cleared 2019-11-07 09:42:21 -08:00
Matt Bierner 010f2bee0e Don't use Set ctor 2019-11-07 08:57:07 -08:00
Benjamin Pasero 92e20dfe78 debt - remove typings for sqlite3 (for #83421) 2019-11-07 17:01:50 +01:00
Johannes Rieken 5c27cdccf8 no "Change All Occurrences" when there is a rename provider 2019-11-07 17:00:05 +01:00
Johannes Rieken 9563176cd1 update references view 2019-11-07 17:00:05 +01:00
Matt Bierner cf6eedcf7a Make condition more readable 2019-11-07 07:57:04 -08:00
Matt Bierner d83f121f6d Fix spelling 2019-11-07 07:57:04 -08:00
Matt Bierner 8183db5b25 Also include keybindings for organize imports and fixAll in the source menu
For #84101
2019-11-07 07:57:04 -08:00
Matt Bierner 04f403bff7 Extract command ids to constants
This lets us reference the ids without importing the entire action
2019-11-07 07:57:04 -08:00
Matt Bierner 010abd3295 Show user code action keybindings in the lightbulb menu
Fixes #84101
2019-11-07 07:57:04 -08:00
Matt Bierner e7f559cd3b Mark keybindings arrays as readonly
These arrays should not be mutated by callers as it would cause the keybinding service to have unexpected behavior
2019-11-07 07:57:04 -08:00
Sandeep Somavarapu d62481b611 Merge branch 'master' into pr/83797 2019-11-07 16:33:19 +01:00
Daniel Imms 49447a38fb
Merge pull request #84078 from microsoft/remove_xterm_types
Remove xterm/node-pty types
2019-11-07 07:24:36 -08:00
Daniel Imms 04df3eff3b
Merge branch 'master' into remove_xterm_types 2019-11-07 07:24:18 -08:00
Sandeep Somavarapu 5eb65764ed Merge branch 'master' into pr/83797 2019-11-07 16:19:35 +01:00
Sandeep Somavarapu 0bee53f949 💄 2019-11-07 16:18:05 +01:00
Sandeep Somavarapu e2a439c93d
implement filtering by marker type (#83797)
implement filtering by marker type
2019-11-07 16:16:47 +01:00
Sandeep Somavarapu d2ed818f65
Address typo in command identifier for installMissingDependenc… (#84056)
Address typo in command identifier for installMissingDependencies
2019-11-07 16:02:06 +01:00
Sandeep Somavarapu 8cb6d32306
Merge branch 'master' into master 2019-11-07 15:50:51 +01:00
Sandeep Somavarapu c2e8b28a9a #83421 Remove yazl and yauzl typings 2019-11-07 15:50:18 +01:00
Sandeep Somavarapu 34ec650e24
Merge branch 'master' into master 2019-11-07 15:48:13 +01:00
Sandeep Somavarapu 67b4230978 Group all filters under single filter action 2019-11-07 15:17:04 +01:00
Johannes Rieken e5719685cc implement api commands for call hierarchy, #83274 2019-11-07 14:05:50 +01:00
Joao Moreno 467079f43d remove double action 2019-11-07 13:56:55 +01:00
Joao Moreno 43deb16c69 fix tree indent guides position 🤷 2019-11-07 10:58:03 +01:00
Johannes Rieken cd3c6f5475 fix monaco compile 2019-11-07 10:56:10 +01:00
Sandeep Somavarapu a2d85697e9 Merge commit 'refs/pull/83797/head' of github.com:microsoft/vscode into pr/83797 2019-11-07 10:43:50 +01:00
Johannes Rieken 1607116d9f remove duplicated NodeRequire declaration, #83421 2019-11-07 10:38:10 +01:00
Johannes Rieken 982b8a1a43 remove v8-inspect-profiler typings, #83421 2019-11-07 10:25:29 +01:00
Joao Moreno fe515c2843 upgrade spdlog
related to #83421
2019-11-07 10:17:26 +01:00
Johannes Rieken dfbd59cf49 fix #83975 2019-11-07 10:10:37 +01:00
Sandeep Somavarapu 5d4e856d40 start growing when width is big enough 2019-11-07 09:33:46 +01:00
Benjamin Pasero 109c51997b fix #84066 2019-11-07 08:41:28 +01:00
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