Commit Graph
124157 Commits
Author SHA1 Message Date
Benjamin Christopher SimmondsandGitHub 1a0dcf8049 Close custom hover on escape (#205527)
close custom hover on escape
2024-02-19 12:19:57 +01:00
Isidor NikolicandGitHub 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 SimmondsandGitHub 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 PaseroandGitHub 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 SomavarapuandGitHub 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 ChenandGitHub 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
NoahHrreionandGitHub c2107b10f0 Merge branch 'microsoft:main' into fix-205353 2024-02-19 09:27:49 +08:00
NriotHrreion 2270961409 fix #205353 2024-02-19 09:27:00 +08:00
Ulugbek Abdullaev 11095a2781 rename controller & action: add tracing 2024-02-18 22:06:15 +01:00
Rob LourensandGitHub 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 SimmondsandGitHub a8f73340be Fix for smoketest extension installation timeout (#205444)
hover smoke test fix #204771
2024-02-17 17:58:12 +01:00
Benjamin PaseroandGitHub 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 ChenandGitHub 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
meganrogge 27d1fc77f4 Fix position 2024-02-16 16:52:57 -06:00
Andrea MahandGitHub 33c385ba7a add clarity to FindFiles2 (#205407) 2024-02-16 23:21:46 +01:00
meganrogge fa685221f2 rm todo 2024-02-16 15:20:25 -06:00
Daniel Imms f70e237250 Resolve simple todos, remove duplication 2024-02-16 13:09:27 -08:00
meganrogge 29d9a36ba6 set vertical position 2024-02-16 15:09:07 -06:00
Daniel Imms ec00f84dce Remove test string 2024-02-16 13:01:13 -08:00
Aaron MungerandGitHub 6077d59e42 add expression field to help access non-root variables (#205400) 2024-02-16 12:46:29 -08:00
Peng LyuandGitHub 49f6e8bf9e Merge pull request #205397 from microsoft/rebornix/stuck-scallop
Ruby indentation rules update
2024-02-16 12:41:41 -08:00
Daniel Imms b9f9060711 Clarify lint suppression reason 2024-02-16 12:37:54 -08:00
Daniel Imms 31df2b2df4 Revert unneeded change to InlineChatWidget 2024-02-16 12:34:40 -08:00
Daniel Imms 9b38a276ce Remove 'chat' from context keys as it's in the namespace 2024-02-16 12:33:19 -08:00
Daniel Imms ae04cff145 Move context keys and response types into terminalContrib 2024-02-16 12:31:56 -08:00
Daniel Imms ab75d8d74b Remove terminal action ids from inline button config provider 2024-02-16 12:27:24 -08:00
Daniel Imms c57d3061b8 Move a11y help provider into terminal chat folder 2024-02-16 12:23:50 -08:00
Peng Lyu 025e11a803 Fix indentation rules in test and validate the rules update. 2024-02-16 20:10:39 +00:00
Rob LourensandGitHub 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
Daniel Imms 189fbdd1cb Merge remote-tracking branch 'origin/main' into merogge/chatWidget3 2024-02-16 12:00:45 -08:00
Megan RoggeandGitHub 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 ba24d92965 move css to right file 2024-02-16 13:07:26 -06: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 LivelyandGitHub 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 SomavarapuandGitHub d5a79d5abe rename value property name (#205387) 2024-02-16 19:21:51 +01:00
Connor PeetandGitHub 12281b11be testing: adopt hover delegate (#205386) 2024-02-16 10:20:16 -08:00
meganrogge 29924c918f add feedback context key, get styling to apply 2024-02-16 10:32:42 -06:00
Henning DieterichsandHenning Dieterichs 7f07489455 Small improvement 2024-02-16 17:31:45 +01:00
Henning DieterichsandHenning Dieterichs 4ab700330c Fixes CI 2024-02-16 17:31:45 +01:00
Henning DieterichsandHenning Dieterichs 772e211344 Small code cleanup 2024-02-16 17:31:45 +01:00