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 |
|
Sandeep Somavarapu
|
48dc035b34
|
Fix #97895
|
2020-05-18 13:43:56 +02:00 |
|
rebornix
|
2d6df55ad1
|
Notebook kernel preloads
|
2020-05-17 21:12:58 -07:00 |
|
Rachel Macfarlane
|
87b0c54586
|
Make AuthenticationSession a class and remove getAccessToken method, fixes #91554
|
2020-05-15 14:34:04 -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 |
|
Rachel Macfarlane
|
1154dcc38e
|
Fix options type in getSession
|
2020-05-13 17:27:33 -07:00 |
|
Rachel Macfarlane
|
10ed20c931
|
Doc updates for authentication providers
|
2020-05-13 17:26:23 -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 |
|
Johannes Rieken
|
dc950c0080
|
fix vscode.appRoot for worker
|
2020-05-13 18:18:43 +02: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
|
cbb0b04d7d
|
Add supportsMultipleAccounts to auth providers
|
2020-05-11 18:32:36 -07:00 |
|
Rachel Macfarlane
|
4a875e0d7c
|
Add getSession and hasSessions to authentication namespace
|
2020-05-11 18:32:36 -07:00 |
|
Peng Lyu
|
a671075754
|
Merge pull request #97043 from microsoft/rebornix/hotexit
Notebook document creation from UI side and hot exit
|
2020-05-07 14:51:15 -07:00 |
|
Martin Aeschlimann
|
ee7d069622
|
remove menuBar/file menuId (unused) for #94054
|
2020-05-07 15:09:02 +02:00 |
|
rebornix
|
6ff9361158
|
Merge remote-tracking branch 'origin/master' into rebornix/hotexit
|
2020-05-06 12:43:00 -07:00 |
|
rebornix
|
4447915b00
|
saveAs
|
2020-05-06 12:42:36 -07:00 |
|
Connor Peet
|
773c398dfc
|
api: implement extension mode api (#95926) (#97081)
|
2020-05-06 11:36:04 -07:00 |
|
Daniel Imms
|
af3c79edcb
|
Move ExtensionContext.environmentVariableCollection to stable
Fixes #46696
|
2020-05-06 03:03:57 -07:00 |
|
rebornix
|
a9da51fd57
|
document add/delete events
|
2020-05-05 18:50:00 -07:00 |
|
rebornix
|
3c710dfcc9
|
Transform outputs is now safe
|
2020-05-05 18:47:18 -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
|
e092295dc6
|
onDidCloseNotebookDocument
|
2020-05-05 11:29:35 -07:00 |
|
rebornix
|
ba0ba09384
|
naming: *Notebook
|
2020-05-05 09:54:01 -07:00 |
|
Johannes Rieken
|
59a5aa197c
|
add trace logging to extHostDiagnostics, #96837
|
2020-05-05 11:51:56 +02:00 |
|
Johannes Rieken
|
55e86cd514
|
use ResourceMap in extHostDiagnostics, #93368
|
2020-05-05 11:51:56 +02:00 |
|
rebornix
|
0d445385ea
|
Re #93265.
|
2020-05-04 18:27:47 -07:00 |
|
Rachel Macfarlane
|
58945490b4
|
Update onDidChangeTreeData event type, fixes #96932 (#96933)
|
2020-05-04 12:11:20 -07:00 |
|
Johannes Rieken
|
c5e79c74bd
|
debt - use less async-util and more native async-await
|
2020-05-04 12:24:09 +02:00 |
|
Alex Dima
|
468706e8e2
|
Fixes #96664: Accept number[] besides Uint32Array for semantic tokens
|
2020-05-04 12:02:33 +02: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 |
|
Johannes Rieken
|
425616820c
|
validate on client (using faster ways), don't send repeated data, #95325
|
2020-05-04 09:47:19 +02:00 |
|
Johannes Rieken
|
8a79619056
|
debt - use more native es6, less polyfil utils
|
2020-05-04 09:47:19 +02:00 |
|
Johannes Rieken
|
2bac47762d
|
perf - use bulk function to add command and menu items, fixes #96693
|
2020-05-04 09:47:19 +02:00 |
|
Benjamin Pasero
|
b19b7a7f41
|
es6 - use more find over filter
|
2020-05-04 09:44:59 +02:00 |
|
Christof Marti
|
84fc970a24
|
Use search for filename when local with a remote (microsoft/vscode-remote-release#2869)
|
2020-04-29 21:58:28 +02:00 |
|
Rob Lourens
|
93958d98e8
|
Make sure markdownDeprecationMessage shows up in package.json suggestions
#91618
|
2020-04-29 12:52:05 -05:00 |
|
Rachel Macfarlane
|
cfc6a123e7
|
Add logout method to auth provider API
|
2020-04-28 17:33:35 -07:00 |
|
rebornix
|
0421b831ad
|
Fix #92794. allow customize placeholder for input box
|
2020-04-27 16:13:10 -07:00 |
|
Rob Lourens
|
b29d0abc67
|
Register "Change language" action and sync language change to ext host
|
2020-04-27 16:41:24 -05:00 |
|
Andre Weinand
|
8ec6ec7dc1
|
rename "Trigger" to "TriggerKind"; see #88230
|
2020-04-27 16:07:26 +02:00 |
|
Dirk Baeumer
|
839ddf9b6d
|
Update do for location based API commands.
|
2020-04-27 14:37:26 +02:00 |
|
Andre Weinand
|
78b071d803
|
proposed dynamic launch config API: rename 'scope' to 'trigger'
|
2020-04-26 19:00:47 +02:00 |
|