Commit Graph
124157 Commits
Author SHA1 Message Date
Wei Hong 404efe027f styles: only needs to be set border-right-width is none if it is not .empty 2023-10-08 03:14:22 +08:00
Sandeep Somavarapu 3dea66b26d activity bar on top 2023-10-07 18:14:13 +02:00
Rob LourensandGitHub ef9f5d7f6f Fix chat editor title (#195049)
Oops, left over from refactoring last month
2023-10-07 13:15:22 +09:00
Peng LyuandGitHub a382147a3c fix #178082. update output font size on editor font size change (#195042) 2023-10-06 23:44:41 +01:00
Megan RoggeandGitHub 7d8e16f33c Merge pull request #195040 from microsoft/merogge/jsdoc
add jsdoc for focused view
2023-10-06 14:58:12 -07:00
Megan RoggeandGitHub f01f786638 Merge pull request #195029 from microsoft/merogge/fine-tune-position
enable preserving accessible terminal view cursor position
2023-10-06 14:54:54 -07:00
meganrogge d50293965a add jsdoc for focused view 2023-10-06 14:41:51 -07:00
Megan RoggeandGitHub 7dc5b081b9 Merge pull request #194965 from tisilent/fix-#191201
fix #191201
2023-10-06 14:39:37 -07:00
meganrogge d9c021f8f2 clean up 2023-10-06 14:28:46 -07:00
Megan RoggeandGitHub 0e62ff5f9f Update src/vs/workbench/contrib/accessibility/browser/accessibleView.ts 2023-10-06 14:28:38 -07:00
meganrogge 2a53577a33 rm unused param 2023-10-06 14:22:15 -07:00
Connor PeetandGitHub 226ad39bab debug: bump js-debug to 1.83.1 (#195035)
For https://github.com/microsoft/vscode/issues/194988
2023-10-06 22:18:14 +01:00
meganrogge 99bfab435b proper active instance check 2023-10-06 14:17:27 -07:00
meganrogge f6703e59c0 add to jsdoc 2023-10-06 14:04:11 -07:00
meganrogge 93b3b85c2b get it to work 2023-10-06 14:01:09 -07:00
meganrogge 59a10e0443 fix #194547 2023-10-06 13:03:57 -07:00
Johannes RiekenandGitHub 71b6974a2e Merge pull request #195024 from microsoft/joh/alone-skink
Joh/alone-skink
2023-10-06 20:53:15 +02:00
Raymond ZhaoandGitHub 874831ebcf Add service enabled check (#195017)
Fixes #194579
2023-10-06 20:28:56 +02:00
Henning DieterichsandHenning Dieterichs 3fbe3b9175 Fixes #193969 2023-10-06 20:19:58 +02:00
Johannes 36d9f6536e support to send detected intent as progress bit, first cut rendering is text and info message 2023-10-06 20:10:49 +02:00
Peng LyuandGitHub 5499ca495e Fix #195016. Update container position properly. (#195022) 2023-10-06 18:49:31 +01:00
Johannes c89d54ea3a show inline chat above changes, not below 2023-10-06 19:30:32 +02:00
Raymond ZhaoandGitHub 22ca160cbd Remove duplicate settings search results (#195020)
Remove duplicate settings
2023-10-06 18:21:49 +01:00
JvrandGitHub 98c29fb976 Fix grammar (#194970) 2023-10-06 10:19:44 -07:00
tisilent dc82e6af85 Use revealActiveTerminal 2023-10-07 01:06:41 +08:00
Greg Van LiewandGitHub ef0871b7bb Edits to setting descriptions (#195007) 2023-10-06 10:04:37 -07:00
Raymond ZhaoandGitHub 187fa0eff0 Ignore unloadable PDBs (#194731) 2023-10-07 01:39:58 +09:00
Alex RossandGitHub a792dff3a9 Fix comment widget location when editor lines change (#195008)
Fixes https://github.com/microsoft/vscode-pull-request-github/issues/4608
2023-10-06 09:25:58 -07:00
Connor PeetandGitHub e250c8066d cli: fix command prompt showing up on windows (#194946)
cli: fix wsl prompt up on windows machine

Fixes #190425 again
2023-10-06 17:09:47 +01:00
Henning DieterichsandHenning Dieterichs 95f948717b Fixes #194610 2023-10-06 17:08:35 +02:00
Alex RossandGitHub e702e852ea Fix missing awaits in comment thread widget (#195004)
This fixes a new issue where the ctrl+enter keybinding doesn't submit comments.
2023-10-06 15:41:00 +01:00
Johannes RiekenandGitHub c33760163c chat - race cancellation on EH side (#195003) 2023-10-06 16:31:02 +02:00
tisilent 03d419e901 Promise 2023-10-06 21:50:21 +08:00
Henning DieterichsandHenning Dieterichs b30900b56c Fixes #194702 2023-10-06 12:38:06 +02:00
Henning DieterichsandHenning Dieterichs b9aa748466 Deletes *.invalid.json files 2023-10-06 12:38:06 +02:00
Henning DieterichsandHenning Dieterichs da33fe42cd Adds moved code tests 2023-10-06 12:38:06 +02:00
Henning DieterichsandHenning Dieterichs e82448c344 Fixes #194867 2023-10-06 12:38:06 +02:00
Henning DieterichsandHenning Dieterichs 1c0a807f45 Fixes #194403 2023-10-06 10:19:52 +02:00
Aiday Marlen KyzyandGitHub a8af526c98 Merge pull request #194875 from microsoft/aiday/updatingDistro
Updating distro
2023-10-06 10:16:01 +02:00
Martin AeschlimannandGitHub 313c4cc6c6 resolvers api: add LinuxAlpineARM64 in comments (#194976) 2023-10-06 09:45:50 +02:00
14e5f6d297 implement reporting of references (#193783)
* sketchup reporting of references

the idea is that before a response comes it we can show references that an extension has used to create a prompt.

this is just the API sketch that I have in mind and nothing is hooked up in the UI yet

* Implement InteractiveContentReference

* Move code to typeConverters

---------

Co-authored-by: Rob Lourens <roblourens@gmail.com>
2023-10-06 09:12:47 +02:00
Aiday Marlen KyzyandGitHub a349fb27e4 Merge branch 'main' into aiday/updatingDistro 2023-10-06 09:00:39 +02:00
Tyler James LeonhardtandGitHub c3fa49d157 Allow use-inmemory-secretstorage to be defined in argv.json and include it & password-store in the JSONSchema (#194954)
* Allow `use-inmemory-secretstorage` to be defined in argv.json and include it & `password-store` in the JSONSchema

Title says it all. Oh, I also made sure `password-store` was only accepted on Linux.

ref https://github.com/microsoft/vscode/issues/187284

* hygiene
2023-10-06 08:32:53 +02:00
Rob LourensandGitHub 780b4471c5 Put the "used references" list behind a setting (#194966)
* Put the "used references" list behind a setting

* Disable decorations for used references list
2023-10-06 08:30:08 +02:00
tisilent f27d9e35c2 fix #191201 2023-10-06 11:11:04 +08:00
Rob LourensandGitHub df7d3d0540 Downgrade nvmrc to unblock build (#194961)
See #194921
2023-10-06 11:40:19 +09:00
Megan RoggeandGitHub aeffb188ed Merge pull request #194943 from microsoft/merogge/acc-term-view 2023-10-05 17:47:09 -07:00
Rob LourensandGitHub 280b591aca Revert "Dedupe strings in tf-idf index (#194920)" (#194955)
This reverts commit 65ad9a3836.
2023-10-05 17:28:09 -07:00
Peng LyuandGitHub 0f03e9bc72 Fix #189978. (#194952) 2023-10-06 00:09:38 +01:00
Megan RoggeandGitHub 3a5f66460f Merge pull request #194940 from microsoft/merogge/re-run
allow task quickpick to show if no task is running when `rerun task` is invoked
2023-10-05 16:09:24 -07:00