Commit Graph

39777 Commits

Author SHA1 Message Date
rebornix 0fa2c8b650 Fix #58634. Drag and drop event is emitted only when clicking on real selections. A better fix for #58117. 2018-09-17 14:34:22 -07:00
Matt Bierner e6572ca1ea Make sure we don't log an exception for cancelled ts requests while server is still coming online
Fixes #58781
2018-09-17 13:59:29 -07:00
Matt Bierner 17e5e90742 Make we always complete canceled ts server requests properly
Fixes #58560

If the queued (but not sent) ts server request is canceled, we could previously fail to resolve its callbacks. This change makes sure we always resolve the callbacks for cancelled requests
2018-09-17 13:59:29 -07:00
Sandeep Somavarapu 403f1874b0 #57935 - Single esc to come out of recording mode.
- Update placeholders and aria labels
2018-09-17 22:36:50 +02:00
Martin Aeschlimann 6057f6505e Merge pull request #57451 from DustinCampbell/update-csharp-grammar
Update C# grammar
2018-09-17 22:31:12 +02:00
Alex Dima 473f052070 Fixes #31061 2018-09-17 22:30:23 +02:00
Alex Dima ae26006c7b Fixes #30230 2018-09-17 22:13:50 +02:00
Sandeep Somavarapu 4a3097d8c7 Fix #53197 2018-09-17 22:11:54 +02:00
Sandeep Somavarapu 2042dfa0d9 Fix #58775 2018-09-17 21:35:31 +02:00
Alex Dima e4ede32d8e Fixes #33196: Remove Electron 2.x workaround 2018-09-17 21:09:53 +02:00
Peng Lyu af6d6756c9 Merge pull request #44984 from liqwid/replace-regex-fix
Keeping find input value unchanged on replace if find input is active, fixes #41027
2018-09-17 12:04:07 -07:00
rebornix 546d804f58 move focus to replace input if the focus is already in find input. 2018-09-17 12:02:42 -07:00
Alex Ross 120b0d0522 Added find options to terminal find widget with keybindings (#58457)
Added find options checkboxes to terminal find widget with keybindings and hooked the buttons up to use the new xterm.js find api.

Fixes #58826
2018-09-17 11:56:15 -07:00
Erich Gamma 295f04ae24 Fix #57897 ignore object valued scripts 2018-09-17 20:54:44 +02:00
Rob Lourens cd20626929 💄 from #57380 2018-09-17 11:41:05 -07:00
rebornix 3cddc2f34f Fix test error from branch merging 2018-09-17 11:28:53 -07:00
Tony Popov 3fb52f91b1 Keeping find input value unchanged on replace action if find input is active, fixes #41027 2018-09-17 11:24:58 -07:00
Rachel Macfarlane 1d1105e96b Add support for editing comments, #58078 2018-09-17 11:22:41 -07:00
Rob Lourens ec058d3dd4 Fix #38770 - "Find in folder" and ./ include parsing should only consider workspace folder name 2018-09-17 11:11:44 -07:00
Erich Gamma e93bb0c372 fix #57897 tasks cache not refreshed when workspace folder change 2018-09-17 19:53:20 +02:00
Rob Lourens 2f73a6d314 Fix #57380 2018-09-17 10:48:11 -07:00
Matt Bierner dde08a9a62 Pick up ts 3.1-rc 2018-09-17 10:33:10 -07:00
Benjamin Pasero 3bc654bf13 fix #58186 2018-09-17 18:48:56 +02:00
Alex Dima 99217cbf12 Fixes #37679: Make key optional 2018-09-17 18:46:34 +02:00
Alex Ross 6d75a741d1 Merge branch 'master' of https://github.com/Microsoft/vscode 2018-09-17 09:06:25 -07:00
Alex Ross 7b15a622c8 Upate vscode-xterm.js to 3.8.0-beta3 Fixes #58532 2018-09-17 09:05:42 -07:00
Benjamin Pasero 2fe21ecaf5 💄 2018-09-17 17:59:26 +02:00
Johannes Rieken 3a9a7f96fe fix #58736 2018-09-17 17:53:40 +02:00
Benjamin Pasero e0b1ed722b fix #58801 2018-09-17 17:46:01 +02:00
Benjamin Pasero 4f77cd7b04 fix #57933 2018-09-17 17:38:31 +02:00
Martin Aeschlimann 318720824f Merge pull request #44566 from jhessin/patch-1
Update language-configuration.json
2018-09-17 17:18:44 +02:00
Alex Dima 872e0fed98 Fixes #45011: Eliminate duplicate decorations (if they intersect multiple visible ranges) 2018-09-17 17:10:07 +02:00
Alex Dima a46554c8fa Use the fast variant of TextEditor.setDecorations 2018-09-17 17:10:07 +02:00
Martin Aeschlimann f22940a29f Merge pull request #58703 from Microsoft/aeschli/tokenizersupport-initialization
ITokenizationRegistry to support TokenizationSupport promises
2018-09-17 17:06:25 +02:00
Martin Aeschlimann 51ef4de3a7 ITokenizationService unnecessary 2018-09-17 16:58:25 +02:00
Johannes Rieken b2e70a254d fix #32484 2018-09-17 16:38:31 +02:00
Johannes Rieken 01e438743c debt - remove SnippetType 2018-09-17 12:57:34 +02:00
Sandeep Somavarapu 86ae8ffdc2 Fix #57935 2018-09-17 12:48:29 +02:00
Johannes Rieken c346475fe2 add telemetry to know often completions are multi line, #57093 2018-09-17 12:33:08 +02:00
Joao Moreno c59b849ab5 fixes #58642 2018-09-17 12:25:17 +02:00
Johannes Rieken 2e14dce0d5 make sure to use fsPath when populating the extension index #55340 2018-09-17 12:16:59 +02:00
Benjamin Pasero c0041e15be fix #48748 2018-09-17 12:06:05 +02:00
Benjamin Pasero 091c626b71 fix #58799 2018-09-17 11:56:05 +02:00
Andre Weinand 2f5f3bcd96 fix #58798 2018-09-17 11:47:37 +02:00
Johannes Rieken eabec00675 update to marked 0.5.0, #56749 2018-09-17 11:19:20 +02:00
Alex Dima 7fcd81cd0f Fixes #58794: Use acknowledge messages to determine extension host responsiveness 2018-09-17 11:17:27 +02:00
Benjamin Pasero 5996144abb jsp => HTML icon 2018-09-17 11:16:22 +02:00
Benjamin Pasero a181a96d1c Provide file icons per file type (#58795)
* first cut icons per file type (for #4845)

* update icon set

* update distro

* tweaks

* update distro
2018-09-17 11:09:47 +02:00
Joao Moreno b1547a974a ipc: warn about duplicate client ids 2018-09-17 10:42:17 +02:00
Joao Moreno 6cf425a899 ipc: pass client ids to client routers 2018-09-17 10:42:17 +02:00