Commit Graph
113081 Commits
Author SHA1 Message Date
Aiday Marlen Kyzy 278fd2b2a1 removing redundant function 2023-09-05 14:20:47 +02:00
Aiday Marlen Kyzy 7efab94202 cleaning the code 2023-09-05 14:11:05 +02:00
Aiday Marlen Kyzy 79773c8b1f using instead two attributes per dom node 2023-09-05 13:55:47 +02:00
Aiday Marlen Kyzy 4409d5b2da fixing bugs 2023-09-05 12:42:57 +02:00
Aiday Marlen Kyzy a42bf3ad42 writing some generic methods in order to extract the relevant information 2023-09-05 12:13:53 +02:00
Aiday Marlen Kyzy ea267b48b0 using different methods for the line and the line number. We do not want to jump on clicking on the line number in the sticky gutter. 2023-09-05 11:52:01 +02:00
Aiday Marlen Kyzy dc0fc2b0eb adding a padding on the right of the codicon, giving a more explicit name to the codicon by referrring explicitly to the fact that it is a folding icon 2023-09-05 11:09:55 +02:00
Aiday Marlen Kyzy d3190daa78 forcing the update starting from a specific line, doing an optimization in the set state method 2023-09-05 10:54:51 +02:00
Aiday Marlen Kyzy 5cc62e0d0a foring rebuild of full sticky scroll when toggle icon is clicked 2023-09-05 09:22:48 +02:00
Aiday Marlen Kyzy b6e763f000 cleaning the code 2023-09-03 17:47:41 +02:00
Aiday Marlen Kyzy bacdf0d2d8 cleaning the code 2023-09-03 17:18:39 +02:00
Aiday Marlen Kyzy 2de2103da9 Merge branch 'main' into aiday/notRebuildingFullStickyScroll 2023-09-03 17:13:51 +02:00
Aiday Marlen Kyzy 11168b183d reviee changes 2023-09-03 17:11:16 +02:00
易良andGitHub 3519b130fb fix: Close #191880, Repair command cannot be searched by keyword after localization (#191953) 2023-09-01 20:47:01 +00:00
Connor PeetandGitHub a6808a1534 testing: fix text centering in filter (#192017)
Fixes #182648
2023-09-01 22:18:17 +02:00
Connor PeetandGitHub 0ee7a576b6 tunnels: fix command prompt windows show up on windows machine (#192016)
Fixes #190425
2023-09-01 22:17:58 +02:00
Connor PeetandGitHub 2d502be79d testing: compress single test messages in the Test Results tree view (#192011)
Fixes #192010
2023-09-01 10:27:03 -07:00
Aiday Marlen KyzyandGitHub 0868714c95 Merge pull request #191809 from microsoft/aiday/codeActionInsteadOfSetting
Change to code action from setting
2023-09-01 19:10:59 +02:00
Tyler James LeonhardtandGitHub 55b37e271d Bump distro (#192006)
for the removal of semantic similarity.
2023-09-01 19:02:14 +02:00
Connor PeetandGitHub a8b8e3a143 forwarding: fix log format again (#191941)
Fixes #191759
2023-09-01 09:38:20 -07:00
Johannes RiekenandGitHub 67e9d1be31 Merge pull request #192002 from microsoft/joh/beautiful-duck
fix https://github.com/microsoft/vscode/issues/191908
2023-09-01 18:16:26 +02:00
Johannes RiekenandGitHub 48e0005d04 Merge branch 'main' into joh/beautiful-duck 2023-09-01 18:02:07 +02:00
Johannes RiekenandGitHub 47649b9c26 Merge pull request #192004 from microsoft/joh/ultimate-guineafowl
comment out not-compiling code, fyi @bpasero
2023-09-01 18:00:07 +02:00
Johannes 812643de4b comment out not-compiling code, fyi @bpasero 2023-09-01 17:45:32 +02:00
Johannes 04f02b5043 fix https://github.com/microsoft/vscode/issues/191908 2023-09-01 16:53:04 +02:00
Ladislau SzomoruandGitHub be570fd3de Git - Bump which package (#191992) 2023-09-01 16:40:56 +02:00
Benjamin PaseroandGitHub 14555a5123 app - ensure to remove windowId=_blank from protocol links (fix #191902) (#191990) 2023-09-01 16:40:42 +02:00
Benjamin PaseroandGitHub 37390a84c6 editors - call focus before activate to preserve activation (#191991) 2023-09-01 16:40:31 +02:00
Benjamin PaseroandGitHub 9ee5a2123d [Accessibility] Consider providing the default keybinding for notifications.showList (fix #191784) (#191997) 2023-09-01 16:37:19 +02:00
Benjamin PaseroandGitHub 7545ee2ec4 Creating a new empty editor group can leave focus in inactive group (fix #189256) (#191996) 2023-09-01 16:31:57 +02:00
Benjamin PaseroandGitHub 4f424db46e debt - ensure file scheme when using .fsPath (#191960) 2023-09-01 15:33:06 +02:00
Benjamin PaseroandGitHub 660e12b312 editors - restore focus also in addGroup (#191961) 2023-09-01 15:32:38 +02:00
Aiday Marlen Kyzy 0ab924b71d changing the order of the code in order to make the scrolltop calculation correct 2023-09-01 15:25:53 +02:00
Johannes RiekenandGitHub dd9b112141 Merge pull request #191985 from microsoft/joh/eslint-jsdoc
add jsdoc-lint checks for `vscode.d.ts`
2023-09-01 14:49:24 +02:00
Henning DieterichsandHenning Dieterichs 0ae7b5b1c5 Fixes tests 2023-09-01 14:43:31 +02:00
Henning DieterichsandHenning Dieterichs fe25a72de8 Fixes CI 2023-09-01 14:43:31 +02:00
Henning DieterichsandHenning Dieterichs 4d53e0a136 Fixes CI 2023-09-01 14:43:31 +02:00
Henning DieterichsandHenning Dieterichs e424e83820 Diff Algorithm Cleanup 2023-09-01 14:43:31 +02:00
Henning DieterichsandHenning Dieterichs e1430e4328 Sets up hot reloading of css and code (requires vscode-diagnostic-tools extension to be installed) 2023-09-01 14:35:42 +02:00
Aiday Marlen Kyzy c84b87091e sending in the previous sticky lines array, do not use a reference 2023-09-01 14:23:25 +02:00
Johannes 415bc174ea refine lint config, add missing jsdoc and jsdoc-tag corrections 2023-09-01 14:23:16 +02:00
Aiday Marlen Kyzy 02ddb145e8 additing translation l10n 2023-09-01 14:10:57 +02:00
Alexandru DimaandGitHub 2c021905ad Do not repaint decorations overview ruler if it is not necessary (#191931)
Fixes #191423: Do not repaint decorations overview ruler if it is not necessary
2023-09-01 13:40:20 +02:00
Alexandru DimaandGitHub e4a24b361a Enable the family autodetection algorithm (#191971)
Fixes #191945: Enable the family autodetection algorithm to support a case where localhost resolves first to the ipv6 address and only second to the ipv4 address, and the desired server listens only on ipv4
2023-09-01 11:41:21 +02:00
Johannes RiekenandGitHub 86921c2fb8 Merge pull request #191967 from microsoft/joh/menuEntrySVGIconColor
Apply color SVG icons via theme coloring
2023-09-01 10:44:56 +02:00
Johannes 2c3d2faeb3 Merge branch 'main' into joh/eslint-jsdoc 2023-09-01 10:42:07 +02:00
Benjamin PaseroandGitHub 2ed3ef2588 editors - do not focus empty editor group when created (#191966) 2023-09-01 10:32:59 +02:00
Christof Marti a5f4583b51 1.83.0 2023-09-01 09:55:29 +02:00
RoboandGitHub 5f7b620db8 chore: bump electron@25.8.0 (#191905)
* chore: bump electron@25.8.0

* chore: update internal build id

* chore: bump distro
2023-09-01 08:32:05 +02:00
Bhavya UandGitHub dd112ec024 Open walkthrough if a gettingStarted page is found (#191947) 2023-09-01 01:37:56 +02:00