Commit Graph

111509 Commits

Author SHA1 Message Date
Robo 00039b0fcf refactor: linux pipeline to use containers only for yarn step (#188383)
* ci: use container only in yarn step

* chore: invalidate cache

* chore: install missing deps for packaging

* chore: remove duplicate package installations

* fix: oss build

* chore: separate deb and rpm package preparation

* chore: mount out folder when packaging

* ci: switch to official docker image
2023-07-20 21:02:56 -07:00
Tyler James Leonhardt b949114b9f Make InputOnTopChat the default (#188430)
I think it's improved enough to be the new default.
2023-07-20 20:01:12 -07:00
Tyler James Leonhardt 696f9682f3 Introduce chat.experimental.defaultMode to decide default chat experience (#188429) 2023-07-20 15:56:44 -07:00
Michael Lively 28e972e496 initial stickyScroll support for notebooks (#188323)
* stickyscrool wip. dom node + filler static content

* headers rendering. todo: too early, multiple headers

* css file movement + outline rework

* kernel css move

* pop-in fixed // css cleaned // setting added

* fix override

* low hanging fixes

* refactor to remove unnecessary layer

* section transition logic cleanup + other misc fixes

* whoops changed a little too much. todo: linesToRender thinking

* finalized logic

* nits

* def false

* Update zindex

* Fix font size

---------

Co-authored-by: Peng Lyu <penn.lv@gmail.com>
2023-07-20 15:50:39 -07:00
Meghan Kulkarni 2ba9f17b3f making the markdown link paste feature smart (#188119)
* making markdown link pasting feature smarter

* Update settings description

Co-authored-by: Joyce Er <joyceerhl@gmail.com>

* made checkPaste more concise

* won't paste md link in fenced code or math

* updated the smart md link pasting

* link validation and naming changes

* resolving comments and tests

* resolving comments & writing tests

---------

Co-authored-by: Joyce Er <joyceerhl@gmail.com>
2023-07-20 15:16:40 -07:00
Tyler James Leonhardt aa7bc8579a Support showing progress on InputBoxes (#188424)
Fixes https://github.com/microsoft/vscode/issues/188080
2023-07-20 23:44:08 +02:00
Megan Rogge 043e26c99e Merge pull request #188422 from microsoft/merogge/prevent-response
prevent response from being accepted by the accessibility service repeatedly
2023-07-20 14:33:44 -07:00
meganrogge 13e76637ba fix #188417 2023-07-20 14:15:02 -07:00
Megan Rogge 3146dbd625 Merge pull request #188419 from microsoft/merogge/lang
use markdown as language for accessible view
2023-07-20 14:04:10 -07:00
meganrogge 5c06ca6274 consolidate 2023-07-20 13:36:32 -07:00
meganrogge 594615537c use language for hover, markdown for notebook output 2023-07-20 13:34:48 -07:00
meganrogge d205ce0ccb use markdown as language for accessible view 2023-07-20 13:24:48 -07:00
Aaron Munger c8dfe36d32 Merge pull request #188310 from microsoft/aamunger/notebookOutputView
put cell output content into accessibility view
2023-07-20 12:58:12 -07:00
Megan Rogge fec0a6ba25 Merge pull request #188404 from microsoft/merogge/keys
re-assign navigate accessible buffer keybinding so it doesn't conflict with open detected link
2023-07-20 12:50:39 -07:00
Megan Rogge 2f0130d4de Merge pull request #188402 from microsoft/merogge/console-error
don't create `CodeActionController` for terminal / general accessible view
2023-07-20 12:50:27 -07:00
Megan Rogge 6e19e63687 Merge pull request #188405 from microsoft/merogge/fix-wording
fix wording
2023-07-20 12:50:13 -07:00
Peng Lyu 5def5bc8ea Move off native private fields for IW (#188411)
Move off native private fields
2023-07-20 12:48:46 -07:00
Megan Rogge 7994d91f61 Merge pull request #188408 from microsoft/merogge/hover-notify
provide `status` info that hover can be inspected in the accessible view
2023-07-20 12:17:32 -07:00
aamunger 587ce36455 move function to helper file 2023-07-20 12:05:37 -07:00
Megan Rogge 620e4cc99d Merge branch 'main' into merogge/hover-notify 2023-07-20 12:02:17 -07:00
aamunger db6c9a9255 limit the amount of data 2023-07-20 12:01:44 -07:00
aamunger c3261e5749 fix newline replace 2023-07-20 12:01:44 -07:00
aamunger 82b4f2bf49 make error output legible 2023-07-20 12:01:43 -07:00
aamunger eb7ed2b2aa label output indexes if more than one 2023-07-20 12:01:42 -07:00
aamunger cc6ee0efd5 put cell output content into a11y view 2023-07-20 12:01:41 -07:00
Megan Rogge 94db5c44c3 Merge pull request #188409 from microsoft/merogge/fix-inline
remove hardcoded slash commands from inline chat help menu
2023-07-20 11:57:15 -07:00
meganrogge e42c15fa4c tweak 2023-07-20 11:35:11 -07:00
meganrogge a4b7956a2e fix #186487 2023-07-20 11:33:18 -07:00
meganrogge 4654233dd2 tweak wording 2023-07-20 11:26:20 -07:00
meganrogge 9c1da8c59b fix #188319 2023-07-20 11:25:22 -07:00
meganrogge 4e539b0a96 or undefined 2023-07-20 11:09:32 -07:00
meganrogge 2bd814e1ff fix wording 2023-07-20 11:04:32 -07:00
meganrogge cd520b8c38 fix #188101 2023-07-20 10:39:46 -07:00
meganrogge b327c1c5a2 Merge branch 'main' into merogge/console-error 2023-07-20 10:19:03 -07:00
meganrogge 2d62fea265 fix #188316 2023-07-20 10:16:03 -07:00
Megan Rogge c770ca6678 Merge pull request #188318 from microsoft/merogge/accessible-view-hint
add accessible view hint, next/previous iterations through chat responses, hint about navigating through notifications/chat responses
2023-07-20 09:49:23 -07:00
Christof Marti cb0f0efbcc Remember when ticket was requested (#187456) 2023-07-20 18:34:07 +02:00
Megan Rogge 3a5743ca49 Merge branch 'main' into merogge/accessible-view-hint 2023-07-20 09:30:06 -07:00
Christof Marti e87dc37041 Enable system certificates v2 by default (#185098) 2023-07-20 18:01:31 +02:00
Henning Dieterichs 6f21bd8a7c Fixes #188348 (#188372) 2023-07-20 17:48:52 +02:00
Henning Dieterichs 32511c4d9a Merge pull request #188362 from microsoft/hediet/b/lengthy-bovid
Fixes inline diff editor
2023-07-20 17:31:53 +02:00
Johannes Rieken e6cb8b7fd9 properly detect when all lines want to be hidden (#188392) 2023-07-20 17:29:25 +02:00
Johannes Rieken fdef134c6e make sure auto reveal of inline input is more careful (#188390)
fixes https://github.com/microsoft/vscode-copilot/issues/793
2023-07-20 17:14:46 +02:00
Isidor Nikolic 3c6ebab286 Merge pull request #186450 from sandeep-sen/main
Enabling tag telemetry for Go
2023-07-20 17:06:58 +02:00
Johannes Rieken 3b7d859f92 fix https://github.com/microsoft/vscode-copilot/issues/794 (#188386) 2023-07-20 16:41:44 +02:00
Aiday Marlen Kyzy 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 a6b766d8ad Fix an async test suite (#188380) 2023-07-20 15:46:52 +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