Commit Graph

5304 Commits

Author SHA1 Message Date
João Moreno
28d97ae6f0 update menu extension point schema for submenus 2020-07-23 15:44:09 +02:00
João Moreno
10a07273dd redundant code 2020-07-23 15:39:12 +02:00
Alex Ross
76b7d04718 Change how supported task executions are set
Fixes #103039
2020-07-23 11:19:37 +02:00
João Moreno
84880498db wip: submenu icons 2020-07-23 10:46:32 +02:00
Alex Ross
9c4ebe2286 Fix escape from command variable in remote tasks
Fixes #102931
2020-07-23 10:31:49 +02:00
Alex Dima
a5d3d4fae6 Fixes #102062: Wait for the renderer socket to drain before exiting the extension host process when running tests 2020-07-22 22:52:39 +02:00
João Moreno
0528d12e52 submenus always support submenus 2020-07-22 14:20:59 +02:00
Alex Dima
f7cd31c798 Fixes #93127: Handle case where a model change event listener causes another code editor event 2020-07-22 11:45:47 +02:00
Alex Dima
25e0059347 Fixes #103027: Add a marker to the sourceURL of web extensions 2020-07-22 11:09:06 +02:00
Andre Weinand
b572b43606 remove not used proposed API; see #101883 2020-07-22 09:44:03 +02:00
João Moreno
d3cd7bc57d Merge branch 'master' into joao/submenus 2020-07-22 09:24:46 +02:00
Sandeep Somavarapu
973f12a4bf contribute configuraiton defaults through workbench web api 2020-07-21 17:42:38 +02:00
João Moreno
18e9e7f32d Merge remote-tracking branch 'origin/master' into joao/submenus 2020-07-21 14:39:02 +02:00
Benjamin Pasero
6c79b090ee 💄 dangling comment 2020-07-21 08:23:38 +02:00
rebornix
d586f701ec kernel provider settings. 2020-07-20 17:17:50 -07:00
Rob Lourens
90363c2f9d Change cell execution/cancel API
Fix #99203
2020-07-20 14:43:20 -07:00
Rachel Macfarlane
357fe6956c Ensure account preference set after login flow completes 2020-07-20 14:23:14 -07:00
Rachel Macfarlane
cd5b4a7c80 Emit activation event for auth providers when getSession is called 2020-07-20 14:23:14 -07:00
Peng Lyu
a79a6e6492 Merge pull request #102845 from rebornix/rebornix/shared-notebook-models
shared notebook models
2020-07-20 10:28:18 -07:00
Alex Ross
2d7ae4a7d9 Change where task execution context is set 2020-07-20 13:11:56 +02:00
rebornix
6c5037f425 handle notebook text model creation in notebook service 2020-07-17 19:18:59 -07:00
rebornix
7704b6936e make mainthreadnotebook controller object literal 2020-07-17 19:04:12 -07:00
rebornix
80eee2dc94 mainthreadnotebook does not talk to mainthreadnotebook controller 2020-07-17 18:41:02 -07:00
rebornix
27c96b7a55 slim main thread notebook document 2020-07-17 17:20:40 -07:00
rebornix
2392bf40af model changes are always sent to ext host. 2020-07-17 17:16:10 -07:00
rebornix
7251526c06 no longer handle notebook backup in the core 2020-07-17 17:10:00 -07:00
Rachel Macfarlane
a8ee28deb9 Copy providers array before freezing in extHostAuthentication 2020-07-17 15:38:45 -07:00
rebornix
49305f21a4 active kernel info on notebook editor. 2020-07-17 12:02:08 -07:00
rebornix
f475511726 kernel change event. 2020-07-17 12:02:08 -07:00
Johannes Rieken
660ffebf0a always send model add data and check on the extension if this is a notebook-cell special case
this sends the twice but gurantees that the renderer owns the model
2020-07-17 18:23:16 +02:00
João Moreno
6584270727 add runtime submenu support validation 2020-07-17 15:34:12 +02:00
João Moreno
16ce08bfa6 fix nls 2020-07-17 15:33:35 +02:00
João Moreno
762bb9377f submenus api extension point 2020-07-17 15:16:40 +02:00
Johannes Rieken
b266658091 remove document that only the notebook did open 2020-07-17 14:52:25 +02:00
Johannes Rieken
00dea1c4ad create "real" TextDocument when opening a notebook or when adding cells, don't create them again when the renderer makes models 2020-07-17 11:02:08 +02:00
Alex Ross
0acc996121 Add support for view initial state (collapsed or hidden) (#102002)
Fixes #101283
2020-07-17 09:47:33 +02:00
rebornix
847a98f34c Merge remote-tracking branch 'origin' into rebornix/multi-kernel 2020-07-16 17:26:00 -07:00
rebornix
beb6b4782f type convert glob 2020-07-16 16:50:37 -07:00
Rachel Macfarlane
a155fcf762 Address feedback on auth provider API 2020-07-16 16:03:17 -07:00
Johannes Rieken
80a3310946 add eol to IMainCellDto, no more attach/dettach text document but use the actual (sync'd) document or a fallback cell document 2020-07-16 12:55:39 +02:00
Johannes Rieken
6a9f98bc86 debt - migrate rename api command 2020-07-16 11:51:36 +02:00
Johannes Rieken
efa08a0c67 add uri to concat doc proposal 2020-07-16 11:01:16 +02:00
rebornix
05144a3d4e new kernel provider works side by side 2020-07-15 17:01:48 -07:00
rebornix
4fc84b3a11 sketch for notebook kernel 2020-07-15 16:18:17 -07:00
Daniel Imms
fe39b1c6de Revert "Convert TerminalLink.length to endIndex"
This reverts commit 48ce8ecce7.

Fixes #101455
2020-07-14 21:25:13 -07:00
Benjamin Pasero
bae3480310 💄 - adopt some await for commands 2020-07-14 15:19:26 +02:00
Benjamin Pasero
ab1d1ad588 Web: integration test failures in workspace events (fix #102365) 2020-07-14 15:14:23 +02:00
Johannes Rieken
2d27d4d079 use NotSupportedError for symbols that require the ability to launch processes, https://github.com/microsoft/vscode/issues/101857 2020-07-14 11:32:28 +02:00
Daniel Imms
108d4dfbf4 Return '' from env.shell, remove env var collection overrides
Part of #101857
2020-07-13 06:37:04 -07:00
Daniel Imms
b8b7e72473 Move env var collection impl into common
Part of #101857
2020-07-13 06:26:35 -07:00