Johannes Rieken
|
aabb4e3aa3
|
add TextDocument#notebook api proposal, https://github.com/microsoft/vscode/issues/100890
|
2020-08-13 11:42:58 +02:00 |
|
Daniel Imms
|
9a2696d391
|
Don't fire onDidChangeTerminalDimensions when cols/rows is 0
Fixes #83778
|
2020-08-12 16:33:55 -07:00 |
|
Johannes Rieken
|
1b0d4db60c
|
use $-prefix for IPC functions only
|
2020-08-12 16:26:49 +02:00 |
|
Johannes Rieken
|
26605048ea
|
💄 forof over foreach
|
2020-08-12 16:16:00 +02:00 |
|
Johannes Rieken
|
0da75b92c0
|
notebooks - use ResourceMap
|
2020-08-12 16:16:00 +02:00 |
|
Alex Ross
|
52e38713f2
|
Allow workspace tasks to be executed through API
Fixes #104408
|
2020-08-12 14:46:45 +02:00 |
|
Johannes Rieken
|
7813e46e73
|
Merge branch 'master' into joh/celldocs
|
2020-08-12 09:48:06 +02:00 |
|
Johannes Rieken
|
c67a82da3a
|
throw TypeError when creating diagnostic without range or without message, fixes https://github.com/microsoft/vscode/issues/99410
|
2020-08-12 09:45:39 +02:00 |
|
Johannes Rieken
|
a50209c882
|
Merge branch 'master' into joh/celldocs
|
2020-08-12 09:29:07 +02:00 |
|
Johannes Rieken
|
bae64052f4
|
unit test for document remove
|
2020-08-12 09:05:18 +02:00 |
|
Eric Amodio
|
1fc60f8b96
|
Adds ExtensionContext.extensionRuntime - #104436
|
2020-08-11 15:12:26 -04:00 |
|
Johannes Rieken
|
5f6d850a85
|
don't resend onDidOpen event
|
2020-08-11 16:48:10 +02:00 |
|
Johannes Rieken
|
3fefc6117c
|
ref count document data on extension host side
|
2020-08-11 14:24:16 +02:00 |
|
Johannes Rieken
|
0a03053724
|
Merge branch 'master' into joh/celldocs
|
2020-08-11 12:23:11 +02:00 |
|
rebornix
|
391bca591e
|
re #104262. add log for execution and cancel.
|
2020-08-10 14:30:58 -07:00 |
|
rebornix
|
03467e96ff
|
re #104262. Add logging for notebook.
|
2020-08-10 14:30:58 -07:00 |
|
Daniel Imms
|
2b353aac93
|
Remove terminal link handlers
Fixes #91606
|
2020-08-10 14:19:55 -07:00 |
|
Daniel Imms
|
6ad637946b
|
Finalize terminal link providers
Fixes #91290
|
2020-08-10 10:23:07 -07:00 |
|
Johannes Rieken
|
5fe144cf97
|
Merge branch 'master' into joh/celldocs
|
2020-08-10 18:24:01 +02:00 |
|
João Moreno
|
c466365768
|
Merge branch 'master' into pr/90952
|
2020-08-09 11:04:43 +02:00 |
|
João Moreno
|
92a861199c
|
Merge branch 'joao/scm-perf'
|
2020-08-08 11:27:44 +02:00 |
|
Andre Weinand
|
95dcdf2c58
|
make session arg optional; fixes #103934
|
2020-08-06 14:01:54 +02:00 |
|
Rachel Macfarlane
|
7a4509a6ca
|
Allow passing empty options to getSession, fixes #104078
|
2020-08-05 10:48:20 -07:00 |
|
João Moreno
|
6c7ff2bb3a
|
scm: throttle resource group creation
|
2020-08-05 18:10:35 +02:00 |
|
Alex Ross
|
a2b259cfa6
|
Improve documentation for visible
Fixes #104065
|
2020-08-05 16:31:53 +02:00 |
|
Alex Ross
|
32c0c315ae
|
Add default value to visibility
Part of #104062
|
2020-08-05 16:26:24 +02:00 |
|
João Moreno
|
2fa8c7c6dd
|
fixes #103944
|
2020-08-05 11:23:35 +02:00 |
|
mjcrouch
|
43d5d68fdd
|
Merge remote-tracking branch 'upstream/master' into scm-resource-context
|
2020-08-04 17:29:01 +01:00 |
|
rebornix
|
2d3d5208de
|
re #102503. send out save event after notebook content provider handles saving.
|
2020-08-03 15:12:25 -07:00 |
|
rebornix
|
ccb2e9621f
|
re #102503. onDidSaveNotebookDocument
|
2020-08-03 15:12:25 -07:00 |
|
rebornix
|
83e542bd07
|
notebook document, is untitled.
|
2020-08-03 14:58:08 -07:00 |
|
Rob Lourens
|
635b397e2d
|
let -> const, notebooks
|
2020-08-03 08:54:14 -07:00 |
|
João Moreno
|
e8f2b6d6ae
|
fix error msg
|
2020-08-03 16:36:11 +02:00 |
|
Alex Dima
|
f43a17578c
|
Wrap web worker extension host in an iframe to get a different origin
|
2020-08-03 14:53:44 +02:00 |
|
Rob Lourens
|
eb05e94d5e
|
Send cell metadata changes to EH, add onDidChangeCellMetadata event
|
2020-08-01 10:25:12 -07:00 |
|
Connor Peet
|
5b5bb81e2c
|
fix: inherit the compound root for all children of debug sessions
Fixes https://github.com/microsoft/vscode/issues/103705
|
2020-07-31 12:31:44 -07:00 |
|
João Moreno
|
7472ee814e
|
fix submenu json schema
|
2020-07-31 16:06:25 +02:00 |
|
Rob Lourens
|
057c1f141e
|
Fix cell cancellation with kernel in provider
|
2020-07-30 18:02:38 -07:00 |
|
Daniel Imms
|
1228a1a116
|
Support cancellationToken in provideTerminalLinks
Fixes #101451
|
2020-07-29 06:59:40 -07:00 |
|
Rachel Macfarlane
|
c5ae1f3f45
|
Fix auth provider extension activation on getSession
|
2020-07-28 19:10:51 -07:00 |
|
Matt Bierner
|
3bb6bc5bcd
|
Add basic support for saving untitled custom editors
|
2020-07-28 15:50:10 -07:00 |
|
Rachel Macfarlane
|
bb9c167ef2
|
Fix authentication sessions change event type
|
2020-07-28 11:30:19 -07:00 |
|
Daniel Imms
|
4c145dbb40
|
Expose Terminal.hideFromUser on all ext hosts
Fixes #103288
|
2020-07-27 12:11:10 -07:00 |
|
Daniel Imms
|
e8c3ff351b
|
Log ext host terminal process requests
|
2020-07-24 06:46:25 -07:00 |
|
Sandeep Somavarapu
|
8ef53a3f08
|
#103238 Initialize as soon as one of the account providers is available
|
2020-07-24 12:13:12 +02:00 |
|
Alex Dima
|
a7b1e06283
|
Add support for web worker extensions to define their entry point via "browser"
|
2020-07-24 10:41:04 +02:00 |
|
Rachel Macfarlane
|
e8343b0bcd
|
Update VSO check for auth
|
2020-07-23 09:54:09 -07:00 |
|
João Moreno
|
187e9ddf5e
|
Merge branch 'master' into joao/submenus
|
2020-07-23 16:46:41 +02:00 |
|
João Moreno
|
42d6c1ff79
|
fix submenu json schema, add proposed disclaimers
|
2020-07-23 16:37:41 +02:00 |
|
João Moreno
|
c3cef6f8ee
|
make menusExtensionPoint.ts easier to edit
|
2020-07-23 16:21:07 +02:00 |
|