Commit graph

56744 commits

Author SHA1 Message Date
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
Johannes Rieken ca03719370 add setting editor.gotoLocation.multipleReferences etc and deprecate editor.gotoLocation.multiple #83752 2019-11-05 19:42:45 +01:00
Johannes Rieken 567ae2068f
Merge pull request #83984 from microsoft/alex/contextmenu-proposal
Tweaks to the contextmenu
2019-11-05 19:42:18 +01:00
Daniel Imms e41c71b0d0
Merge branch 'master' into tyriar/63052 2019-11-05 10:32:42 -08:00
Daniel Imms 1d60909d1f Implement Terminal.creationOptions API
Fixes #63052
2019-11-05 10:30:43 -08:00
Daniel Imms fedfbacf80
Merge pull request #84000 from microsoft/tyriar/exitCode
Support Terminal.exitStatus API
2019-11-05 09:59:23 -08:00
Daniel Imms 7215e5e9f5 Pass through undefined exit codes 2019-11-05 09:17:57 -08:00
Daniel Imms 2a0d3d0140 Support Terminal.exitStatus API
Fixes #62103
2019-11-05 09:09:39 -08:00
Jean Pierre 5d3c599e9b Fixes #83287 (#83962) 2019-11-05 17:36:55 +01:00
Johannes Rieken 0ea854b11e F12 navigates peek view results, #83752 2019-11-05 17:24:33 +01:00
Benjamin Pasero ff64988944 debug - use hasWorkspaceFileExtension() as helper 2019-11-05 17:23:56 +01:00
Alex Ross ab89935fd3
First pass at resolving task definition and passing back to custom execution (#83764)
First pass at resolving task definition and passing back to custom execution. It only currently resolves simple predefined variables, no input, command, or defaultBuildTask.

Part of #81007
2019-11-05 16:35:21 +01:00
Andre Weinand ebe8e1e135 support workspace files for extension development; fixes #83922 2019-11-05 16:29:02 +01:00
Sandeep Somavarapu e6dfed8fe8 Fix microsoft/vscode-remote-release/issues/1106 2019-11-05 16:10:11 +01:00
Benjamin Pasero 4de0e4d27a web - support tasks in "yarn web" 2019-11-05 15:45:10 +01:00
Alex Ross 90ca98af02 Change task finding to not depend on there being task providers
Fun issue where finding tasks depended on their being at least on task provider extension. Task finding waited for IExtensionPoint.setHandle for the task contribution point to be called, but it is never called if there are no providers (which can only happen if you start disabling built in extensions.

Fixes #83939
2019-11-05 15:42:06 +01:00
Benjamin Pasero 4bcb08d773 web - better sample and problems support for "yarn web" 2019-11-05 15:31:25 +01:00
Alex Dima e16bd126b6
More tweaks to the context menu 2019-11-05 15:20:47 +01:00
Joao Moreno 8d8980d7a0
distro 2019-11-05 15:04:44 +01:00
Joao Moreno 54be4a3976
Merge branch 'joao/cosmosdb' 2019-11-05 15:04:20 +01:00
Alex Dima 4f0e9e9c4c
Tweaks to the contextmenu:
- add Go To Implementation
- remove "Peek" commands
2019-11-05 14:50:30 +01:00
Sandeep Somavarapu 8a8b3cf25f Fix #83979 2019-11-05 13:04:13 +01:00
Johannes Rieken 1711f6e293 run peek references when running go to definition on the only definition, fixes #73081 2019-11-05 12:13:19 +01:00
Johannes Rieken 63b032ad4c 💄 2019-11-05 12:13:19 +01:00
Benjamin Pasero e52841ed8a debt - strict init breakpointsWidget 2019-11-05 11:48:37 +01:00
Joao Moreno db1aca9c8b
empty commit 2019-11-05 11:48:17 +01:00
Johannes Rieken a537d00e71 debt - merge goToDefinition and referenceSearch into gotoSymbol, extract peekView 2019-11-05 10:53:57 +01:00
Benjamin Pasero 2935c80159 web - enable DND support for Firefox (fixes #83746) 2019-11-05 10:48:11 +01:00
Joao Moreno 62c2531d93
update distro 2019-11-05 10:38:43 +01:00
Joao Moreno 71a8d1c540
remove dependencies to documentdb 2019-11-05 10:35:54 +01:00
Joao Moreno ab9c642cb1
remove unused build file 2019-11-05 10:32:59 +01:00
Joao Moreno cc087242f6
update sync-mooncake.ts 2019-11-05 10:28:18 +01:00
Benjamin Pasero 4da5e109ba web - hide scrollbars on firefox 2019-11-05 10:13:21 +01:00
Jean Pierre ac156a3249 Fixes #83933 (#83959) 2019-11-05 10:07:07 +01:00
Benjamin Pasero 14c3b2e486
Update build to use node.js 12.x (#83967)
* build - update to node.js 12x for building

* fix it

* adopt vscode-gulp-watch
2019-11-05 09:53:15 +01:00
Benjamin Pasero 13bbbfd956 textfiles - introduce an option to read without stream too 2019-11-05 09:37:58 +01:00
Johannes Rieken 31e7866e59 change names to inserting/replacing #10266 2019-11-05 08:36:45 +01:00
Johannes Rieken 31e2dda3e1 💄 2019-11-05 08:36:45 +01:00
Johannes Rieken 24adc36c3e move css to media-folder 2019-11-05 08:36:45 +01:00
Johannes Rieken ae03a05c83 move commands to references controller 2019-11-05 08:36:45 +01:00
Johannes Rieken 05b1d4b753
Merge pull request #83938 from orta/support_editors_monaco
Add undo support to Monaco when applying quickedits
2019-11-05 08:30:05 +01:00