Commit graph

56930 commits

Author SHA1 Message Date
Daniel Imms c804e4eecd Fix terminal cursor on mac
Fixes #84149
2019-11-07 12:08:18 -08:00
Jackson Kearl dda38caba3
Make pattern inputs also trigger as you type (#84148) 2019-11-07 11:54:15 -08:00
SteVen Batten 99baecd859 make trusted domain dialog more readable 2019-11-07 11:39:05 -08:00
Peng Lyu 60910a9a6a
Merge pull request #83957 from rebornix/rebornix/FullScreenSafari
Re #83343. Enable kb for Safari when Fullscreen.
2019-11-07 11:02:14 -08:00
Daniel Imms b73d1b43e0
Merge pull request #83942 from jasongin/automation-fixes
Fix minor packaging issues in automation lib
2019-11-07 10:53:37 -08:00
Miguel Solorio af993043e4 Fix #84026 2019-11-07 10:44:02 -08:00
Miguel Solorio ba170511fe Fix #84124 2019-11-07 10:30:54 -08:00
Miguel Solorio 58aea98fdc Polish markers filter button 2019-11-07 10:16:53 -08:00
Miguel Solorio d4113d9c4d Center icons 2019-11-07 10:16:30 -08:00
Peng Lyu 480fae6261 Fix #84144. Bring back all kbs for safari when full screen. 2019-11-07 10:11:08 -08:00
Peng Lyu 6c91dc55fe Can I Use 2019-11-07 10:10:48 -08:00
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