Граф коммитов

126749 Коммитов

Автор SHA1 Сообщение Дата
Aiday Marlen Kyzy 258d57a4a3
Hex value should be prefixed with whitespace or should be at the start of the line (#233306)
hex value should be prefixed with whitespace or nothing
2024-11-07 11:44:05 +01:00
Aiday Marlen Kyzy b73c976b2a
Setting defaultColorDecorators setting to false for languages that use # for start of comments (#233303)
adding default setting for default color decorators for some languages
2024-11-07 11:41:05 +01:00
Daniel Imms 3d8a6051f3
Merge pull request #233300 from microsoft/tyriar/clean_241107
Remove unused code
2024-11-07 01:50:49 -08:00
Matt Bierner fb9299c266
Let IActionOptions take a localized string (#233239)
The `IActionOptions.alias` property typically duplicates the unlocalized `label`. This PR makes lets us avoid this duplication by letting you pass an  `ILocalizedString` to `label`. The localized version of the string will be used for the label while the unlocalized version will be used for the alias

The typings is a little ugly to avoid having to change all the existing implementers of `ILocalizedString`
2024-11-07 10:47:21 +01:00
Daniel Imms 91de2d6e22
Remove unused code 2024-11-07 01:35:01 -08:00
Johannes Rieken 6999b80e8f
don't show edit overlay inside diff editors (#233291)
https://github.com/microsoft/vscode-copilot/issues/10231
2024-11-07 10:09:14 +01:00
Benjamin Pasero 224f95b726
Opening VSCode results in completely blank window (fix #233266) (#233288) 2024-11-07 10:07:50 +01:00
João Moreno f0a0037891
use longer lived access tokens for cosmosdb auth (#233255) 2024-11-07 06:43:11 +01:00
Rob Lourens 818169af1d
Don't show implicit context widget for excluded files (#233273) 2024-11-06 20:15:15 -08:00
Rob Lourens 7d79eaeb8c
Fix up progress message rendering (#232207)
* Fix up progress message rendering

* css
2024-11-06 20:14:25 -08:00
Matt Bierner a38d2d0569
Remove log (#233259) 2024-11-06 18:13:10 -08:00
Rob Lourens d515b12842
Fix some chat codeblock commands (#233270)
Codeblock URIs are populated async, so enable waiting for the uri so we can set up the context used when running some commands with a keybinding
Fix #232802
2024-11-07 01:40:50 +01:00
Rob Lourens db7e872d7b
Add telemetry for bad DAP messages (#233268) 2024-11-07 00:59:48 +01:00
Rob Lourens 2cac90058f
Fix misaligned chat toolbar icons (#233265) 2024-11-06 23:26:00 +01:00
Connor Peet 5426416cdd
testing: only cap the width of the failure badge at the editor width (#233258)
* testing: only cap the width of the failure badge at the editor width

* lint
2024-11-06 22:59:52 +01:00
Benjamin Pasero 9fb1b42520
chat - tweaks to chat setup telemetry (#233260) 2024-11-06 22:59:35 +01:00
Matt Bierner 20e2977a10
Update paste/drop preference settings (#233261)
Makes it a simple array of kinds for now. We can add the mime type variation later if needed

Also makes the paste with imports have a better hierarchy. This lets you setup a keybinding for `text.updateImports` that will work across all languages that support it
2024-11-06 22:59:18 +01:00
Kannav Sethi 1643da069d
Change "Organize Imports" command label to "Optimize Imports" (#232869)
* metadata changes made to organize imports command

* metadata corrected to allow the use nls.localize2 for the description and removed unneccesary args meta-data

* newlines removed and formatting updated
2024-11-06 21:41:44 +00:00
Benjamin Pasero 52b944e89d
chat - tweaks to chat setup (#233178) 2024-11-06 22:13:38 +01:00
Joyce Er 92b713f613
fix: don't render a deletion view zone for created files (#233251) 2024-11-06 21:02:29 +01:00
Joyce Er 68bc872e17
fix: clear response failed context key when chat editing session is disposed (#233248) 2024-11-06 20:47:33 +01:00
Benjamin Pasero dbb5744d07
views - more actions to configure keybinding and position (#233169) 2024-11-06 20:28:28 +01:00
Benjamin Pasero e2cb345131
chat - update implicit context when visible editors change (#233173) 2024-11-06 20:28:01 +01:00
Raymond Zhao 6dd48ce0e4
chore: publish symbols to SymWeb (#233133) 2024-11-06 11:18:35 -08:00
Matt Bierner 6ee692054a
Pick up latest TS rc as bundled ts version (#233240) 2024-11-06 20:08:27 +01:00
Daniel Imms 5da8a28022
Merge pull request #233233 from microsoft/tyriar/233091_4
Add spinner to shellCommand and shellPromptInput
2024-11-06 10:06:21 -08:00
Daniel Imms 1aec85f6ac
Add spinner to shellCommand and shellPromptInput
Part of #233091
2024-11-06 09:50:55 -08:00
Aiday Marlen Kyzy 4122c1152b
Disable color decorators in the scm view pane (#233225)
disabling color decorators in the scm view pane
2024-11-06 09:41:31 -08:00
Aaron Munger 935dfd2ac8
focus last cell added command, and auto focus in a11y mode (#233120)
* focus last cell added command, and auto focus in a11y mode

* undo ipynb ext changes

* fix test object

* move work into REPL editor
2024-11-06 09:02:46 -08:00
Aiday Marlen Kyzy 1863cac01b
Removing surfacing of the `textAreaDomNode` on `ICodeEditor` (#232957)
* rewriting the code so as to not surface the text area dom node

* extracting class name into static field

* executing the paste code even if currentFocusedElement is not an html element

* adding justification and resetting the text content to empty string after paste
2024-11-06 08:56:39 -08:00
Aiday Marlen Kyzy e8e5333cbb
Add comment on next line when not at the end of the line comment in onEnter rules (#233219)
adding line comment when not at the end of a line
2024-11-06 17:45:54 +01:00
Henning Dieterichs af4c2d2666
Introduces TriggerInlineEditAction (#233217) 2024-11-06 17:23:07 +01:00
Johannes Rieken d5bdaaa0c0
full width inline zone (#233215)
fixes https://github.com/microsoft/vscode/issues/233201#issuecomment-2460048937
2024-11-06 17:04:12 +01:00
Daniel Imms c17224f354
Merge pull request #233197 from microsoft/tyriar/233091_3
Polish terminal tab string variables
2024-11-06 07:59:10 -08:00
Johannes Rieken 8944b8e7a2
fix https://github.com/microsoft/vscode-copilot/issues/9630 (#233212) 2024-11-06 16:54:06 +01:00
Daniel Imms e2fa61ba94
Merge branch 'main' into tyriar/233091_3 2024-11-06 07:34:20 -08:00
Johannes Rieken f6686e3ac7
chat overlay shows a percentage value to indicate how much has been updated already (#233202) 2024-11-06 16:26:51 +01:00
Daniel Imms b9a46fa1a7
Merge pull request #233198 from microsoft/tyriar/copilot10203
Remove disclaimer
2024-11-06 06:34:16 -08:00
Daniel Imms e0676079f3
Merge pull request #233196 from microsoft/tyriar/233091_2
Only show shellCommand string when it's executing
2024-11-06 06:17:49 -08:00
Daniel Imms 06a304aa01
Remove disclaimer
Fixes microsoft/vscode-copilot#10203
2024-11-06 06:15:44 -08:00
Daniel Imms 05389d8999
Polish terminal tab string variables
Part of #233091
2024-11-06 06:12:38 -08:00
Daniel Imms e26547934f
Only show shellCommand string when it's executing
Part of #233091
2024-11-06 06:02:33 -08:00
João Moreno a46559966e
move to new service connection, remove deprecated storage account upload (#233191) 2024-11-06 14:57:38 +01:00
Johannes Rieken 6e3cbfd138
support done signal for chat response text edits (#233181)
* support to signal "done with editing" via `ChatResponseStream#textEdit`

* remove `triggerEditComputation` and the response action because this happens automatically
2024-11-06 11:08:57 +01:00
Christof Marti e023ea2c7c Enable for remote (#228697) 2024-11-06 10:23:16 +01:00
Matt Bierner 76c27ee9dd
Make a few events readonly (#233142) 2024-11-05 19:45:07 -08:00
Matt Bierner db1db1518d
Don't try using path mapping for vscode.dev with local folder (#233139)
For #231098
2024-11-05 19:44:48 -08:00
Benjamin Pasero 159db3fe57
chat - track most recent code editor as context (#233081) 2024-11-05 19:21:03 -08:00
Daniel Imms 820c961d5a
Merge pull request #233100 from microsoft/tyriar/233091
Add shellType, Command and Prompt values for terminal title/desc
2024-11-05 16:56:56 -08:00
Matt Bierner 9da7491d2e
Use `ResourceMap` instead of object to store watchers (#233141)
For #228726

Also makes sure we don't override any listeners without disposing of them
2024-11-06 01:29:30 +01:00