Daniel Imms
94de0c2d64
Don't copy on selection when terminal find is focused
...
Fixes #151902
2023-12-07 09:51:30 -08:00
Daniel Imms
cea7c824a5
Merge pull request #200254 from microsoft/tyriar/200091
...
Adopt no leaks util in more tests
2023-12-07 09:17:09 -08:00
Daniel Imms
93b02ca945
Adopt no leaks util in more tests
...
Part of #200091
2023-12-07 09:00:56 -08:00
Johannes Rieken
8c039cedf8
fix https://github.com/microsoft/vscode/issues/195440 ( #200250 )
2023-12-07 17:43:20 +01:00
Benjamin Pasero
d5307c5afa
Have workspace.save and workspace.saveAs methods that return the URI ( fix #178713 ) ( #200222 )
2023-12-07 17:38:11 +01:00
Aiday Marlen Kyzy
4fce419132
Merge pull request #200237 from idootop/fix/enum-check
...
fix: invalid enum check in HoverFocusBehavior logic
2023-12-07 17:21:46 +01:00
Daniel Imms
66c869c41f
Merge pull request #200107 from cpendery/refactor/terminalContrib-terminal-suggestions
...
refactor: xterm suggestion addon into terminalContrib
2023-12-07 06:36:22 -08:00
Isidor Nikolic
6afe6d4cfb
Merge pull request #200243 from microsoft/isidorn/developing-primate
...
Update distro hash in package.json
2023-12-07 14:28:29 +00:00
Daniel Imms
12a540ff13
Merge pull request #200197 from microsoft/merogge/reset-tab-color
...
fix terminal tab multi-action issues
2023-12-07 06:13:01 -08:00
isidor
55add1cf65
Update distro hash in package.json
2023-12-07 15:04:52 +01:00
Alex Ross
defb8cd64f
Allow file level comments to be collapsed initially ( #200241 )
...
Part of microsoft/vscode-pull-request-github#5512
2023-12-07 14:52:46 +01:00
Johannes Rieken
e1950559a8
Eager inline UI shouldn't show info message nor placeholder to prevent flicker ( #200236 )
...
fixes https://github.com/microsoft/vscode-copilot/issues/3194
2023-12-07 12:12:30 +01:00
Isidor Nikolic
7a339f6d3e
Merge pull request #200235 from microsoft/isidorn/repulsive-shark
...
Add ensureNoDisposablesAreLeakedInTestSuite utility function
2023-12-07 11:10:51 +00:00
Johannes Rieken
89c2f0f343
fix https://github.com/microsoft/vscode-copilot/issues/3187 ( #200233 )
2023-12-07 12:06:03 +01:00
WJG
6d448e0f69
fix: invalid enum check in HoverFocusBehavior logic
2023-12-07 19:00:38 +08:00
isidor
d2062e54fa
Add ensureNoDisposablesAreLeakedInTestSuite utility function
...
#200091
2023-12-07 11:55:54 +01:00
Ladislau Szomoru
a8c22985d2
Engineering - adopt disposable store with disposableTimeout() ( #200230 )
2023-12-07 11:46:28 +01:00
Benjamin Pasero
80763f56b0
diff - show flip action more prominently ( #200227 )
2023-12-07 11:12:17 +01:00
Robo
12fece34ed
chore: update to electron 27 ( #197539 )
...
* chore: update electron@27.0.2
* chore: update debian dependencies
* chore: bump electron@27.0.4
* chore: bump electron@27.1.0
* chore: bump electron@27.1.3
* chore: bump distro
2023-12-07 10:48:24 +01:00
Aiday Marlen Kyzy
bdef7fd3fb
Merge pull request #200127 from microsoft/aiday/refactoringHoverFile
...
Refactoring the hover.ts file
2023-12-07 09:29:51 +01:00
Connor Peet
9bbc169b62
cli: a running code tunnel/serve-web subcommands as root ( #200207 )
...
Fixes #193932
2023-12-07 03:32:36 +01:00
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