Commit Graph
124157 Commits
Author SHA1 Message Date
Megan RoggeandGitHub db5b25eb7d Merge pull request #196131 from microsoft/merogge/link-setting
fix setting name
2023-10-20 15:32:17 -07:00
Rob LourensandGitHub ceeec96501 Show Location ranges in used refs file label (#196129) 2023-10-21 00:23:27 +02:00
Megan RoggeandGitHub 187b071062 Merge pull request #196128 from microsoft/merogge/update-cues
add finalized clear, format, save audio cues
2023-10-20 15:22:57 -07:00
Sandeep SomavarapuandGitHub a59e7f0bce fix #195690 (#196125) 2023-10-20 15:19:25 -07:00
meganrogge 2c1d2d86a2 Fix #196130 2023-10-20 15:16:29 -07:00
meganrogge 7e347b0cc4 use finalized audio cues 2023-10-20 15:04:17 -07:00
Bhavya UandGitHub 3658a3f33b Initial support for account entitlements (#195750)
* Initial support for accounts entitlements

* Clean up code

* Remove dependency on FIleReader

* Update vi18n.resources.json

* Use IRequestService

* Rename to IGitHubEntitlement
2023-10-20 14:41:21 -07:00
gjsjohnmurray a272816bf6 Invert setting and rename to debug.hideLauncherWhileDebugging 2023-10-20 22:28:17 +01:00
Megan RoggeandGitHub 270405f638 Merge pull request #196120 from microsoft/merogge/acc-view-first
pass first letter into terminal, don't await timeout
2023-10-20 14:17:35 -07:00
meganrogge 652ef862b8 pass first letter into terminal, don't await timeout 2023-10-20 13:48:45 -07:00
Daniel ImmsandGitHub cbd452f25b Merge pull request #195827 from microsoft/tyriar/195804
Start moving window/document to use layout service
2023-10-20 13:43:28 -07:00
Daniel ImmsandGitHub 1ba5097299 Merge branch 'main' into tyriar/195804 2023-10-20 13:28:30 -07:00
Daniel ImmsandGitHub 41eb4ec194 Merge pull request #196110 from microsoft/tyriar/196109
Force chat block toolbar visibility on ctx menu change
2023-10-20 13:27:30 -07:00
Daniel Imms d16d3e8dac Add quickchat.toggle arg schema 2023-10-20 13:26:55 -07:00
Daniel Imms 25c8a17bff Allow quick chat toggle to take partial input
Part of microsoft/vscode#184411
2023-10-20 13:19:20 -07:00
Rob LourensandGitHub 95e12b8ba0 Allow slash completions before whitespace (#196111) 2023-10-20 21:09:24 +02:00
Daniel Imms 66306d0c56 Force chat block toolbar visibility on ctx menu change
Fixes #196109
2023-10-20 11:49:29 -07:00
Daniel ImmsandGitHub 08097213f6 Merge pull request #196107 from microsoft/tyriar/shell_terminal_run
Show chat run in terminal as primary for shell langs
2023-10-20 11:47:58 -07:00
Daniel Imms 31a49e1e19 Show chat run in terminal as primary for shell langs
Fixes #196106
2023-10-20 11:31:19 -07:00
Rob LourensandGitHub a7154c902d Delete full token on backspace (#196105)
* Don't let chat contribs break the chat window

* Delete full token on backspace
2023-10-20 11:29:12 -07:00
Johannes RiekenandGitHub 1ca2bfbec1 stop progressive text edits when request is cancelled, hide diffzone(s) after undo'ing changes (#196100) 2023-10-20 11:08:12 -07:00
Joyce ErandGitHub 81c8da61fb feat: allow markdown strings in chat welcome (#196104) 2023-10-20 11:07:28 -07:00
Tyler James LeonhardtandGitHub c1c0f857dd Add bottom padding to chat items (#196101)
Fixes #196028
2023-10-20 19:30:19 +02:00
Johannes RiekenandGitHub 386ec5523e Merge pull request #196098 from microsoft/joh/profound-egret
Fix inline chat widget rendering and simplify code
2023-10-20 19:04:36 +02:00
Johannes d7bd919732 for now, disable multiple diff zones
https://github.com/microsoft/vscode-copilot/issues/2121
2023-10-20 18:42:03 +02:00
Logan RamosandGitHub 8847e90041 Update endpoint definition (#196097) 2023-10-20 18:39:43 +02:00
Johannes 52fa01b46c https://github.com/microsoft/vscode-copilot/issues/2122
highlight whole range again, always show widget above whole range, simplify bits some parts
2023-10-20 18:30:49 +02:00
Johannes 07cf686e87 fix https://github.com/microsoft/vscode-copilot/issues/2124 2023-10-20 17:45:05 +02:00
Alex RossandGitHub 8b2aec0bda Fix issue with CommentThread focus stealing (#196088)
Writing `vscode.CommentThread.comments` steals focus from Reply input / resets empty Reply input
Fixes #182060
2023-10-20 16:33:28 +02:00
Benjamin PaseroandGitHub c4f155eca1 Aux window: support isolated window.title per window (fix #195892) (#196064)
* 💄

* Aux window: support isolated `window.title` per window (fix #195892)

* oh thank you tests
2023-10-20 16:03:29 +02:00
Johannes RiekenandGitHub 272a3c2e9a Merge pull request #196075 from microsoft/joh/xenacious-mammal
Improve progressive edits of inline chat
2023-10-20 14:35:14 +02:00
Henning DieterichsandHenning Dieterichs 8b2c78ca43 Updates monaco.d.ts 2023-10-20 14:07:26 +02:00
Henning DieterichsandHenning Dieterichs d4766ca708 Fixes type error 2023-10-20 14:07:26 +02:00
Henning DieterichsandHenning Dieterichs f784fecc1e Introduces scrollable.ignoreHorizontalScrollbarInContentHeight. Fixes #195981 2023-10-20 14:07:26 +02:00
Johannes 9ad7a4f7f8 good catch. thank you tests 2023-10-20 13:50:18 +02:00
John MurrayandGitHub 0b051c20b5 Merge branch 'main' into pink-bedbug 2023-10-20 12:10:59 +01:00
Johannes RiekenandGitHub de0121cf0e stop revealing inline chat when typing in its input box (#196074)
fixes https://github.com/microsoft/vscode-copilot/issues/2103, undes a feature-request that shouldn't have been done
2023-10-20 12:07:53 +02:00
Johannes fcb1687ef8 Rename DeferredAsyncIterableObject to AsyncIterableSource and align it method names 2023-10-20 11:41:07 +02:00
Johannes 04a8e5ae5b enqueue progress edits so that their "typing" doesn't influce the average duration at which chunks are received 2023-10-20 11:39:15 +02:00
Johannes 52b663b3ab Add listener to show diff zones as soon as first edit is applied 2023-10-20 11:17:10 +02:00
Johannes a01b5c3b67 don't use minimal edits when showing progressive edits 2023-10-20 11:09:10 +02:00
Isidor NikolicandGitHub 25c136a6bd Merge pull request #195934 from microsoft/merogge/win-mag
place textarea on the cursor when in screen reader mode
2023-10-20 09:03:45 +00:00
Martin AeschlimannandGitHub b5e4f89462 json.schemas improve setting description (#196071)
json.schemas improve setting description. For #196049)
2023-10-20 10:00:32 +02:00
João MorenoandGitHub 417e17038c Use NodeJS mirror for more reliable downloads (#196038)
get node from mirror
2023-10-20 09:53:57 +02:00
Benjamin PaseroandGitHub 88ab0de44c open editors - do not bypass strict null (#196066)
//cc @lramos15
2023-10-20 08:57:04 +02:00
Rob LourensandGitHub 999020e1a2 References list should not steal all mouse wheel events (#196060) 2023-10-20 07:30:37 +02:00
Raymond ZhaoandGitHub 8e11b537e3 Add TF-IDF as a backup option for settings search (#196052)
Fixes #194032
2023-10-19 16:30:47 -07:00
Joyce ErandGitHub 96df3459ed fix: render welcome view when model doesn't init (#196051) 2023-10-19 16:06:25 -07:00
Megan RoggeandGitHub 0d382ea42a Merge pull request #196048 from microsoft/merogge/revise
revise message
2023-10-19 14:36:14 -07:00
John MurrayandGitHub 797901d502 Merge branch 'main' into attempt-163627v2 2023-10-19 22:23:36 +01:00