Commit Graph
124157 Commits
Author SHA1 Message Date
Matt BiernerandGitHub aab5c69c79 Fix reference to worker session (#198820) 2023-11-21 16:06:33 -08:00
Matt BiernerandGitHub fbbdb7912e Reduce direct dependencies on ts in web server (#198809)
Reduce direct dependencies on ts in web server

This reduces the number of direct imports of `ts` in `webServer.ts`. This sets us up so that we can eventually swap out the TS versions at runtime instead of being limited to the TS version webServer is bundled against
2023-11-21 15:31:10 -08:00
Daniel ImmsandGitHub 7c44528063 Merge pull request #198815 from microsoft/tyriar/local
Fix localization of Launch Profile...
2023-11-21 15:25:30 -08:00
Daniel Imms 4ba032cbc0 Fix localization of Launch Profile... 2023-11-21 15:06:26 -08:00
Raymond ZhaoandGitHub 895666adcd fix: avoid lookbehind regex for TF-IDF (#198717) 2023-11-21 12:50:15 -08:00
Matt BiernerandGitHub fbfabc523d Split up webServer.ts (#198802)
Refactors webServer.ts to split it into multiple files and encapsulate some functionality in classes
2023-11-21 12:06:47 -08:00
Raymond ZhaoandGitHub f54183b7e6 fix: Settings editor shows up blank behind a proxy (#198801) 2023-11-21 12:04:45 -08:00
Justin ChenandGitHub 5a7d6270c7 Limits maximum Code Actions (#198229)
* slice so we only get top 50 results

* added warnings

* hacky limits
2023-11-21 11:06:58 -08:00
paulacamargo25andGitHub 3cd70e25a9 Merge pull request #198723 from microsoft/update-distro
Update distro SHA
2023-11-21 12:33:16 -05:00
Ulugbek Abdullaev 077de8ee56 fix use of @deprecated in TSDocs 2023-11-21 17:52:32 +01:00
Aiday Marlen Kyzy ddc7a1e51a tweaking the recursion, so that we do not do the recursion for a long time 2023-11-21 17:40:06 +01:00
Benjamin SimmondsandGitHub 78038ac057 Deregister View container when moving last view (#198526)
* temporary fix

* fix #173838

* 💄

* 💄

* 💄

* 💄
2023-11-21 17:40:00 +01:00
Benjamin SimmondsandGitHub 878b59e4a6 Fix #179566 (#198685)
* Fix #179566
2023-11-21 17:36:31 +01:00
Benjamin SimmondsandGitHub 86f09d898f Merge pull request #198320 from microsoft/benibenj/treeStickyScroll
Sticky Scroll Tree View
2023-11-21 17:30:51 +01:00
Megan RoggeandGitHub 8af169e554 Merge pull request #197668 from microsoft/merogge/quick-fix-api
`addNewLine` -> `shouldExecute`, expose this in quick fix API
2023-11-21 10:23:27 -06:00
Aiday Marlen KyzyandGitHub b6c3c88b94 Merge pull request #198537 from microsoft/aiday/differentLightBulbDependingOnCodeAction
Adapting the lightbulb menu to AI code actions
2023-11-21 17:21:03 +01:00
Henning DieterichsandHenning Dieterichs f8b66f6aa0 Fixes editor layout issues 2023-11-21 17:09:40 +01:00
Henning DieterichsandHenning Dieterichs 943428eb79 Adds menu bar to multi diff editor 2023-11-21 17:06:43 +01:00
Megan RoggeandGitHub fbe45ef97a Update src/vscode-dts/vscode.d.ts 2023-11-21 10:04:11 -06:00
Megan RoggeandGitHub 1ffd52237c Merge pull request #198153 from microsoft/merogge/write-screen-reader
fine tune when native text area is updated
2023-11-21 09:57:09 -06:00
Benjamin SimmondsandGitHub 13b6a07b05 Merge branch 'main' into benibenj/treeStickyScroll 2023-11-21 16:48:29 +01:00
BeniBenj 252be64fbc Updated scroll calculations and added node position methods in list and
tree components
2023-11-21 16:46:50 +01:00
Aiday Marlen Kyzy b62ef8a8ca review changes 2023-11-21 15:49:46 +01:00
Aiday Marlen Kyzy 5e89263580 polishing the code after review 2023-11-21 15:42:14 +01:00
Henning DieterichsandHenning Dieterichs 9cc10ae9d2 Removes event listeners on dispose 2023-11-21 15:24:11 +01:00
Henning DieterichsandHenning Dieterichs 072e82b364 Fixes #198716 2023-11-21 15:24:11 +01:00
Christof Marti bb995b5511 Avoid excessive trace logging (#197549) 2023-11-21 15:21:28 +01:00
Henning DieterichsandHenning Dieterichs 9e69692508 Improves editor title 2023-11-21 15:09:29 +01:00
Aiday Marlen Kyzy ec839f23bf reverting changes in the typescript extension 2023-11-21 15:08:54 +01:00
Aiday Marlen Kyzy e46541edaf removing export 2023-11-21 15:06:59 +01:00
Aiday Marlen Kyzy 5b297c488c Squashed commit of the following:
commit bc4dc881ba
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Tue Nov 21 13:07:39 2023 +0100

    adding one more possibility which is lightbulb sparkle and auto-fix

commit a5dfa1f620
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Tue Nov 21 12:55:44 2023 +0100

    removing one because should be using zero based ranges

commit 78b29c0b56
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Tue Nov 21 12:49:50 2023 +0100

    using the navTree request instead

commit ba1b8fef77
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Tue Nov 21 12:20:38 2023 +0100

    polishing the code

commit 5ae767f43a
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Tue Nov 21 12:14:35 2023 +0100

    polishing the code

commit fd347bb0e2
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Tue Nov 21 11:03:04 2023 +0100

    remembering the class array that was previously set, so not removing the whole class array

commit fd5fd11bfc
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Tue Nov 21 10:54:18 2023 +0100

    using the appropriate icon

commit df29259136
Merge: 5285e1d97e 633efd8c55
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Tue Nov 21 10:47:18 2023 +0100

    Merge branch 'main' into aiday/differentLightBulbDependingOnCodeAction

commit 5285e1d97e
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Mon Nov 20 18:24:45 2023 +0100

    making the filtering function synchronous

commit a86c36c6b0
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Mon Nov 20 17:42:11 2023 +0100

    adding code in order to also include move to a new file only when on the range of interest

commit 2cedc2ffb4
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Mon Nov 20 17:11:13 2023 +0100

    not showing move to file all the time

commit 8f4ade1d3d
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Mon Nov 20 14:50:56 2023 +0100

    removing the code which does the selection check

commit 2e0e6c534e
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Mon Nov 20 14:31:55 2023 +0100

    adding code in order to execute the AI code action when it is unique

commit a037c7e8e9
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Mon Nov 20 14:05:32 2023 +0100

    adding code in order to be able to detect when different code actions partitions appear

commit abd005b78b
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Fri Nov 17 18:07:26 2023 +0100

    changing the heuristic of the move to code actions

commit e4886eab7a
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Fri Nov 17 17:25:57 2023 +0100

    removing model

commit 79102a983b
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Fri Nov 17 17:25:48 2023 +0100

    making lightbub icon appear on empty lines

commit ee8bb3475b
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Fri Nov 17 17:09:15 2023 +0100

    directly resolving the code action when it is an ai code action

commit 4d4bcb9b34
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date:   Fri Nov 17 17:02:34 2023 +0100

    wip allow lightbulb menu to specify different icons depending on the code actions
2023-11-21 15:05:17 +01:00
Henning DieterichsandHenning Dieterichs 4328415767 Improves open multi diff editor icon 2023-11-21 14:59:01 +01:00
Henning DieterichsandHenning Dieterichs 02d738f7ad Refactors multi diff editor 2023-11-21 14:52:02 +01:00
BeniBenj 32bd56fa92 Updated CSS and TypeScript for improved scrollbar and sticky scroll
behavior
2023-11-21 14:42:18 +01:00
Martin AeschlimannandGitHub c352e0d3fd Inline chat UI contains undesired empty space after getting response (#198756) 2023-11-21 14:33:38 +01:00
Aiday Marlen Kyzy bc4dc881ba adding one more possibility which is lightbulb sparkle and auto-fix 2023-11-21 13:07:39 +01:00
Benjamin PaseroandGitHub e8fcc1eaf6 GitLens hover is at top left corner (fix #198761) (#198763) 2023-11-21 13:07:32 +01:00
Aiday Marlen Kyzy a5dfa1f620 removing one because should be using zero based ranges 2023-11-21 12:55:44 +01:00
Aiday Marlen Kyzy 78b29c0b56 using the navTree request instead 2023-11-21 12:49:50 +01:00
BeniBenj c856c39d61 Updated getRelativeTop method to consider paddingTop and adjusted
AbstractTree's getRelativeTop call accordingly
2023-11-21 12:45:27 +01:00
1817634467 Avoid empty or ambiguous repository label in Repositories submenu (fix #196613) (#196623)
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
2023-11-21 12:34:08 +01:00
BeniBenj 19e68a04cf Updated list and tree UI components to support sticky scrolling and
padding adjustments
2023-11-21 12:25:31 +01:00
Benjamin PaseroandGitHub 4eef9f91a0 aux window - have a editor status bar (#195885) (#198741)
* aux window - have a editor status bar (#195885)

* fix
2023-11-21 12:24:29 +01:00
Aiday Marlen Kyzy ba1b8fef77 polishing the code 2023-11-21 12:20:38 +01:00
Aiday Marlen Kyzy 5ae767f43a polishing the code 2023-11-21 12:14:35 +01:00
Henning DieterichsandHenning Dieterichs 1942633330 Don't release focused template 2023-11-21 11:53:54 +01:00
Sandeep SomavarapuandGitHub 3e4d379810 enable skip updates action on all installed extensions (#198751)
#194188 enable skip updates action on all installed extensions
2023-11-21 11:50:15 +01:00
Henning DieterichsandHenning Dieterichs f81c9f48f6 Multi diff editor design improvements 2023-11-21 11:41:53 +01:00
Aiday Marlen Kyzy fd347bb0e2 remembering the class array that was previously set, so not removing the whole class array 2023-11-21 11:03:04 +01:00
Aiday Marlen Kyzy fd5fd11bfc using the appropriate icon 2023-11-21 10:54:18 +01:00