Commit graph

101704 commits

Author SHA1 Message Date
Sandeep Somavarapu
6ad64356e1
Fix #162739 (#163179) 2022-10-10 16:05:02 +02:00
João Moreno
8ea1dee83c
Revert "Revert "update inno_updater to 0.9.0 (#162933)" (#163156)" (#163178)
This reverts commit 8e1235ee25.
2022-10-10 06:54:07 -07:00
Sandeep Somavarapu
77f39a3f87
use registerAction2 (#163174) 2022-10-10 06:34:57 -07:00
Sandeep Somavarapu
3a3177c53a
speed up tests (#163171) 2022-10-10 06:14:52 -07:00
Ladislau Szomoru
d53074babf
Git - Fix Commit action button enablement regression (#163159)
Fix Commit action button enablement regression
2022-10-10 14:06:20 +02:00
João Moreno
8e1235ee25
Revert "update inno_updater to 0.9.0 (#162933)" (#163156)
This reverts commit f4fb3f3e58.
2022-10-10 02:30:14 -07:00
Alexandru Dima
150b7f9d0b
Define classifier rule (#163146) 2022-10-10 09:19:04 +02:00
Sandeep Somavarapu
bc647873e0
promote filter action to view pane (#163132)
promote filter to view pane
2022-10-10 09:01:28 +02:00
Tomer Chachamu
c3f5861ca2 Fix 'join all editor groups' for notebooks Fixes #134158 2022-10-08 13:16:45 +01:00
Megan Rogge
6483e39fb7
xterm-addon-webgl@0.14.0-beta.20 (#163021)
xterm-addon-webgl@0.14.0-beta.20 

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-10-07 17:13:49 -07:00
Daniel Imms
96e197d50f
Merge pull request #163017 from microsoft/tyriar/162996
Don't clear the texture atlas multiple times
2022-10-07 16:41:10 -07:00
Daniel Imms
fdc585c539
Merge pull request #163016 from microsoft/tyriar/revert_open_change
Revert change to init renderer before open
2022-10-07 16:38:33 -07:00
Daniel Imms
fe5f7484d9
Merge pull request #163015 from microsoft/tyriar/for_const
Use for const of in onOsResume
2022-10-07 16:35:33 -07:00
Daniel Imms
85f30955f6
Don't clear the texture atlas multiple times
This needs xtermjs/xterm.js#4181 to be properly fixed.

Part of #162996

Co-Authored-By: Megan Rogge <merogge@microsoft.com>
2022-10-07 16:26:41 -07:00
Daniel Imms
06142158c6
Revert change to init renderer before open
This was causing problems where webgl would not get activated

Reopened #162973
2022-10-07 16:24:49 -07:00
Daniel Imms
a3d38a03ff
Use for const of in onOsResume 2022-10-07 16:21:57 -07:00
Rob Lourens
a8e0569039
Refactor DebugHover so it stays properly in place (#163012)
* Refactor DebugHover so it stays properly in place
Fix #151019

* Remove Promise.resolve
2022-10-07 15:39:48 -07:00
David Dossett
b25b3e8999
Lightly modernize quick pick styles (#163011)
* Add padding to list border radius to selected items

* More padding updates
2022-10-07 15:35:06 -07:00
Matt Bierner
1d45633795
Add DisposableMap helper (#163006)
Adds `DisposableMap` to help manage the lifecycle of maps of  disposable values. This is useful for a few reasons:

- `DisposableMap` is itself disposable, so you can use it with `_register` or add it to a `DisposableStore`
- The implementation of `set` on `DisposableMap` prevents leaking values on override
- The `delete` implementation also makes sure it disposes of the deleted values
2022-10-07 15:28:36 -07:00
Connor Peet
125898b774
testing: ensure discovery happens before "run at cursor" executes (#162980)
With this change, when "run at cursor" is executed, we'll:

1. Save the file
2. Forcefully sync tests from the ext host (normally they're on a
   300ms throttle)
3. Wait for `busy = false` on all tests whose URIs are a parent or equal
   to the current file.

Fixes #157656
2022-10-07 14:48:23 -07:00
Joyce Er
a8fe1cc157
Debt - extract Continue On picker and contrib into separate class (#163002)
Debt - extract picker and contrib into separate class
2022-10-07 14:43:30 -07:00
Daniel Imms
7f4ac698ce
Merge pull request #162984 from microsoft/tyriar/162456
Sanitize shell integration cwd early
2022-10-07 14:28:55 -07:00
Daniel Imms
bf9ebd7c2a
Merge pull request #162971 from microsoft/tyriar/159907
Fix active terminal tab when moving a group to the bottom of the tabs list
2022-10-07 13:21:15 -07:00
Daniel Imms
42b51809ad
Merge pull request #162967 from microsoft/tyriar/162769
Fix terminal editor background padding color
2022-10-07 13:18:59 -07:00
Daniel Imms
cc8aa21760
Merge pull request #162982 from microsoft/tyriar/162973
Update xterm.js and avoid loading DOM renderer when not used
2022-10-07 13:18:23 -07:00
Daniel Imms
b100526fb9
Merge pull request #162986 from microsoft/tyriar/158218
Hide failed to activate message when it didn't try
2022-10-07 13:17:09 -07:00
Daniel Imms
50eb313bc6
Merge pull request #162993 from microsoft/tyriar/158920
Expose show texture atlas command
2022-10-07 12:31:12 -07:00
Sandeep Somavarapu
944e63e798
Use submenu for switch output action (#162966)
* #162304 Use submenu for switch output action

* fix monaco editor checks
2022-10-07 15:26:26 -04:00
Daniel Imms
8b49f1a780
Improve precondition 2022-10-07 12:08:48 -07:00
Daniel Imms
7d1b7b6280
Expose show texture atlas command
This creates a file in the workspace and opens it currently, this could
be made nicer but it does the job for now.

Fixes #158920
2022-10-07 12:07:31 -07:00
David Dossett
1bebd6e2f1
Polish walkthrough star icon styles (#162979)
Update star icon size
2022-10-07 11:42:17 -07:00
Daniel Imms
1caeac2354
Hide failed to activate message when it didn't try
Fixes #158218
2022-10-07 11:21:03 -07:00
Daniel Imms
20b891367d
Sanitize shell integration early
This also fixes the sanitize function and adds some tests

Fixes #162456
2022-10-07 11:14:19 -07:00
Daniel Imms
37a2386313
Load terminal renderer addon before open is called
Fixes #162973
2022-10-07 10:58:25 -07:00
Daniel Imms
becaa24c93
Update xterm.js 2022-10-07 10:58:10 -07:00
Tyler James Leonhardt
a7153c246c
Fix many instances of not using ILocalizedString (#162978) 2022-10-07 10:49:39 -07:00
Peng Lyu
30a8ab36b7
Debounce event handler on notebook editor open. (#162975) 2022-10-07 10:36:07 -07:00
Rob Lourens
6d85cd954f
Properly implement disposeCompressedElements (#162972)
Fix #160382
2022-10-07 10:25:17 -07:00
Daniel Imms
e6dde6aad0
Fix active terminal tab when moving a group to the bottom of the tabs list
Fixes #159907
2022-10-07 10:06:43 -07:00
Daniel Imms
ba3536f648
Fix terminal editor background padding color
Fixes #162769
2022-10-07 09:50:20 -07:00
Logan Ramos
ca48f75e62
Update aria label to match explorer (#162951) 2022-10-07 18:43:35 +02:00
Alexandru Dima
a2024df885
update distro (#162959) 2022-10-07 12:24:32 -04:00
Megan Rogge
3dc9881b3f
skip processing if no filter (#162956)
skip processing if nothing special
2022-10-07 08:52:24 -07:00
Joyce Er
9559bebbe0
Debt - implement Download command in core (#162781) 2022-10-07 08:48:42 -07:00
Alexandru Dima
4de06d175c
Move "H.264/AVC Video Standard" to cgmanifest.json and remove unused licenses from the store (#162955)
* Move "H.264/AVC Video Standard" to cgmanifest.json and remove unused licenses from the store

* Update cgmanifest.json

Co-authored-by: Robo <hop2deep@gmail.com>

Co-authored-by: Robo <hop2deep@gmail.com>
2022-10-07 08:36:09 -07:00
Alexandru Dima
e97990e4ee
Treat removing keybindings with when = true as if they wouldn't have a when clause (#162945)
Fixes #160604: Treat removing keybindings with `when = true` as if they wouldn't have a when clause
2022-10-07 06:52:42 -07:00
João Moreno
6d59844e1c
fix splitview scroll perf (#162941)
Fixes: #162299
2022-10-07 06:09:04 -07:00
João Moreno
d037139d5d
updating tree.indent should be reflected live (#162937)
fixes: #161747
2022-10-07 05:34:06 -07:00
Alexandru Dima
f356fc51cc
Stip quotes when parsing in expressions (#162934)
Fixes #157751
2022-10-07 05:02:35 -07:00
João Moreno
f4fb3f3e58
update inno_updater to 0.9.0 (#162933) 2022-10-07 14:00:58 +02:00