Commit graph

86476 commits

Author SHA1 Message Date
Sandeep Somavarapu 27dd00d11f
Merge branch 'main' into sandy081/platformSpecificExtensions 2021-08-20 01:02:59 +02:00
Sandeep Somavarapu 959b5ea269
support universal target platform and web extensions 2021-08-20 01:00:51 +02:00
rebornix 860d8ad0cb fix #125127 2021-08-19 15:42:11 -07:00
Miguel Solorio f351cd164d Update codicons: add run-errors & folder-library
5435916907
2021-08-19 15:09:55 -07:00
Matt Bierner d4a6ce7171
Fix test failure 2021-08-19 15:01:52 -07:00
Daniel Imms 23760f5234 Remove change state event interface
Part of #127717
2021-08-19 14:40:33 -07:00
Matt Bierner a64f66fe42
Make sure we dispose of one more disposable when rendering markdown
Fixes #131145
2021-08-19 14:30:24 -07:00
Matt Bierner da5fa2b50a
Register disposable 2021-08-19 14:22:59 -07:00
Matt Bierner 62bfac1e18
Register a few more disposables in notebooks 2021-08-19 14:22:59 -07:00
Matt Bierner de9cc71487
Use Disposable in a few more places
There were a few instances where we were not manually diposing of one of the emitters/disposables on a class. This is easy to forget to add, so switching to use `_register` instead which puts everything on a single line
2021-08-19 14:22:59 -07:00
rebornix 920c34a13d exclude extension pack from keymaps detection 2021-08-19 14:12:22 -07:00
rebornix d4e09b1d97 Merge branch 'rebornix/notebook-keymap' into main 2021-08-19 14:05:20 -07:00
rebornix a0630ea154 no recommendation for now. 2021-08-19 14:04:38 -07:00
Matt Bierner 8361b4d101
Make sure we dispose of CellOutputViewModel (#131146)
`CellOutputViewModel` is disposable but doesn't seem to get cleaned up currently
2021-08-19 13:58:01 -07:00
Tyler Leonhardt d374ee1910
minimal support of quotes for ctrl+p file search 2021-08-19 13:53:12 -07:00
Peng Lyu 137c16ef00
Merge pull request #131199 from microsoft/dev/joyceerhl/interactive-clear-undo
Ensure user can undo `interactive.input.clear`
2021-08-19 13:39:57 -07:00
Matt Bierner bfc4707538
Register a few more disposable stores in notebooks
Some of these don't seem to be getting cleaned up correctly today
2021-08-19 12:24:37 -07:00
Matt Bierner f84c1c1821
Make sure we register some more emitters in notebooks
This ensures we clean these up on dispose
2021-08-19 12:24:36 -07:00
Matt Bierner 9db732867d
Fix some potential leaks in notebookCellList
- Dispose of emitters
- Dispose of mutable disposable values
2021-08-19 12:24:36 -07:00
Joyce Er 96e087b154 Ensure user can undo interactive.input.clear 2021-08-19 18:57:04 +00:00
Tyler Leonhardt fcb88be52d
use extUri to get extname 2021-08-19 10:42:01 -07:00
Tyler Leonhardt e4953f503c
look at file extension instead of calling getModeIdByFilepathOrFirstLine and remove .txt from stdin files 2021-08-19 10:32:35 -07:00
Tyler Leonhardt cac895a654
only run on files without language mode association for language detection. fixes #131133 2021-08-19 09:42:05 -07:00
Peng Lyu 2decbaa5b5
Merge pull request #131147 from microsoft/dev/joyceerhl/notebook-toggle-output
Implement `notebook.cell.toggleOutputs` to toggle output visibility of notebook cells
2021-08-19 09:15:07 -07:00
meganrogge 9724d54a3c
update distro 2021-08-19 08:32:02 -07:00
Joyce Er 51c240d75b Extend NotebookMultiCellAction and move into contrib 2021-08-19 15:30:33 +00:00
meganrogge c2955308e5
update xterm.js, fix #130967 fix #130406
Co-authored-by: Daniel Imms <daimms@microsoft.com>
2021-08-19 08:09:20 -07:00
Rob Lourens 873db27553 Add debug.confirmOnExit - Fix #130664 2021-08-19 08:03:58 -07:00
Rob Lourens 81a3dceec5 Fix #131113 2021-08-19 08:03:58 -07:00
Rob Lourens 18f1c7c180 Fix text search type telemetry 2021-08-19 08:03:58 -07:00
Rob Lourens f91a845c37 Restore stats to search process telemetry 2021-08-19 08:03:58 -07:00
Rob Lourens 76f99cdd6a Fix file search type telemetry in EH 2021-08-19 08:03:58 -07:00
Rob Lourens 188c29a419 Change forceExtensionHostSearch strategy for easier testing 2021-08-19 08:03:57 -07:00
Rob Lourens 3673539e09 Keep search code sync when possible 2021-08-19 08:03:57 -07:00
Rob Lourens 9ef2f07234 Add a setting forcing search to run in EH 2021-08-19 08:03:57 -07:00
Martin Aeschlimann 2f07ee2cbe
adopt dynamic node module changes: avoid that loader config gets overwritten 2021-08-19 16:46:14 +02:00
Daniel Imms 12a69fc0f4 Create -> Create New
Fixes #130851
2021-08-19 07:26:23 -07:00
Daniel Imms dd2ba7365e Remove integrated from terminal commands, make consistent
Fixes #130851
2021-08-19 07:13:22 -07:00
Johannes Rieken 9ff4122cd3
Merge pull request #131180 from microsoft/joh/hoverElements
support any HTMLElement has hover content, rename from text to conten…
2021-08-19 16:02:10 +02:00
Johannes Rieken 5888928290
support any HTMLElement has hover content, rename from text to content, update hover delegate indirection 2021-08-19 15:57:12 +02:00
Johannes Rieken 6fea665f68
Merge pull request #130966 from jeanp413/fix-129193
Fixes suggest details should use link hover color
2021-08-19 15:28:39 +02:00
Daniel Imms 6fac4e8194 Align terminal panel confirm with terminal editor
Fixes #131166
2021-08-19 05:11:46 -07:00
Sandeep Somavarapu b6766367ef
support universal target platform 2021-08-19 12:17:25 +02:00
Sandeep Somavarapu 2b695ada03
use targetPlatform query param 2021-08-19 12:05:26 +02:00
Martin Aeschlimann e6a3ae661d
html-language-features CONTRIBUTING.md is wrong. Fixes #129842 2021-08-19 11:50:09 +02:00
Benjamin Pasero b180991240
asar - introduce alternative path to circumvent drive letter casing issues (#131161)
* asar - introduce alternative path to circumvent drive letter casing issues (#128725)

* Insert at most one additional lookup path

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2021-08-19 11:29:42 +02:00
Alexandru Dima 24caafb06d
Merge pull request #130983 from microsoft/hediet/fix-stack-overflow
Early return CursorController.setState when there are no changes
2021-08-19 10:49:13 +02:00
Sandeep Somavarapu 0651aee350
use latest version that is compatible with current target platform 2021-08-19 10:44:04 +02:00
John Murray 2e2ee18c96
improve workbench.editor.experimentalAutoLockGroups text (#131157) 2021-08-19 09:54:13 +02:00
Benjamin Pasero d6eea3d342
file editors - use a custom language when opening binary files as text (fix #131076) 2021-08-19 09:17:29 +02:00