Commit Graph

117229 Commits

Author SHA1 Message Date
Connor Peet
2d50c20ad2 debug: fix error restarting debug session (#200203)
Fixes #196950

Emit more information from the debug service about the type of
termination happening, and whether a restart is expected. Keep the
session listeners for sessions around if a restart is expected. Additionally:

- inline chat decorations did not track restarted sessions
- there was a leak where we retained listeners for every launched debug session on the DebugService
2023-12-06 16:14:13 -08:00
Peng Lyu
2dc6100ed7 Cell output view model leaks (#200195) 2023-12-06 15:47:04 -08:00
Justin Chen
733d76ddd3 Adopting noDisposablesAreLeakedInTestsSuite for Issue Reporter tests (#200200)
added noDisposablesLeakedinTests
2023-12-06 15:31:01 -08:00
meganrogge
7f75979cd9 move line 2023-12-06 16:32:17 -06:00
meganrogge
0f97bf7095 fix tab issues 2023-12-06 16:24:41 -06:00
Joyce Er
b141c5accd refactor: inject chat keybinding hint in postrender (#200191) 2023-12-06 23:03:34 +01:00
Connor Peet
0156e4e2df testing: fix overflow of test discovery errors (#200187)
Fixes #197777
2023-12-06 22:06:13 +01:00
Connor Peet
1a3de4181e cli: allow cancelling login during tunnel creation (#200188)
Fixes #197559
2023-12-06 21:59:28 +01:00
Connor Peet
81e1633791 debug: fix ext host console.debug logging twice (#200186)
Fixes #198044
2023-12-06 12:51:37 -08:00
Logan Ramos
c2b62345a7 More telemetry regexes (#200185)
* Introduce GH token regex

* Support more token types
2023-12-06 12:51:07 -08:00
Matt Bierner
dabc3371fe Add missing spaces after generic implements (#200182)
Keeps things more consistent. Should eventually be fixed on TS side https://github.com/microsoft/TypeScript/issues/56699
2023-12-06 12:29:05 -08:00
Matt Bierner
a0d9408921 Use satisfies in a few more places (#200181)
Avoids casing issues
2023-12-06 12:27:47 -08:00
Peng Lyu
b6ddd4e8ce Add SafeInvoke for notebook cell rendering (#200174)
SafeInvoke for notebook cell rendering
2023-12-06 12:26:07 -08:00
Matt Bierner
cd9b560777 Lowercase separator title (#200184)
Matches our other labels
2023-12-06 21:13:13 +01:00
Connor Peet
7f359c6e9b eng: adopt ensureNoDisposablesAreLeakedInTestSuite (#200173)
Also includes debug code. I verified the issue we hit before (#192653) didn't regress
2023-12-06 11:49:44 -08:00
Peng Lyu
10a9e2dee1 Update area labels. (#200175) 2023-12-06 19:48:25 +01:00
Aaron Munger
67b984e715 use consistent language (#200168)
consistent language
2023-12-06 19:06:17 +01:00
Megan Rogge
f5e6dcc601 Merge pull request #200167 from microsoft/merogge/act-bar
fix screen reader mode arrow key navigation of activity bar
2023-12-06 11:59:35 -06:00
Megan Rogge
e1a73f8f1e Merge pull request #200163 from microsoft/merogge/npm-dependency
add `tree-views` to grooming notebook, add `npm` dependency of `vscode-uri`
2023-12-06 11:52:43 -06:00
meganrogge
3a354a35b2 fix #200165 2023-12-06 11:43:46 -06:00
meganrogge
c6c21f1535 add to yarn.lock 2023-12-06 11:27:22 -06:00
Matt Bierner
673006e0e3 Fix copilot quick fix (#200162) 2023-12-06 18:15:48 +01:00
meganrogge
93b691ea01 fix #181598 2023-12-06 11:01:59 -06:00
Johannes Rieken
e2e446669e add failing/skipped test for https://github.com/microsoft/monaco-editor/issues/3557 (#200161) 2023-12-06 18:01:48 +01:00
Ladislau Szomoru
7ac853f140 Engineering - adopt ensureNoDisposablesAreLeakedInTestSuite() in workspace trust tests (#200160) 2023-12-06 17:58:21 +01:00
Martin Aeschlimann
14f3868c5c remove unused parameters and check (#200128) 2023-12-06 17:52:54 +01:00
Martin Aeschlimann
fea5338bc8 Cryptic error message for presumably a malformed vscode-remote URL (#200148) 2023-12-06 17:52:39 +01:00
Benjamin Simmonds
f713a29422 Support updating setting in zen mode (#200158) 2023-12-06 17:44:59 +01:00
Martin Aeschlimann
7231f840b4 update seti-font (#200041)
update seti
2023-12-06 17:38:03 +01:00
Logan Ramos
e2f7dc558d Adopt ensureNoDisposablesAreLeakedInTestSuite in my tests (#200153)
* Adopt ensureNoDisposablesAreLeakedInTestSuite in my tests

* Update eslint
2023-12-06 17:35:42 +01:00
Benjamin Pasero
ec2c8e18c4 workspaces - discard untitled workspace based on setting (#200154) 2023-12-06 17:34:28 +01:00
Aiday Marlen Kyzy
bc286f4913 removing logs 2023-12-06 16:42:50 +01:00
Isidor Nikolic
626122ea97 Merge pull request #197729 from Flanker32/update-java-workspace-tags
Update java workspace tags
2023-12-06 15:32:28 +00:00
Johannes Rieken
97dd8691d8 sequentialize event handling for text document content events (#200149)
fixes https://github.com/microsoft/vscode/issues/179711
2023-12-06 16:29:26 +01:00
Benjamin Pasero
a187ad1ca3 end - adopt more ensureNoDisposablesAreLeakedInTestSuite (#200145) 2023-12-06 16:01:23 +01:00
Aiday Marlen Kyzy
29d7057198 review changes 2023-12-06 15:49:39 +01:00
Logan Ramos
32f7261976 Bump distro (#200143) 2023-12-06 15:45:34 +01:00
Benjamin Pasero
f068e42b73 Allow to swap left and right hand side in diff editor (fix #20958) (#200138) 2023-12-06 14:56:41 +01:00
Aiday Marlen Kyzy
74177787a4 adding parentheses 2023-12-06 14:17:37 +01:00
Alexandru Dima
16c93d6f5f Merge pull request #198559 from hickford/highlight
highlight whole line when word wrap enabled
2023-12-06 14:08:19 +01:00
Alex Dima
1bfc2adbad Simplify logic 2023-12-06 13:53:36 +01:00
Aiday Marlen Kyzy
88e857430c refactoring the content hover ts file 2023-12-06 13:43:10 +01:00
Henning Dieterichs
46e43573e4 Fixes #182087 2023-12-06 13:21:20 +01:00
Aiday Marlen Kyzy
e241358e6a Merge branch 'main' into aiday/checkingEffectiveLineCount 2023-12-06 13:05:11 +01:00
Aiday Marlen Kyzy
6fc4a88d85 placing on one line 2023-12-06 13:01:06 +01:00
Henning Dieterichs
6d1f607c6d Fixes #178259 2023-12-06 12:49:13 +01:00
Aiday Marlen Kyzy
4654615a98 placing the check before the effective line number is increased 2023-12-06 12:39:26 +01:00
Johannes Rieken
acf3fc61ea delay _savePartSplash further, fixes https://github.com/microsoft/vscode/issues/170825 (#200126) 2023-12-06 12:29:05 +01:00
Aiday Marlen Kyzy
5afabd2da9 setting the hover settings in an interface 2023-12-06 12:27:54 +01:00
Benjamin Simmonds
cffff4c0da Fix locking groups with aux windows (#200039)
* Aux Locking

* 💄

* 💄

* unlock last group

* 💄

* 💄

* unlock from editor parts

* 💄

* .

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-12-06 12:23:18 +01:00