Commit Graph
124157 Commits
Author SHA1 Message Date
Joyce ErandGitHub 9cf4ff9921 fix: allow space to accept agent subcommand completion (#200768) 2023-12-13 19:07:52 +01:00
Justin ChenandGitHub 228f3ffc59 Fixes automatically triggered code actions (#200765)
removed additional resolve
2023-12-13 17:56:01 +01:00
Benjamin PaseroandGitHub f9f1eaa2b3 auto save - reduce lookup overhead (#200762)
* auto save - reduce lookup overhead

* .
2023-12-13 17:37:41 +01:00
Johannes RiekenandGitHub 2feabcd864 fix https://github.com/microsoft/vscode/issues/194588 (#200759) 2023-12-13 17:19:09 +01:00
Ulugbek Abdullaev 6a289d21b5 endgame notebook: candidate look-up includes only issues & update milestone 2023-12-13 17:05:52 +01:00
Henning DieterichsandHenning Dieterichs 91cd7d8961 Fixes #200747 2023-12-13 17:05:24 +01:00
Alex RossandGitHub 86504b9c9c Add ${/} as a shorter alias for ${pathSeparator} predefined variable (#200750)
Fixes #180827
2023-12-13 17:04:54 +01:00
Anthony StewartandGitHub 81178e2113 Fire an input event on editor.action.clipboardPasteAction (#198822) 2023-12-13 15:51:43 +00:00
Benjamin SimmondsandGitHub 5c65dc9d37 Improve tab context menu and fix bugs (#200753)
* Improve tab context menu and fix bugs

* 💄
2023-12-13 16:35:12 +01:00
Alex RossandGitHub 7274be86a0 Detect patterns like localhost:3000 when forwarding a port (#200749)
Fixes #180871
2023-12-13 16:13:10 +01:00
Aiday Marlen KyzyandGitHub d19f384e1a Merge pull request #200251 from microsoft/aiday/outputViewStickyScroll
Setting a different color for the output view
2023-12-13 16:09:20 +01:00
Aiday Marlen Kyzy c061b5297c updating the migration with correct setting name and setting default to 'onCode' 2023-12-13 15:11:34 +01:00
Johannes 8e3ae234e4 make positioning editor-relative only after computing and picking placements (since they use the absolute document's box) 2023-12-13 14:55:35 +01:00
Aiday Marlen KyzyandGitHub 344107b800 Merge branch 'main' into aiday/changingTheSettingsForTheLightbulb 2023-12-13 14:51:10 +01:00
Johannes c5be2dcaad restore overflow-guard behaviour, tweak placeAtAnchor a little and mark details overlay widgets as overflowing 2023-12-13 14:25:09 +01:00
Johannes 3d1e701a83 allow overlay widgets to overflow 2023-12-13 14:24:17 +01:00
Aiday Marlen KyzyandGitHub f06dad8535 Merge pull request #200718 from microsoft/aiday/usingTestRegex
Using test instead of match on regex
2023-12-13 13:09:44 +01:00
Alex RossandGitHub 3c86ede5f5 Update grammars (#200730) 2023-12-13 13:08:01 +01:00
Jacob Bandes-StorchandGitHub b7fcbef3e2 Update Swift.tmLanguage (#200698) 2023-12-13 11:56:00 +00:00
Henning DieterichsandHenning Dieterichs c5bd8ad387 Fixes #138518 2023-12-13 12:10:35 +01:00
Aiday Marlen KyzyandGitHub 61de8ee7d0 Merge pull request #200723 from microsoft/aiday/removingGutterAndToolbarIcons
Removing the inline chat gutter and toolbar icons
2023-12-13 12:00:12 +01:00
Benjamin PaseroandGitHub 5416e53fa8 tabs - only set overflow-x: visible (#200727) 2023-12-13 11:59:04 +01:00
Johannes RiekenandGitHub 594189bfca Merge branch 'main' into suggestVSCode 2023-12-13 11:32:39 +01:00
Aiday Marlen Kyzy 8f81492eb2 removing the code for the gutter icon and the toolbar icon 2023-12-13 10:49:08 +01:00
John MurrayandGitHub ec320cd5e5 Merge branch 'main' into fix-200571 2023-12-13 09:48:33 +00:00
Aiday Marlen Kyzy 83a8ccd2ca using test instead of match 2023-12-13 09:50:01 +01:00
Benjamin SimmondsandGitHub 5da45d17d1 remove highlight for panel (#200717) 2023-12-13 09:32:59 +01:00
RoboandGitHub f87fb292c3 ci: fix missing auth token for cli build (#200714) 2023-12-13 08:27:54 +01:00
Benjamin PaseroandGitHub 27da9227bf Refactor menu's css seems missing (#198881) (#200711) 2023-12-13 16:09:56 +09:00
Justin ChenandGitHub 2fb2fe81e9 Update keybinding label css for action widget (#200700)
changed keybinding css to match quick pick
2023-12-13 02:42:44 +01:00
Connor PeetandGitHub 6ef5ce0108 testing: fix explorer input uses wrong background color (#200699)
Sidebar has styling that sets the monaco editor background color.

Fixes #198301
2023-12-13 02:29:24 +01:00
Isabel DuanandGitHub 948f6a1aaf fix typescript/54492: check if file rename changes extension (#200220)
check if file extension has been changed
2023-12-13 01:23:10 +00:00
Benjamin PaseroandGitHub b5b6a80c1b auto save - treat autoSaveWhenNoErrors as AutoSaveMode.AFTER_LONG_DELAY (#200676)
* auto save - treat `autoSaveWhenNoErrors` as `AutoSaveMode.AFTER_LONG_DELAY`

* .
2023-12-12 17:19:46 -08:00
Simon SiefkeandGitHub 358f15fb9b fix: memory leak when scrolling in notebook (#200447)
* fix: memory leak when scrolling in notebook

* remove unused code

* remove unused code

* remove unused code
2023-12-12 23:13:57 +00:00
Aaron MungerandGitHub 298b07637a remove console log message (#200684) 2023-12-12 22:13:54 +01:00
Joyce ErandGitHub 1972a1847d chore: bump work notebook milestone (#200677) 2023-12-12 20:55:58 +01:00
Matt BiernerandGitHub fec4c8e5bb Fix types on CopyPasteController.get (#200600)
Fixes #200597
2023-12-12 11:39:31 -08:00
Aaron MungerandGitHub 61c2876943 default to showing notebook symbols in the goto view (#200670) 2023-12-12 10:55:13 -08:00
Alex RossandGitHub 40f2a588ce Show the devcontainer label value specified in portsAttributes within the port notification instead of "your application" (#200667)
Fixes #192684
2023-12-12 09:53:31 -08:00
Connor PeetandGitHub dc3b949a17 testing: fix case sensitivity in file coverage (#200666)
File Explorer does not show the coverage bar
Fixes #200604
2023-12-12 18:13:15 +01:00
Connor PeetandGitHub aec76644e1 tunnels: slight wording fix on preventSleep (#200664)
Fixes https://github.com/microsoft/vscode-remote-release/issues/9161
2023-12-12 18:04:26 +01:00
Aiday Marlen Kyzy ac22a65f0b removing tittle setting 2023-12-12 17:41:18 +01:00
Aiday Marlen Kyzy 0cf27853de Merge branch 'main' into aiday/changingTheSettingsForTheLightbulb 2023-12-12 17:32:07 +01:00
Johannes RiekenandGitHub b70a276229 fix https://github.com/microsoft/vscode/issues/196663 (#200662) 2023-12-12 17:29:48 +01:00
Aiday Marlen KyzyandGitHub 7bf0f1c278 Merge pull request #200051 from microsoft/aiday/checkingEffectiveLineCount
Checking that the effectiveLineNumber is valid before accessing the line content
2023-12-12 17:25:16 +01:00
Aiday Marlen KyzyandGitHub b1cffad153 Fixing incorrect color range calculation (#200626)
* fixing incorrect color new range calculation
2023-12-12 17:21:40 +01:00
Aiday Marlen Kyzy 8989412ba0 doing a setting migration and setting the setting to On for the default 2023-12-12 17:11:08 +01:00
Aiday Marlen Kyzy 44eb5896b0 checking if enabled is false 2023-12-12 16:54:21 +01:00
Daniel ImmsandGitHub cb0ff849b8 Merge pull request #200658 from microsoft/tyriar/140873
Fix terminal resize commands when in side bar
2023-12-12 07:45:10 -08:00
Aiday Marlen Kyzy a902f138c2 adding new colors in output.css file 2023-12-12 16:42:41 +01:00