Commit graph

79344 commits

Author SHA1 Message Date
meganrogge 3fbe95a1cb bump distro 2021-03-31 16:06:23 -07:00
Megan Rogge d5cf4ac0eb
Fix terminal mouse reporting via binary events (#120145)
* fix #96058
2021-03-31 15:57:49 -07:00
Connor Peet 7b11e6519e
debug: call to native console methods in web worker ext host development
Fixes #119417
2021-03-31 15:36:17 -07:00
meganrogge 5fa18996fc Revert "Fix #119369"
This reverts commit eece236bbd.
2021-03-31 15:32:03 -07:00
Matt Bierner c4ceba7cb7 Add events for when the active webview changes
This attempts to move the custom code we have in `mainThreadWebviewPanels` to the normal webview services
2021-03-31 15:31:14 -07:00
Matt Bierner 0e8edff853 Avoid extra casts 2021-03-31 15:31:14 -07:00
rebornix aefafa019d
Merge remote-tracking branch 'origin/notebook/dev' into main 2021-03-31 14:38:25 -07:00
tanhakabir 6d0ffa2a34
Update distro commit to include REST Book enabled for insiders (#120265) 2021-03-31 12:34:43 -07:00
Alex Dima 6d115ef2fd
Fixes #119738: In case of an extension being installed on both sides, prefer the side which has the extension under development 2021-03-31 21:29:35 +02:00
rebornix f35264bfc6
fetch focus from view model other than list. 2021-03-31 11:33:54 -07:00
SteVen Batten eb36432c6b use existing func for wid 2021-03-31 11:25:04 -07:00
SteVen Batten 8094bd9c60 auto show mgmt editor in unknown state 2021-03-31 11:25:04 -07:00
rebornix f1c4a8676e
fix #119205. 2021-03-31 11:25:00 -07:00
meganrogge cdab314713 check if type === createInstance 2021-03-31 10:33:08 -07:00
Megan Rogge a49d15d70d
Profiles via command pallette (#120141)
* fix #120037
2021-03-31 17:11:30 +00:00
SteVen Batten 2a611bc682 update trust parent language 2021-03-31 10:06:54 -07:00
Eric Amodio 1b93493276 Hides context key 2021-03-31 12:44:29 -04:00
Johannes Rieken ca980ecfac
update notebook editor view column when moving editors, https://github.com/microsoft/vscode/issues/115704 2021-03-31 18:09:39 +02:00
Johannes Rieken 407a0e3723
assert that we have static view columns
https://github.com/microsoft/vscode/issues/115704
2021-03-31 17:51:15 +02:00
Sandeep Somavarapu 9e8699e844 change the label 2021-03-31 17:20:15 +02:00
Sandeep Somavarapu f7753783ca
Merge pull request #113155 from plainerman/fix-76879
Add support to deactivate auto-updating disabled extensions
2021-03-31 17:11:41 +02:00
Sandeep Somavarapu 388eaa3473 simplify auto update options to boolean + onlyEnabledExtensions
introduce configure auto update action
2021-03-31 17:08:40 +02:00
Johannes Rieken e715199ccc
extract createTestNotebookEditor to testing outside of with-util 2021-03-31 16:49:21 +02:00
Alex Ross 36ef468d4d
Make async versions fo configuration resolver methods
and deprecate the sync versions
Part of #108804
2021-03-31 16:29:34 +02:00
Johannes Rieken 1372233695
remove unused service 2021-03-31 16:26:29 +02:00
Alex Ross 10a1caa55f
Remove depreated assert.equals from
configurationResolverService.test.ts
Part of #118667
2021-03-31 16:23:31 +02:00
Johannes Rieken c1209ae4e0
extract separte interfaces from ExtHostNotebookShape but not change anything yet 2021-03-31 16:15:52 +02:00
Johannes Rieken 48e11a0cab
rename 2021-03-31 15:46:51 +02:00
Johannes Rieken fa48622fdf
split mainThreadNotebook up into logical pieces
* notebookDocumentsAndEditors -> owns the truth of the notebooks and editor that extensions know about
* notebookEditor -> everything about editors
* notebookDocuments -> everything about documents
2021-03-31 15:44:31 +02:00
Logan Ramos a851a2612f
Add openwith entry for search editor. Fixes 119185 (#120198) 2021-03-31 09:40:24 -04:00
Sandeep Somavarapu eece236bbd Fix #119369 2021-03-31 15:39:45 +02:00
Ladislau Szomoru 5457db8aac
Revert mkdirp resolution 2021-03-31 14:48:10 +02:00
Alex Ross 96ae5e83d2
Add availableFilesSystems to Add Folder to Workspace
Fixes #120232
2021-03-31 14:11:14 +02:00
Daniel Imms 5a673f3349
Revert node-pty update
This included the worker change which doesn't work in our product build yet

Fixes #120212
2021-03-31 05:07:32 -07:00
Daniel Imms 4c76edff2b
Revert "skip failing terminal tests."
This reverts commit 2d5f0e4953.
2021-03-31 05:07:32 -07:00
Benjamin Pasero 141ac31cdc
sandbox - ensure to validate vscode-window-config ipc call 2021-03-31 14:04:18 +02:00
Benjamin Pasero 203f1cb56b
add some logging to ipc object channels 2021-03-31 13:24:37 +02:00
Alan Ren 1d883f8af1
fix issue with finding required node handles (#118091)
This PR fixes #microsoft/azuredatastudio#14229
2021-03-31 13:18:59 +02:00
Ladislau Szomoru 0f7d20c3b4
Revert "Add resolution for mkdirp"
This reverts commit 7dab1460c1.
2021-03-31 12:24:32 +02:00
Ladislau Szomoru 7dab1460c1
Add resolution for mkdirp 2021-03-31 12:11:36 +02:00
Ladislau Szomoru e9047f01dc
Merge branch 'lszomoru/mkdirp' 2021-03-31 12:08:12 +02:00
Johannes Rieken dd360b25da
add notebookEditorModelResolverService.isDirty and use that when forwarding events 2021-03-31 12:06:03 +02:00
Benjamin Pasero 65fbf884a8
💄 bootstrap types 2021-03-31 11:54:27 +02:00
Johannes Rieken 6b5f2532d9
cellCount and cellAt API proposal so that notebook aligns better with text document 2021-03-31 11:41:16 +02:00
Benjamin Pasero 5ec2f69fb3
sandbox config - add forceEnableDeveloperKeybindings 2021-03-31 11:30:12 +02:00
Ladislau Szomoru 5b15a3c263
Add resolution for mkdirp 2021-03-31 11:18:56 +02:00
Benjamin Pasero 8a4d271f43
💄 bootstrap types 2021-03-31 11:14:28 +02:00
Benjamin Pasero 970f799890
preload - apply zoom level after resolving config 2021-03-31 10:48:11 +02:00
Christof Marti 5c79571610 Add next/prev conflicts (#97613) 2021-03-31 10:46:11 +02:00
Wenlu Wang 96d0dc4154
Add next/prev conflicts (#97613) 2021-03-31 10:45:21 +02:00