Commit Graph

89088 Commits

Author SHA1 Message Date
Daniel Imms 14bb4e7749 Fix process revive on app exit 2021-09-16 15:09:58 -07:00
Tyler Leonhardt 2e94b43325 include package.nls.json in bundles 2021-09-16 14:56:40 -07:00
Tyler Leonhardt 9e78e8e2d9 add a bundle property to nlsmetadata uploader 2021-09-16 14:41:41 -07:00
Daniel Imms 9bb7ff495e Fix proces revive on window close 2021-09-16 14:17:06 -07:00
Tyler Leonhardt edf18f3974 add metadata header files to upload 2021-09-16 14:07:08 -07:00
Tyler Leonhardt 7cb531e421 align to one format and include headers for extensions 2021-09-16 13:48:04 -07:00
Bryan Bennett e4989e2e30 Adding additional PPE environment for vscode prebuild testing. (#133276)
Adding additional PPE environment for vscode prebuild testing.
2021-09-16 12:50:42 -07:00
Logan Ramos 76c3eb94c9 On the fly tab model construction (#133025)
* Enrich the change event

* Initial tab model building

* Work in progress model construction

* Add pauseable emitter

* Attempt using microtask

* Make tests pass

* Update active tab logic

* Fix layering issue

* event rename

* PR feedback

* Remove stray new line

* Add test for microtask emitter

* Add move event

* Add mmerge functionality to Microtask emitter

* Fix compilation errrors

* Fix tests

* Add tests to address feedback

* Change editor change event to an array

* Add array support to editorsChangeEvent

* Update src/vs/workbench/common/editor/editorGroupModel.ts

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>

* Switch to a less efficient array method

* Add console.log for debugging

* Test with different notebook

* Fix notebook URI

* For now split up file open for better debugging

* Don't use notebook in test for now

* Cleanup event

* Fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2021-09-16 14:34:54 -04:00
Connor Peet c78811c1a7 testing: add toggle for test history
Closes #130516
2021-09-16 11:20:07 -07:00
Tyler Leonhardt 16f81160e8 typo in upload-nlsmetadata 2021-09-16 10:57:11 -07:00
Connor Peet fef6d9f466 testing: recurse current document checks by default to show possible children
Fixes #132818
2021-09-16 10:45:54 -07:00
Connor Peet d2a6787908 testing: fix crash if controllers were unregistered and reregistered
Fixes #132601
2021-09-16 10:45:53 -07:00
Brigit Murtaugh 616ff824e5 Update distro 2021-09-16 10:27:45 -07:00
Tyler Leonhardt c240648548 include package.nls.json files in nls metadata 2021-09-16 10:26:46 -07:00
Benjamin Pasero 6583c2b0ef 💄 icon label hover cancellation handling
//cc @aeschli
2021-09-16 18:55:44 +02:00
Benjamin Pasero bd76153291 status hover - allow to update existing hover and tweak hover delay (#132963)
* status hover - allow to update existing hover and tweak hover delay

* UpdatableHoverWidget

* Update src/vs/base/browser/ui/iconLabel/iconLabelHover.ts

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>

* make review changes  (#132963)

* UpdatableHoverWidget: Manage CancellationTokenSource

* UpdatableHoverWidget: add awaits

* cleanup

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2021-09-16 18:49:19 +02:00
SteVen Batten e623c6e417 RemoveViewletPanel (#133207)
* working state

* remove viewlet ts and ipanel

* remove differences in viewservice
2021-09-16 09:44:54 -07:00
Daniel Imms 3bdcb9189e Update distro 2021-09-16 09:44:06 -07:00
Daniel Imms d3a312e84c Merge pull request #132750 from microsoft/tyriar/serialize_buffer
Serialize terminal buffers on restart
2021-09-16 09:40:32 -07:00
Daniel Imms b39e770d38 Remote terminal revive support 2021-09-16 09:39:37 -07:00
Daniel Imms 62c1dd16d5 Clean up 2021-09-16 09:35:05 -07:00
Daniel Imms be005a5db7 Tweak wording 2021-09-16 09:30:53 -07:00
Logan Ramos 5ab825a36c Remove survey telemetry 2021-09-16 12:30:25 -04:00
Daniel Imms cb1a26d84c Add cwd detection caveat to config 2021-09-16 09:29:10 -07:00
Daniel Imms db3d7d5e4e Add a revive setting, refine when it's triggered 2021-09-16 09:25:29 -07:00
Benjamin Pasero 4eb9f865e6 editors - use previous label style for readonly/deleted 2021-09-16 18:23:11 +02:00
Connor Peet 026c2a99d3 api: move test output association to stable
Closes #129201
2021-09-16 09:21:51 -07:00
Connor Peet 54758ae5a0 api: move test tags to stable
Closes #129456
2021-09-16 09:21:51 -07:00
Tyler Leonhardt e54f90f0fd upload nlsmetadata 2021-09-16 09:16:47 -07:00
Daniel Imms 01d1dcbb00 Use correct env/conpty/unicode for revived proc 2021-09-16 09:06:08 -07:00
Daniel Imms c11c758396 Serialize only the normal buffer for session restore 2021-09-16 08:53:20 -07:00
Alexandru Dima d4a8682d80 Avoid handling an extension installation event too early by holding the registry lock during initialization 2021-09-16 17:42:21 +02:00
Daniel Imms ece3da109a Merge remote-tracking branch 'origin/main' into tyriar/serialize_buffer 2021-09-16 07:27:49 -07:00
Sandeep Somavarapu 3c33989855 Merge pull request #133197 from lauraharker/unnecessary-escape
Remove useless escapes in string literals
2021-09-16 14:30:41 +02:00
Sandeep Somavarapu f29429cd2d #133173 do not use setImmediate 2021-09-16 14:23:41 +02:00
Benjamin Pasero 5b58c88945 editors - tweak indication of readonly/orphaned (#130526) 2021-09-16 14:16:43 +02:00
Benjamin Pasero ddcd01961e Locked groups: auto lock setting needs to suggest valid entries (#133225)
* Locked groups: auto lock setting needs to suggest valid entries (fix #131587)

* await whenInstalledExtensionsRegistered

* fix disposable
2021-09-16 13:52:11 +02:00
Benjamin Pasero a6bd8dd06c Moving an editor tab to a new group causes --wait to be released (fix #133124) 2021-09-16 12:26:09 +02:00
Martin Aeschlimann 57dde04b44 Can't read StatusBarItem.tooltip anymore. Fixes #133231 2021-09-16 11:57:26 +02:00
Benjamin Pasero 20d534bf68 status - tweak margins and paddings more 2021-09-16 11:16:05 +02:00
Sandeep Somavarapu da10782b86 #133222 potential fix 2021-09-16 09:58:20 +02:00
Rob Lourens 3616103a30 Improve between cell toolbar hover position.
This makes the entire area between cells activate the toolbar on hover
Fix #133205
2021-09-15 17:55:21 -07:00
Connor Peet 36e2d87f2b Merge pull request #133200 from microsoft/connor4312/binary-data-in-commands
commands: allow transferring arraybuffers/uint8arrays over commands
2021-09-15 17:10:23 -07:00
Connor Peet 35bba41595 commands: allow transferring arraybuffers/uint8arrays over commands 2021-09-15 17:09:21 -07:00
Connor Peet f19875d0fe fix: avoid creating unnecessarily long hover messages
Fixes https://github.com/microsoft/vscode-python/issues/17396
2021-09-15 17:07:42 -07:00
rebornix 747f9b98ea remove unused service. 2021-09-15 16:39:50 -07:00
rebornix d2290328a1 💄 2021-09-15 16:39:05 -07:00
rebornix 019da957a3 insert with index. 2021-09-15 16:38:01 -07:00
rebornix f5dcfe5e08 remove notebookEditor.createCell 2021-09-15 16:27:10 -07:00
Matt Bierner 4fcbe9449c Add support for cross file JS/TS intellisense in yarn web
Fixes #133199
2021-09-15 16:26:22 -07:00