Johannes Rieken and GitHub
3b7d859f92
fix https://github.com/microsoft/vscode-copilot/issues/794 ( #188386 )
2023-07-20 16:41:44 +02:00
Aiday Marlen Kyzy and GitHub
ee1e7433e6
Merge pull request #186729 from microsoft/aiday/activeSessionTypeAssertion
...
Ending current inline chat session when new session created
2023-07-20 16:00:11 +02:00
Christof Marti
dfb783168f
Add http.proxyKerberosServicePrincipal setting ( #187456 )
2023-07-20 15:49:53 +02:00
Alex Ross and GitHub
a6b766d8ad
Fix an async test suite ( #188380 )
2023-07-20 15:46:52 +02:00
Aiday Marlen Kyzy
17252034ec
adding code in order to also send the interactive response accepted to the extension
2023-07-20 15:10:28 +02:00
Johannes
d25139cf42
Merge branch 'main' into aiday/activeSessionTypeAssertion
2023-07-20 13:03:30 +02:00
Johannes
0e1f8b11ed
fix tests, waitFor needs to be called before entering run because that now pushes/enters a state sync
2023-07-20 13:03:22 +02:00
Alex Ross and GitHub
e8f9d7587b
Adopt new Java grammar! ( #188361 )
2023-07-20 13:03:00 +02:00
Henning Dieterichs
0f23d3ef82
Fixes inline diff editor
2023-07-20 12:55:40 +02:00
Aiday Marlen Kyzy
b97e7b8ed0
removing the console logs
2023-07-20 12:54:25 +02:00
Aiday Marlen Kyzy
e7c4697901
adding some console logs to understand the hover placement problem
2023-07-20 12:50:08 +02:00
Henning Dieterichs and GitHub
da7ab4918d
Fixes #188284 - Adds diffEditor.switchSide command ( #188291 )
2023-07-20 12:26:56 +02:00
Alex Ross and GitHub
acf5d15424
Expose tunnel factory API to non-resolvers ( #188270 )
2023-07-20 11:56:25 +02:00
João Moreno and GitHub
16ca37cae9
skip group policy and explorer sparse package in CIBUILD runs ( #188346 )
2023-07-20 11:52:57 +02:00
Peng Lyu and GitHub
2cbf01b666
Revert "Notebook UI heading tweaks ( #188117 )" ( #188335 )
...
This reverts commit e055922046 .
2023-07-20 08:02:39 +02:00
Peng Lyu and GitHub
f72b7b1aa8
Update distro ( #188336 )
...
update distro
2023-07-20 07:19:45 +02:00
Sandeep Sen and GitHub
ea2412a977
Adding missing . on line 815 following Logan's feedback
2023-07-19 16:45:26 -07:00
Henning Dieterichs and GitHub
daf9647eec
Implements audio cues for diff editor ( #188274 )
...
* Implements audio cues for diff editor
* Fixes CI
* Fixes import
2023-07-19 15:25:14 -07:00
meganrogge
45908d8979
rm check
2023-07-19 15:07:29 -07:00
meganrogge
499266dee9
don't mess w id
2023-07-19 15:07:02 -07:00
meganrogge
d967ccfce4
pass in item
2023-07-19 15:06:00 -07:00
meganrogge
98d3303960
rename
2023-07-19 14:59:17 -07:00
meganrogge
4c9028c392
trim before localizing
2023-07-19 14:55:51 -07:00
meganrogge
ef634eed10
remove ?
2023-07-19 14:53:08 -07:00
meganrogge
588116e1ae
go with move focus
2023-07-19 14:51:52 -07:00
meganrogge
4707bf8e74
reveal
2023-07-19 14:35:20 -07:00
meganrogge
8180c27302
make it more concise
2023-07-19 14:27:07 -07:00
meganrogge
fc411d58f2
clean up
2023-07-19 14:19:47 -07:00
meganrogge
3ed9e5606d
clean up
2023-07-19 14:13:58 -07:00
meganrogge
85371faf39
use hint for notifications
2023-07-19 13:19:20 -07:00
meganrogge
924ae6cdf0
add a bunch more
2023-07-19 13:10:27 -07:00
Tyler James Leonhardt and GitHub
b0689b4d88
Try a dynamic height rendering approach ( #188126 )
...
* Try a dynamic height rendering approach
* Working implementation
Summary:
1. dispose the view model & ChatInputPart when we dispose the ChatWidget
2. handle async/next tick code better using disposables
3. layout onDidChangeItems & when a ChatItem height changes for better accuracy
4. use new useDynamicMessageLayout for inputOnTop
2023-07-19 13:04:32 -07:00
Matt Bierner and GitHub
3eed931987
Decode relative links in markdown notebook cells ( #188211 )
...
Fixes #188209
2023-07-19 20:43:39 +02:00
Daniel Imms and GitHub
f503e533ad
Merge pull request #188178 from microsoft/tyriar/188173_term_selection
...
Add terminal selection API
2023-07-19 11:40:58 -07:00
meganrogge
fd68fa632c
add basics
2023-07-19 11:30:47 -07:00
Daniel Imms
31b9e9aa9b
Wait for terminal data before using terminal.selection APIs
2023-07-19 11:14:31 -07:00
Christof Marti and GitHub
6ae441b56f
Kerberos auth for proxies ( #188130 )
2023-07-19 20:11:00 +02:00
Daniel Imms and GitHub
471490656d
Merge branch 'main' into tyriar/188173_term_selection
2023-07-19 11:07:37 -07:00
Megan Rogge and GitHub
d1177d5987
Merge pull request #188294 from microsoft/merogge/screen-reader-message
...
inform screen reader user how to enter optimized mode in editor
2023-07-19 10:57:57 -07:00
Henning Dieterichs and GitHub
210f6d5174
Add category to "Go to Next/Previous Difference" commands ( #188292 )
2023-07-19 10:46:54 -07:00
meganrogge
9a29bef923
rm one
2023-07-19 10:38:59 -07:00
meganrogge
65f9f6a862
use keybinding label
2023-07-19 10:36:44 -07:00
Joyce Er and GitHub
2e615c0542
Announce chat slash command deletion ( #188215 )
...
* Announce chat slash command deletion
* Fix localization formatting
2023-07-19 10:13:39 -07:00
Sandeep Somavarapu and GitHub
37c5709c96
fix using defaults when creating from other profiles or templates ( #188290 )
...
#156144 fix using defaults when creating from other profiles or templates
2023-07-19 09:58:18 -07:00
Sandeep Somavarapu and GitHub
87340a153f
fix Getting suspended from Settings Sync #188275 ( #188288 )
2023-07-19 09:35:49 -07:00
Johannes
238c332119
some comments for concepts
2023-07-19 18:33:12 +02:00
Henning Dieterichs and GitHub
4d9df9a19b
Fixes #186417 ( #188279 )
2023-07-19 09:33:06 -07:00
meganrogge
10ad83ca0f
add default keybinding for toggling screen reader mode
2023-07-19 09:22:25 -07:00
Henning Dieterichs and GitHub
c4a3616fd7
Merge pull request #188012 from yshaojun/fix/175397
...
fix: modified editor width(#175397 )
2023-07-19 18:15:17 +02:00
meganrogge
87209068c4
fix #188278
2023-07-19 09:03:58 -07:00