Commit Graph
115446 Commits
Author SHA1 Message Date
meganrogge fb49a38f10 change name, more 2023-11-03 12:53:53 -07:00
meganrogge ad7850b1c6 add logs 2023-11-03 12:23:27 -07:00
meganrogge a796401fe5 don't cache persistent tasks 2023-11-03 08:39:10 -07:00
Megan RoggeandGitHub e550098509 Merge pull request #197258 from microsoft/merogge/focus-view
add setting to focus accessible view on command execution
2023-11-03 07:35:56 -07:00
Megan RoggeandGitHub a2516dfa0b Merge pull request #197270 from microsoft/merogge/activity-bar
show activity bar item tooltip on keyboard focus
2023-11-03 07:30:06 -07:00
Sandeep SomavarapuandGitHub 6382347601 fix #197252 (#197368) 2023-11-03 15:24:24 +01:00
d27b275d84 no tab bar default title with dirty state (#197358)
* no tab bar default title with dirty state

* Update src/vs/workbench/browser/parts/titlebar/windowTitle.ts

Co-authored-by: Alex Ross <alros@microsoft.com>

* 💄

---------

Co-authored-by: Alex Ross <alros@microsoft.com>
2023-11-03 14:21:26 +01:00
Megan RoggeandGitHub dc78919c39 Merge pull request #197030 from microsoft/merogge/custom-prompt
support windows prompt detection for common plugins
2023-11-03 05:25:50 -07:00
Benjamin PaseroandGitHub f72a53bbcc open editors - disable focus tracking in some cases (#197353)
Specifically with auxiliary windows, it is possible that a auxiliary window has focus and the user clicks into the inactive open editors view.
That click would activate the main window and trigger the focus tracker but we already know where the focus is going to be based on the click.
2023-11-03 12:37:45 +01:00
Benjamin SimmondsandGitHub 1e520af1de Fixes #197230 and Fixes dirty decorator when both actions are off (#197352)
Refactor tab action visibility logic and CSS selector for sticky tabs
2023-11-03 12:35:26 +01:00
Sandeep SomavarapuandGitHub 1ef160d5bc fix #197336 (#197342) 2023-11-03 11:52:12 +01:00
Ladislau SzomoruandGitHub 40cdc5cb1f Engineering - Add Python setuptools installation (#197341) 2023-11-03 11:44:29 +01:00
Benjamin SimmondsandGitHub da7ceee28a Update editor part options and types (#197242)
* Update editor part options and types

* Update editor part options verifiers and configuration

* 💄

* Refactor code by removing local Verifier classes and importing them from
settingsVerification module

* rename
2023-11-03 11:04:47 +01:00
Benjamin PaseroandGitHub 1c9b70a86d Revisit IHostService global assumptions (fix #196981) (#197327) 2023-11-03 10:17:22 +01:00
Benjamin PaseroandGitHub 60eeeb5e43 voice - disable mic when request pending (inline chat) (#197312)
voice - disable mic in inline chat when response pending
2023-11-03 08:34:03 +01:00
Benjamin PaseroandGitHub 6e1425c35a 🆙 distro (#197305) 2023-11-03 17:12:04 +11:00
Connor PeetandGitHub 3982a3996e testing: fix performance when unloading a bunch of tests (#197294)
We were unnecessary recomputing the state for child items, when we only needed to do so for the removed root

Fixes #193240
2023-11-03 01:47:54 +01:00
meganrogge 8ca2d8820d pass in char 2023-11-02 16:39:15 -07:00
Logan RamosandGitHub 0e9376c25a Fix reveal in explorer race condition (#197291)
Fixes #197268
2023-11-02 16:17:39 -07:00
Andrea MahandGitHub 6d1677768f incorporating editor association and priority to notebook search (#197272)
incorporate priority into EH notebook search
2023-11-02 15:42:49 -07:00
Megan Rogge aee1727639 adjust prompt 2023-11-02 15:36:41 -07:00
Andrea MahandGitHub c9270a3d20 fix outdated notebook search results (#197283)
fix outdated notebook results
2023-11-02 23:10:06 +01:00
Raymond ZhaoandGitHub df4161cd29 Fix toggleData button (#197279) 2023-11-02 22:52:54 +01:00
Connor PeetandGitHub 43211bb6de testing: fix error renderer adding multiple instances (#197276) 2023-11-02 22:25:56 +01:00
Sandeep SomavarapuandGitHub fca38acb70 fix #197169 (#197275) 2023-11-02 22:12:54 +01:00
Megan RoggeandGitHub a7c6d6ec13 Merge pull request #195108 from myty/bugfix/integrated-terminal-default-profile
Use Extension Provided Terminal Profile from Context Menu
2023-11-02 13:31:11 -07:00
meganrogge 625fb19fd1 make sure instance had focus 2023-11-02 13:16:02 -07:00
meganrogge 8a97792cf8 activity bar part of #196500 2023-11-02 12:54:25 -07:00
Megan RoggeandGitHub 2e0f6ef8f6 Merge pull request #197037 from amaust/verified-domain-tooltip
Adds "verified domain" identifier to url tooltip
2023-11-02 12:03:16 -07:00
Connor PeetandGitHub b431ca92db tunnels: fixes to allow msa auth (#197259) 2023-11-02 19:49:04 +01:00
meganrogge f4497b3306 revert a change 2023-11-02 11:37:18 -07:00
Daniel ImmsandGitHub 49b26d86b3 Merge pull request #197257 from microsoft/tyriar/xterm_231102
Speed up xterm.js update script and update xterm.js
2023-11-02 11:33:31 -07:00
Connor PeetandGitHub ca1c34b808 files: add an authority filter to the history service (#197237)
* files: add an authority filter to the history service

* add some basic tests
2023-11-02 11:24:12 -07:00
Andrew Maust d000de20a6 Added tag to container 2023-11-02 14:19:55 -04:00
Andrew MaustandGitHub c17cda4c7a Merge branch 'main' into verified-domain-tooltip 2023-11-02 14:19:28 -04:00
meganrogge d28f6bea21 conditionally include in help dialog 2023-11-02 11:19:09 -07:00
meganrogge d861afa509 add to help dialog 2023-11-02 11:16:28 -07:00
meganrogge 65943425f0 fix #197244 2023-11-02 11:14:55 -07:00
Logan RamosandGitHub b58d622170 Add ChatEditorInput API proposal (#197255) 2023-11-02 11:13:41 -07:00
Daniel Imms cdfecb4474 Update xterm
Fixes #197254
2023-11-02 11:08:27 -07:00
Daniel Imms d7a08bd542 Speed up update-xterm script by combining module installs 2023-11-02 11:08:14 -07:00
Michael TysonandGitHub 17a6c9d2fe Merge branch 'main' into bugfix/integrated-terminal-default-profile 2023-11-02 13:51:45 -04:00
Benjamin SimmondsandGitHub c343e8600a Add new expand editor action (#197249)
Add new editor actions
2023-11-02 18:20:55 +01:00
Megan RoggeandGitHub 5eb1fa7595 Merge pull request #197183 from microsoft/merogge/status
handle focus out of status bar item
2023-11-02 09:34:51 -07:00
meganrogge 363c1dabb7 move check inside onDispose, rm clear calls 2023-11-02 09:20:08 -07:00
Benjamin SimmondsandGitHub 5d6dc83c2a Merge pull request #197134 from microsoft/benibenj-patch-1
Update classifier.json
2023-11-02 17:17:25 +01:00
Daniel ImmsandGitHub 55f674b43f Merge pull request #197231 from microsoft/tyriar/197228
Group similar options in IHoverOptions
2023-11-02 08:47:19 -07:00
meganrogge 82e5ba2f6d dispose -> hide 2023-11-02 08:19:21 -07:00
Megan RoggeandGitHub 9c4bbb1a16 Merge branch 'main' into merogge/status 2023-11-02 08:18:22 -07:00
Daniel ImmsandGitHub fcbf83fc55 Merge pull request #197167 from microsoft/tyriar/xterm_scope
Move to scoped xterm.js packages
2023-11-02 08:09:20 -07:00