Peng Lyu
536078737f
Merge pull request #98126 from microsoft/rebornix/documentNEditors
...
Separate notebook document and editor events.
2020-05-19 15:09:52 -07:00
Johannes Rieken
7ab052aec4
first cut of token_at_position api, https://github.com/microsoft/vscode/issues/91555
2020-05-19 16:23:08 +02:00
rebornix
025bd27df7
webview comm based on editor other than document.
2020-05-18 18:13:45 -07:00
rebornix
55ac452768
webview id attached to notebook editor
2020-05-18 16:29:02 -07:00
rebornix
a14736ca5e
introduce visible notebook editors
2020-05-18 15:45:32 -07:00
rebornix
9a384768c3
Fix #97694 .
2020-05-18 10:35:43 -07:00
rebornix
2d6df55ad1
Notebook kernel preloads
2020-05-17 21:12:58 -07:00
Isidor Nikolic
33187ab34e
Merge pull request #97825 from microsoft/isidorn/accessibilityInformation
...
vscode api: introduce accessibilityInformation
2020-05-15 16:41:34 +02:00
rebornix
b9c163faee
asWebUri.
2020-05-14 17:53:33 -07:00
isidor
dc31d5b59e
move accessibilityInformation to existing file and reanme to IAccessibilityInformation
2020-05-14 17:31:05 +02:00
isidor
6e50f24e64
vscode api: introduce accessibilityInformation
2020-05-14 17:25:46 +02:00
rebornix
e3c3ea27e0
Switch kernel info.
2020-05-13 18:26:41 -07:00
rebornix
03acd2250a
Fix #96433
2020-05-13 12:47:39 -07:00
rebornix
a15661000f
adopt notebook kernel
2020-05-13 11:31:06 -07:00
Rachel Macfarlane
d0a3feff23
Add account activity badge and sign in command for auth provider requests
2020-05-12 20:35:03 -07:00
Rachel Macfarlane
4a875e0d7c
Add getSession and hasSessions to authentication namespace
2020-05-11 18:32:36 -07:00
rebornix
4447915b00
saveAs
2020-05-06 12:42:36 -07:00
rebornix
cb7ea6e166
Remove notebook content provider
2020-05-05 18:43:25 -07:00
rebornix
1b5217985b
notebook document creation in UI side
2020-05-05 18:43:25 -07:00
rebornix
0d445385ea
Re #93265 .
2020-05-04 18:27:47 -07:00
Johannes Rieken
ce850e02d5
debt - don't send data that's not needed, make resolve a function not a property
2020-05-04 09:47:19 +02:00
rebornix
0421b831ad
Fix #92794 . allow customize placeholder for input box
2020-04-27 16:13:10 -07:00
Andre Weinand
8ec6ec7dc1
rename "Trigger" to "TriggerKind"; see #88230
2020-04-27 16:07:26 +02:00
Andre Weinand
78b071d803
proposed dynamic launch config API: rename 'scope' to 'trigger'
2020-04-26 19:00:47 +02:00
Matt Bierner
f35758ab21
Rename supportsMultipleEditorsPerResource -> supportsMultipleEditorsPerDocument
...
For #77131
2020-04-23 17:33:06 -07:00
rebornix
5121bac41d
NotebookEditor.selection
2020-04-22 13:44:00 -07:00
Andre Weinand
1451fab698
add dynamic debug config API
2020-04-20 13:26:20 +02:00
Rachel Macfarlane
87287d0275
Code cleanup, remove stuff related to sign in commands
2020-04-16 19:29:56 -07:00
Matt Bierner
5913061e1b
Allow a custom editor to opt out of supporting multiple instances for a single resource
...
#77131
2020-04-16 17:40:20 -07:00
Matt Bierner
5426f5ff70
Add CustomDocumentContentChangeEvent
...
For #77131
- Rename `onDidEdit` to `onDidChange`
- Allow custom editors to fire a `CustomDocumentContentChangeEvent` that only marks the editor as dirty but does not enable undo/redo. The only way for editor to get out of this dirty state is to either save or revert the file
2020-04-16 17:40:20 -07:00
Johannes Rieken
ab24124841
use map over switch, "more strict" signature, don't send default type, https://github.com/microsoft/vscode/issues/95325
2020-04-16 16:14:12 +02:00
Rachel Macfarlane
061f4967f9
Show sign in entry for all auth providers in accounts menu, fixes #94488
2020-04-13 14:28:07 -07:00
Rachel Macfarlane
335de3b713
Fixes #95020 , add extension to trusted list when confirming login
2020-04-11 13:27:24 -07:00
João Moreno
8ceb90a807
fixes #93493
2020-04-09 15:22:27 +02:00
Matt Bierner
d4ce7148dd
New custom editor API proposal
...
For #77131
Fixes #93963
Fixes #94515
Fixes #94517
Fixes #94527
Fixes #94509
Fixes #94514
Fixes #93996
Fixes #93913
This removes explicit edits from the API and reshapes the API to more closely match VS Code's internal API. The change also tries to better express the lifecycle of backups
2020-04-08 17:53:39 -07:00
Christof Marti
060e23075c
Fix QuickInput result types ( fixes #91877 )
2020-04-08 11:40:34 +02:00
Eric Amodio
4ccf3e4ef3
Fixes #94163
2020-04-06 23:58:04 -04:00
Rachel Macfarlane
ace72b77c5
Update trusted extensions flow again
2020-04-05 15:03:17 -07:00
Rachel Macfarlane
917c420302
Improvements to 'manage trusted extensions' flow
2020-04-01 23:13:50 -07:00
Matt Bierner
bd6ad5592f
Check in saveAs cancellation
2020-04-01 17:22:37 -07:00
Rachel Macfarlane
852df3025d
Revert "Issue distinct sessions per extension, remove session when extension is removed from trusted list"
...
This reverts commit 85119afc7b .
2020-03-30 17:03:29 -07:00
Rachel Macfarlane
85119afc7b
Issue distinct sessions per extension, remove session when extension is removed from trusted list
2020-03-30 14:34:42 -07:00
Rob Lourens
d661f7b2d1
Implement cancellation for notebook cell execution
2020-03-30 12:14:10 -05:00
Daniel Imms
3367ea6000
Merge pull request #93505 from microsoft/tyriar/46696_terminal_env
...
Allow extensions to contribute to terminal environments
2020-03-27 17:09:08 -07:00
Rachel Macfarlane
ab91532466
Add 'manage trusted extensions' option to account quickpick, #90385
2020-03-27 15:38:53 -07:00
Daniel Imms
000f8392b3
Only persist collections marked to do so
2020-03-27 09:03:53 -07:00
Daniel Imms
d91532afa8
Load in persisted collections from past sessions on ext host
2020-03-27 07:44:56 -07:00
Daniel Imms
0b68e23c7f
Merge remote-tracking branch 'origin/master' into tyriar/46696_terminal_env
2020-03-27 05:45:27 -07:00
Daniel Imms
edc7100114
Apply multiple extension mutators, share code with ext host
2020-03-26 15:40:03 -07:00
rebornix
71fd93bf00
Cell.source
2020-03-25 19:50:49 -07:00