rebornix
8d2e2d7732
Merge remote-tracking branch 'origin/main' into pr/vinistock/198349
2024-02-16 10:26:31 -08:00
Rob Lourens and GitHub
4ba66bf35e
Chat API: add 'command' to response history ( #205377 )
2024-02-16 09:09:04 -07:00
Ladislau Szomoru and GitHub
9aa943b890
Git - toggle diagnostics when git.experimental.inputValidation setting changes ( #205355 )
2024-02-16 15:06:36 +01:00
Ladislau Szomoru and GitHub
ae7a786d1b
Git - do not invoke post commit commands when calling commit through the git extension api ( #205364 )
2024-02-16 14:32:31 +01:00
Ladislau Szomoru and GitHub
e713ba0fb9
Git - Add context menu to history items ( #205359 )
2024-02-16 12:48:08 +01:00
Ladislau Szomoru and GitHub
0f8cab37f1
Git - add "Hard wrap all lines" code action is there are multiple long lines ( #205349 )
...
* Git - add "Hard wrap all lines" code action is there are multiple long lines
* 💄 Moved code around
2024-02-16 10:58:44 +01:00
Ladislau Szomoru and GitHub
4f9a706c79
Git - add command to close all unmodified editors ( #205278 )
...
* Git - add command to close all unmodified tabs
* Fix compilation error
2024-02-15 14:33:02 +01:00
Ladislau Szomoru and GitHub
f396fe0e2b
Git - refresh decorators when incoming/outgoing changes ( #205282 )
2024-02-15 14:26:25 +01:00
Johannes Rieken and GitHub
4c06e3f867
rename proposal from chatRequestAccess to languageModels, move into new lm namespace ( #205272 )
...
* rename proposal from `chatRequestAccess` to `languageModels`, move into new `lm` namespace
https://github.com/microsoft/vscode/issues/199908
* fix itests
2024-02-15 12:02:08 +01:00
Ladislau Szomoru and GitHub
9576c1a7c5
Git - Add button/setting to always replace local tags in case of a conflict during the pull operation ( #205148 )
2024-02-13 22:04:29 +01:00
Rob Lourens and GitHub
c2316194e2
Get rid of history2, variables2 ( #205124 )
...
* Get rid of history2
* Remove prompt2 and variables2
* Clean up variables2/prompt2
* Fix tests
* Fix ranges
* Fix test
2024-02-13 11:33:21 -08:00
Ladislau Szomoru and GitHub
4194cbfdf8
Git - 💄 more history provider logging ( #205101 )
...
* Git - 💄 more history provider logging
* Fix up more logging
2024-02-13 14:56:22 +01:00
Ladislau Szomoru and GitHub
45e2e2072f
Git - fix upstream state management check ( #205078 )
2024-02-13 11:53:50 +01:00
Justin Chen and GitHub
7ff2572a3e
remove leftover console log in quickfix ( #205022 )
...
removed leftover log
2024-02-12 19:45:06 +01:00
Ladislau Szomoru and GitHub
2f6b7e163c
Git - Update showProgress value in DiffOperation ( #205012 )
2024-02-12 17:40:02 +01:00
Ladislau Szomoru and GitHub
c19383a66d
Git - add file decoration provider for incoming changes ( #204919 )
...
* Initial implementation of a file decoration provider and quick diff provider
* Refactor file decoration provider
* Add incomingChanges to history provider
* Move decoration provider
* Move things around
* Add separate color for renamed incoming change
* Remove include that is not needed
2024-02-11 07:39:43 +01:00
Rob Lourens and GitHub
b2f1748501
Rename "subcommand" to "command" ( #204911 )
...
* Rename "subcommand" to "command"
* Fix build
2024-02-10 13:58:18 -08:00
Rob Lourens and GitHub
b49c1c1170
Add ChatAgentResult2#metadata ( #204851 )
...
* Support serializable metadata on 'result' object from chat agent
* Fix 'errorDetails' on the VM
* Fix acceptAction, get rid of generic parameter on ChatAgent
* Use result metadata for followups
* Use serialized result for history
* Don't share metadata between agents
* Add a test for result metadata
* Fix build
2024-02-10 05:40:01 -08:00
Ladislau Szomoru and GitHub
c9215c87ba
Git - fix commit action button when detached/rebase ( #204857 )
2024-02-09 21:02:24 +01:00
Ladislau Szomoru and GitHub
20c0f83f1b
Git - experimental input validation using diagnostics ( #204822 )
...
* Initial implementation
* Add setting + code actions
2024-02-09 14:19:30 +01:00
Andrea Mah and GitHub
90cebfaeb2
Fix fuzzy searching for findFiles2 ( #204768 )
...
* progress on making fuzzy option
* finish connection to findfiles API
2024-02-08 13:17:58 -08:00
Johannes Rieken and GitHub
cccd228808
disable extension mangling, ( #204700 )
...
workaround for https://github.com/microsoft/vscode/issues/204692
2024-02-08 10:47:54 +01:00
Ladislau Szomoru and GitHub
d25c50303e
Git - Add more telemetry to history provider to investigate issue ( #204689 )
2024-02-08 09:02:47 +01:00
Matt Bierner and GitHub
da36e0eba1
Disable url smart paste in autolinks ( #204673 )
...
Fixes #188859
2024-02-07 18:01:32 -08:00
Matt Bierner and GitHub
428dd56479
Try to observe TS usage of insert/replace ( #204661 )
...
Fixes #204037
- Replace span on item == use for both insert and replace
- Optional replacement span == use only for replace
2024-02-07 15:21:42 -08:00
Matt Bierner and GitHub
a1fb0dcd2e
Put all chat code blocks in same implicit JS/TS project ( #204655 )
2024-02-07 14:47:44 -08:00
Andrea Mah and GitHub
20d18171b3
introduce findFiles2 API ( #203844 )
...
* introduce first version of FindFiles2 API
2024-02-07 14:23:46 -08:00
6c7362fe4f
Reinstate command items when filtering checkout quickpick ( fix #202870 ) ( #204107 )
...
---------
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com >
2024-02-07 20:42:45 +00:00
b05778eb90
Workbench - ability to contribute window title variables ( #204538 )
...
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
2024-02-07 12:41:17 -08:00
Aaron Munger and GitHub
fe6db4073f
allow time to scroll ( #204646 )
2024-02-07 11:08:03 -08:00
Ladislau Szomoru and GitHub
d96a8b66ce
SCM - Use Publish action when the local branch does not have an upstream ( #204617 )
2024-02-07 15:54:49 +01:00
Martin Aeschlimann and GitHub
d5ec4bd197
Monokai Dimmed theme: LESS syntax highlighting colors very different in v1.86.0 ( #204605 )
2024-02-07 14:52:21 +01:00
Alex Ross and GitHub
fc771c597f
Update Go grammar ( #204590 )
2024-02-07 14:33:31 +01:00
Johannes Rieken and GitHub
57f5f81edd
api - rename: ChatAccess -> LanguageModelAccess ( #204583 )
...
* rename - ChatAccess -> LanguageModelAccess
* fix tests
2024-02-07 13:39:34 +01:00
Ladislau Szomoru and GitHub
0679fa72d5
Git - adjust branch base computation ( #204585 )
2024-02-07 12:43:16 +01:00
Matt Bierner and GitHub
64cd658cac
Disable some share context menus in editor playground ( #204566 )
2024-02-07 09:05:51 +01:00
Alex Ross and GitHub
f8546bc73f
API to find the active comment thread ( #204486 )
...
* API to find the active comment thread
Fixes #204484
* Add issue ref
* Add activeComment proposal to api tests
* Add settimeout to blur event
2024-02-07 08:59:24 +01:00
Ladislau Szomoru and GitHub
63ebf06bb6
Git - add action to regenerate branch name ( #204481 )
2024-02-06 14:22:14 +01:00
0786b4d2fb
fix(193523): JSDoc optional parameters don't display in functions ( #202963 )
...
* Issue193523: Brought back optional params to autocompletion preview
* #193523 : Hided end-of-list optional params
* #193523 : Added unit tests
* #193523 : Fixed integration tests
* Update extensions/typescript-language-features/src/languageFeatures/util/snippetForFunctionCall.ts
---------
Co-authored-by: Matt Bierner <matb@microsoft.com >
2024-02-06 03:59:23 +00:00
rzvc and GitHub
e7b03742b5
Fix docblock expansion in TS, when asterisk not preceded by a space ( #204400 )
...
Fixes issue #193263 .
2024-02-06 03:52:06 +00:00
Justin Chen and GitHub
9f50c3dc2a
groundwork for code action ranges for quick fix ( #204191 )
...
* added in config
* fix balance between diagnostic and range
* cleanup
2024-02-05 14:13:18 -08:00
Martin Aeschlimann and GitHub
9db238ecdc
tomorrow night blue shows keyword color wrong ( #204423 )
2024-02-05 23:09:50 +01:00
Ladislau Szomoru and GitHub
12904c651e
Git - fix View Commit action from the timeline view ( #204410 )
2024-02-05 22:02:02 +01:00
212e24f4db
Enable json language support for code-snippets files ( #204090 )
...
* Enable json language support for `code-snippets` files
* fix
* snippets as a known language to the json language server
---------
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com >
2024-02-05 15:56:16 +01:00
Alex Ross and GitHub
125c21d0b4
Update log grammar ( #204360 )
2024-02-05 15:24:15 +01:00
Rob Lourens and GitHub
5e3a912d7f
Move welcome message to chat agent ( #204163 )
...
* Move welcome message provider to default agent
* Remove welcome message/sample questions from interactive provider
* Remove provider display name and icon
* Add default agent for tests
* And proposal
2024-02-02 18:41:13 +01:00
Benjamin Pasero and GitHub
a54c7531d0
🆙 esbuild@0.20.0 ( #203626 )
2024-02-02 11:47:17 +01:00
Hylke Bons and Hylke Bons
b8ac113876
themes: Increase contrast of inputs placeholder text
2024-02-01 18:03:40 +01:00
Charly and GitHub
09f3bd5c0b
Fix typo in configurationEditingMain.ts ( #203970 )
...
Removed the extra `an` in `The path where an an extension is installed`.
2024-02-01 16:24:18 +00:00
Lucas Towers and GitHub
8182fd55db
Fix markdown light and dark mode when using high contrast themes ( #203690 )
2024-02-01 00:54:32 +00:00