Commit graph

118893 commits

Author SHA1 Message Date
Alex Ross b6feb4ad66
Update style of settings in release notes (#205551)
* WIP for updating styling of release notes button

* Keyboard nav + fix test
2024-02-19 16:52:44 +01:00
Ulugbek Abdullaev b341631192
rename suggestions: dispose listeners & clear focused-elements list on blur 2024-02-19 16:22:26 +01:00
Benjamin Christopher Simmonds 34986b21cb
Merge pull request #205536 from microsoft/benibenj/brief-egret
Report client OS / Desktop Environment
2024-02-19 16:06:18 +01:00
Benjamin Christopher Simmonds 43d55cbf88
Localize Inno Updater (#205279)
* without translations

* Update messages.en.isl

* translations, hopefully correct encoding

* inno updater v0.11.0
2024-02-19 16:03:48 +01:00
Henning Dieterichs 11b3d6b71a Fixes #205446 2024-02-19 15:54:08 +01:00
Ulugbek Abdullaev 372baec4ac
rename suggestions: clean up 2024-02-19 15:49:41 +01:00
Ulugbek Abdullaev 47becdc152
rename suggestions: add dispose() to CandidatesView 2024-02-19 15:44:53 +01:00
Ulugbek Abdullaev c28d1668ee
rename widget: clean up computing cursor-box top 2024-02-19 15:35:05 +01:00
Martin Aeschlimann 875855a444
fix: memory leak in code editor widget (#205488) (#205542)
Documentation: CSS setting is incorrect.
2024-02-19 15:26:08 +01:00
Rob Lourens 05bf957b31
Rename the chat agent API to "participant" (#205477)
* Start renaming chat API from "agent" to "participant"

* Rename the rest of the API

* Rename in integration test

* Update integration test api proposals

* Bump distro
2024-02-19 14:53:58 +01:00
Ulugbek Abdullaev a6921e0bc8
rename widget: fix not showing on 2nd try 2024-02-19 14:47:46 +01:00
Simon Siefke b2b60ac5b3
fix: memory leak in code editor widget (#205488) 2024-02-19 13:39:49 +00:00
Benjamin Pasero d83cc26e1b
voice - avoid cancellation token and disposable at the same time (#205532)
* voice - avoid cancellation token and disposable at the same time

* fix tests

* .

* .
2024-02-19 14:37:31 +01:00
Johannes Rieken 26fdfc6c98
move accessible diff view above status actions (#205538) 2024-02-19 14:19:29 +01:00
Ulugbek Abdullaev 69f86adcad
rename widget: lots of traces to identify why rename widget doesn't appear sometimes 2024-02-19 13:59:55 +01:00
Krzysztof Cieślak 7329258fc9
Don't run onDidBlurEditorWidget and onDidFocusEditorText if inline edit is disabled (#205378) 2024-02-19 12:56:47 +00:00
BeniBenj 8ec6cec39b
report client OS / DE 2024-02-19 13:52:10 +01:00
Johannes Rieken b128796cd8
Merge pull request #205514 from microsoft/joh/awful-quelea
Show accessible diff viewer in line chat widget
2024-02-19 13:14:18 +01:00
Justin Chen 735d80e0e2
revert early disposal of code actions (#205508)
revert early disposal of actinos
2024-02-19 04:09:35 -08:00
Benjamin Christopher Simmonds 1a0dcf8049
Close custom hover on escape (#205527)
close custom hover on escape
2024-02-19 12:19:57 +01:00
Isidor Nikolic 4915ad8fb0
Merge pull request #205525 from microsoft/isidorn/philosophical-dormouse
Update distro hash in package.json
2024-02-19 12:18:04 +01:00
Benjamin Christopher Simmonds 3ee2bef56a
Fix custom hover closing context view for breadcrumbs (#205518)
Fix custom hover closes context view for breadcrumbs
2024-02-19 11:54:09 +01:00
isidor bc525c0f33 Update distro hash in package.json 2024-02-19 11:53:12 +01:00
Johannes 2819e44d2c
update scrollbars when dimensions change 2024-02-19 11:40:19 +01:00
Benjamin Pasero a7844a6349
Other files don't open when launched with an unsaved workspace (fix #205453) (#205517)
* Other files don't open when launched with an unsaved workspace (fix #205453)

* polish
2024-02-19 11:24:18 +01:00
Sandeep Somavarapu 378b4c969b
use vsce-sign module from npm (#205511)
* update distro

* use vsce-sign module

* update distro

* update distro
2024-02-19 09:17:54 +01:00
Johannes 450daa724a
Merge branch 'main' into joh/awful-quelea 2024-02-19 09:11:00 +01:00
Justin Chen 3c1ceb6a1f
issue reporter selection handling, adds extensionId to ipc (#205507)
* fixed IPC handling

* IT ALL WORKS NOW

* fix quotes
2024-02-19 08:50:01 +01:00
Ulugbek Abdullaev 11095a2781 rename controller & action: add tracing 2024-02-18 22:06:15 +01:00
Rob Lourens b48ad70a42
Allow https URIs as chat references (#205482)
Fix #203822
2024-02-18 18:41:26 +01:00
Ulugbek Abdullaev 6e539e3b7b rename suggestions: fix: allow clicking on a rename candidate with a mouse
fixes https://github.com/microsoft/vscode/issues/205376
2024-02-18 16:10:53 +01:00
Ulugbek Abdullaev 90e788d1fd rename suggestions: fix old candidates being shown when re-triggering/re-opening rename widget in the same document position quickly 2024-02-18 16:10:53 +01:00
Ulugbek Abdullaev 89d33f932b rename suggestions: use Promise.allSettled so that if one provider throws, we still get names from other providers 2024-02-18 16:10:53 +01:00
Ulugbek Abdullaev cdfa3491ce rename suggestions: don't focus unless there're already elements 2024-02-18 16:10:53 +01:00
Benjamin Christopher Simmonds a8f73340be
Fix for smoketest extension installation timeout (#205444)
hover smoke test fix #204771
2024-02-17 17:58:12 +01:00
Benjamin Pasero 588fb3856b
[Accessibility] Status bar items with no command can still have focus, but do not show it (fix #205388) (#205435) 2024-02-17 07:13:33 -08:00
Justin Chen 0cbc11c26c
use menu contributions in issue reporter (#205176)
* merge changes to branch

* groundwork for issue command

* removed all the extra random imports

* working flow and rerender/repopulate data

* cleaner working version;'

* cleanup

* ensures that IPC is replied to in both cases

* added data overwrite

* cleanedup

* more cleanup

* cleanup part 2

* comment and make sure to clear uri

* removed unused var

* ensures we don't send ipc early before open reporter call

* removed console logs

* addressing some of the comments

* move is running location

* nicely working version

* removed incorrect package.json location

* re-enables dropdown, switch to extensionidentifier

* removed tokey

* fixes what happens when extensions change mid-await

* use proposed contribIssueReporter

* finally working in all scenarios

* make sure we clear data well enough
2024-02-16 16:19:41 -08:00
Andrea Mah 33c385ba7a
add clarity to FindFiles2 (#205407) 2024-02-16 23:21:46 +01:00
Aaron Munger 6077d59e42
add expression field to help access non-root variables (#205400) 2024-02-16 12:46:29 -08:00
Peng Lyu 49f6e8bf9e
Merge pull request #205397 from microsoft/rebornix/stuck-scallop
Ruby indentation rules update
2024-02-16 12:41:41 -08:00
Peng Lyu 025e11a803 Fix indentation rules in test and validate the rules update. 2024-02-16 20:10:39 +00:00
Rob Lourens 89bc8c3765
Render followup agent+command in tooltip only (#205398)
* Rename /newChat to /clear

* Remove text() from the Stream

* Render followup agent+command in tooltip only

* Fix sticky slash command
2024-02-16 21:09:23 +01:00
Megan Rogge 522a30ce03
Merge pull request #205393 from microsoft/merogge/audio-cue-2
fix audio cue setting warning
2024-02-16 13:17:01 -06:00
rebornix f1deb6932a
Update unit tests. 2024-02-16 11:12:12 -08:00
meganrogge b0593428a5
fix #205391 2024-02-16 13:01:10 -06:00
Johannes 687a754a43
tweak height logic 2024-02-16 19:54:46 +01:00
Michael Lively 0cbb15fb63
Add Quick pick for notebook indentation status bar entry (#205052)
* initial quick pick setup + indent multiEditorActions

* finish convert whitespace commands for notebook scope

* fix leaked disposable

* fix setTimeout for indentation quickpick
2024-02-16 19:29:13 +01:00
rebornix 8d2e2d7732
Merge remote-tracking branch 'origin/main' into pr/vinistock/198349 2024-02-16 10:26:31 -08:00
Sandeep Somavarapu d5a79d5abe
rename value property name (#205387) 2024-02-16 19:21:51 +01:00
Connor Peet 12281b11be
testing: adopt hover delegate (#205386) 2024-02-16 10:20:16 -08:00