Commit Graph
127977 Commits
Author SHA1 Message Date
Megan RoggeandGitHub c19df5b00b support showIcons setting in terminal completions, simple suggest widget (#235998)
support showIcons setting in terminal completions
2024-12-12 15:24:30 -06:00
Megan RoggeandGitHub 1bf794adda change condition for adding terminal completion executables (#235994)
fix #235082
2024-12-12 12:13:41 -08:00
Megan RoggeandGitHub 868a93160d Set dropdown container's aria-disabled property to announce its disabled state on keyboard focus to screen reader users (#235992)
fix #235203
2024-12-12 20:31:21 +01:00
Matt BiernerandGitHub bee3e32d01 Merge pull request #235987 from mjbvz/narrow-bobcat
Make sure we sync file config before generating paste edits
2024-12-12 09:56:39 -08:00
Matt BiernerandGitHub 00acf39235 Merge pull request #235984 from mjbvz/contemporary-fly
Make `preparePasteEdits` interrupt diagnostics too
2024-12-12 09:45:05 -08:00
Matt Bierner 8c7ca99740 Make sure we sync file config before generating paste edits
This could explain why we occasionally see the wrong style of import being generated
2024-12-12 09:36:15 -08:00
Henning DieterichsandGitHub a897802b2d Adresses #235977 (#235981) 2024-12-12 18:26:39 +01:00
Aiday Marlen KyzyandGitHub 43d31daf41 inline completions debt from review of PR (#235980)
debt from review
2024-12-12 18:24:19 +01:00
Sandeep SomavarapuandGitHub cd9144314e fix #172251 (#235978) 2024-12-12 18:19:36 +01:00
Matt Bierner 6a0fcdeca6 Make preparePasteEdits interrupt diagnostics too
For #235959

Already done for the main paste request but we should do it for `preparePasteEdits`  too
2024-12-12 09:17:26 -08:00
Bhavya UandGitHub 1ee0f190a1 Update walkthrough step (#235865) 2024-12-12 09:16:36 -08:00
Johannes RiekenandGitHub de13422f41 fix https://github.com/microsoft/vscode/issues/235965 and some modernising (#235975) 2024-12-12 18:09:09 +01:00
Martin AeschlimannandGitHub 65cce8f7b6 Merge pull request #235917 from remcohaszing/bun-lock
Mark bun.lock as jsonc
2024-12-12 17:44:23 +01:00
Martin AeschlimannandGitHub 1a5b8e457b Merge pull request #235921 from remcohaszing/ndjson
Allow the .ndjson extension for the jsonl language
2024-12-12 17:43:56 +01:00
Aiday Marlen KyzyandGitHub 7b9ca91c54 Focus on editor after sticky scroll disabled (#235967)
focus on editor
2024-12-12 08:43:34 -08:00
Aiday Marlen KyzyandGitHub 4182e343f0 polish: adding dot (#235962) 2024-12-12 17:11:37 +01:00
Sandeep SomavarapuandGitHub 69e1fe0d55 fix #227446 - timeout request after 10s (#235960) 2024-12-12 16:54:22 +01:00
Sandeep SomavarapuandGitHub 4920694ece fix #234843 (#235955)
* fix #234843

* fix lint error
2024-12-12 16:48:37 +01:00
João MorenoandGitHub ded87f9d8e update unique names generator (#235958) 2024-12-12 16:46:14 +01:00
Johannes RiekenandGitHub 2de8e8ec77 fix https://github.com/microsoft/vscode/issues/216924 (#235956) 2024-12-12 16:31:21 +01:00
Alex RossandGitHub d3145c5087 workspaceFolder variable substitution in launch.json or tasks.json should use URI for virtual filesystems (#235954)
Fixes #197377
2024-12-12 16:02:39 +01:00
Henning DieterichsandGitHub 7c3b79da7f inline edit view refactoring (#235836)
* inline edit view refactoring

* Allows NES to overflow.

* Fixes file name casing

* Adds missing file

* fixes types

* Fixes type error
2024-12-12 15:01:23 +00:00
Benjamin PaseroandGitHub a212efb7a6 chat - trigger commands to refresh tokens as needed (#235952) 2024-12-12 15:19:37 +01:00
Daniel ImmsandGitHub 091477e325 Merge pull request #235951 from microsoft/tyriar/235899
Only allow shellCommand for high confidence
2024-12-12 06:10:36 -08:00
Daniel Imms 3b30f94f4f Only allow shellCommand for high confidence
Fixes #235899
2024-12-12 05:54:20 -08:00
Benjamin PaseroandGitHub f6e97b7c97 debt - go over todos (#235924)
* debt - go over todos

* fix hygiene
2024-12-12 14:47:59 +01:00
Ladislau SzomoruandGitHub a05c4434d7 Hover - fix input box hover (#235939) 2024-12-12 13:17:16 +01:00
Alexandru DimaandGitHub 822dba4bbc Don't try instantiating an InlineEditWithChanges when there are no effective changes (#235937) 2024-12-12 13:12:57 +01:00
Johannes RiekenandGitHub a63f68cebd fix https://github.com/microsoft/vscode/issues/212089 (#235936) 2024-12-12 13:04:08 +01:00
Martin AeschlimannandGitHub 1971faa406 autoDetectColorScheme enabled: fix flicker on window reload (#235935) 2024-12-12 12:51:05 +01:00
Benjamin Christopher SimmondsandGitHub 1d3cd67ef4 Fix aria-activedescendant attribute in suggestion dropdown (#235933)
fixes https://github.com/microsoft/monaco-editor/issues/3961
2024-12-12 12:47:13 +01:00
Johannes RiekenandGitHub 8d21c9df9d validate preview range using model (#235932)
fixes https://github.com/microsoft/vscode/issues/205611
2024-12-12 12:25:29 +01:00
Johannes RiekenandGitHub d44a823588 hide tree when showing message, no specal zindex for message (#235929)
fixes https://github.com/microsoft/vscode/issues/209757
2024-12-12 12:24:25 +01:00
TonyandGitHub fc3cc5b1c6 Fix custom task shell doesn't work without manually passing in "run command" arg/flag (#181760) 2024-12-12 11:02:45 +00:00
Johannes RiekenandGitHub d590c74933 don't spread huge arrays, use insertInto to avoid runtime failure (#235926)
https://github.com/microsoft/vscode/issues/235889
2024-12-12 11:46:56 +01:00
Martin AeschlimannandGitHub fda1af2e8f [theme] avoid flashing when starting up with a new OS color scheme (#235913)
* avoid flickering when autoDetectColorScheme is on

* update
2024-12-12 11:28:53 +01:00
Alex RossandGitHub 0b7b0c3ca5 Fix setting() showing in release notes for non-existant settings (#235914) 2024-12-12 11:02:57 +01:00
Alex RossandGitHub 87d4b889cc [Bug] Certain inline codeblocks are not displayed in release notes (#235911)
Fixes #235886
2024-12-12 10:54:53 +01:00
Remco Haszing 494787526e Allow the .ndjson extension for the jsonl language
NDJSON is a specification that is essentially the same thing as JSON
lines. The spec can be found on https://github.com/ndjson/ndjson-spec.

The NDJSON website is down. The project seems pretty much dead. The
status is best described by this comment:
https://github.com/ndjson/ndjson-spec/issues/35#issuecomment-1285673417

However, this doesn’t mean there aren’t any `.ndjson` files out there.
This changes adds `.ndjson` to the list of `jsonl` file extensions.
2024-12-12 10:54:34 +01:00
Sandeep SomavarapuandGitHub 92fbd7a228 fix #114994 (#235910) 2024-12-12 10:50:44 +01:00
Remco Haszing 39b0575e39 Mark bun.lock as jsonc
Bun added support for a new lockfile format using the jsonc language. It
uses an unconventional file extension, but it would be nice if VSCode
understands it by default anyway.

See https://github.com/oven-sh/bun/pull/15705
2024-12-12 10:46:25 +01:00
Benjamin PaseroandGitHub 492692eed3 Refactor chat setup context keys for consistency and clarity (#235909) 2024-12-12 10:44:59 +01:00
Aiday Marlen KyzyandGitHub 82d1ef9376 Render expanded hovers always on the same side, so does not jump around (#235851)
* add code always rendered on one side

* update size after contents change

* not allowing recomputation on verbosity request
2024-12-12 10:42:39 +01:00
João MorenoandGitHub 516c29d18e fixes #235895 (#235905) 2024-12-12 09:50:44 +01:00
Benjamin PaseroandGitHub c8379a73ff Fix punctuation in quota exceeded messages for clarity (#235906) 2024-12-12 09:47:48 +01:00
Benjamin PaseroandGitHub 9b22156745 chat - setup settings tweaks (#235900) 2024-12-12 09:24:43 +01:00
Benjamin PaseroandGitHub ebc661ee13 Rename IChatSyntheSizerContext to IChatSynthesizerContext for consistency (#235897) 2024-12-12 08:54:11 +01:00
2c7408dac4 Fix revealing a notebook cell from the debugger stopping and revealing active statement (Fixes #225290) (#225292)
Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com>
2024-12-12 05:13:30 +00:00
6a5c8cf95a Issue: #214481 Add Option to Ignore Code Blocks in Text-to-Speech (#235697)
* Add Option to Ignore Code Blocks in Text-to-Speech

* Add Option to Ignore Code Blocks in Text-to-Speech

* clean up

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2024-12-12 03:48:03 +00:00
Alex RossandGitHub 9fbfe5db10 Add okLabel to pick input (#235744)
Fixes #194519
2024-12-11 16:24:32 -08:00