Commit graph

101510 commits

Author SHA1 Message Date
Sean McManus 3f2adbfe3e
Update language-configuration.json (#163182) 2022-10-11 09:23:42 +02:00
Joyce Er 645c718a99
Revert "Debt - extract Continue On picker and contrib into separate class (#163002)" (#163251)
This reverts commit a8fe1cc157.
2022-10-11 09:15:02 +02:00
Matt Bierner f4c58486f4
Run all webview panels of a given viewtype in the same origin (#163236)
For #132464
2022-10-10 21:15:14 -07:00
Joyce Er ae34e8d2df
Fix Download command not appearing in the remote indicator (#163232) 2022-10-10 16:28:24 -07:00
Matt Bierner fefd5519f9
Make sure we still clear DisposableMap if dispose throws (#163226)
Make sure we clear DisposableMap if dispose throws
2022-10-10 15:16:56 -07:00
Rob Lourens 63e8654374
Make debug start button wider to match other workbench menu buttons (#163217)
Fix #163193
2022-10-10 13:05:53 -07:00
Peng Lyu 47aab33318
Allow kernel source command to throw (#163216) 2022-10-10 12:55:31 -07:00
Alex Ross 5dfca53892
Try out a new razor grammar (#163212)
Part of #163149
2022-10-10 12:43:02 -07:00
SteVen Batten bcaa389a8f
move editor features to submenu in view menu (#163209)
refs #158458
2022-10-10 13:42:15 -06:00
jannisspeer b2d7afc634
Remove Snakefile from being classified as Python (#162749)
Update package.json

Co-authored-by: Alex Ross <alros@microsoft.com>
2022-10-10 21:32:26 +02:00
Sandeep Somavarapu 241e230b24
Fix #163180 (#163208)
- cyclic dep. remove output view dependency on output service
2022-10-10 11:43:59 -07:00
Henning Dieterichs e929233fc8
Fixes #162115 (#163206) 2022-10-10 11:32:12 -07:00
Alex Ross 1c42eb1c3d
View badge extension API documentation wrong (#163202)
Fixes #162900
2022-10-10 10:42:46 -07:00
Matt Bierner d39c1b3ee0
Remove unused field (#163199) 2022-10-10 10:35:58 -07:00
Matt Bierner b1043c1073
Adopt trackDisposable for DisposableMap (#163200) 2022-10-10 10:25:58 -07:00
Joyce Er 1da1890180
Bump milestone in endgame notebooks (#163198)
* Bump milestone

* Bump milestone in my-endgame notebook
2022-10-10 10:14:55 -07:00
Alex Ross 23e6c032af
Start enforcing the tunnels API (#163187)
* Start enforcing the tunnels API

* Fix API test
2022-10-10 10:10:24 -07:00
Alex Ross 96ee91332f
Fix style of comment thread title (#163192)
Fixes #163140
2022-10-10 09:16:04 -07:00
Sandeep Somavarapu a5a5a7fc73
fix command id for showing output channel (#163185) 2022-10-10 08:04:31 -07:00
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
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