Commit Graph

117015 Commits

Author SHA1 Message Date
Johannes Rieken 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 Dieterichs 91cd7d8961 Fixes #200747 2023-12-13 17:05:24 +01:00
Alex Ross 86504b9c9c Add ${/} as a shorter alias for ${pathSeparator} predefined variable (#200750)
Fixes #180827
2023-12-13 17:04:54 +01:00
Anthony Stewart 81178e2113 Fire an input event on editor.action.clipboardPasteAction (#198822) 2023-12-13 15:51:43 +00:00
Benjamin Simmonds 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 Ross 7274be86a0 Detect patterns like localhost:3000 when forwarding a port (#200749)
Fixes #180871
2023-12-13 16:13:10 +01:00
Aiday Marlen Kyzy 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 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 Ross 3c86ede5f5 Update grammars (#200730) 2023-12-13 13:08:01 +01:00
Jacob Bandes-Storch b7fcbef3e2 Update Swift.tmLanguage (#200698) 2023-12-13 11:56:00 +00:00
Henning Dieterichs c5bd8ad387 Fixes #138518 2023-12-13 12:10:35 +01:00
Aiday Marlen Kyzy 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 Pasero 5416e53fa8 tabs - only set overflow-x: visible (#200727) 2023-12-13 11:59:04 +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
Aiday Marlen Kyzy 83a8ccd2ca using test instead of match 2023-12-13 09:50:01 +01:00
Benjamin Simmonds 5da45d17d1 remove highlight for panel (#200717) 2023-12-13 09:32:59 +01:00
Robo f87fb292c3 ci: fix missing auth token for cli build (#200714) 2023-12-13 08:27:54 +01:00
Benjamin Pasero 27da9227bf Refactor menu's css seems missing (#198881) (#200711) 2023-12-13 16:09:56 +09:00
Justin Chen 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 Peet 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 Duan 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 Pasero 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 Siefke 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 Munger 298b07637a remove console log message (#200684) 2023-12-12 22:13:54 +01:00
Joyce Er 1972a1847d chore: bump work notebook milestone (#200677) 2023-12-12 20:55:58 +01:00
Matt Bierner fec4c8e5bb Fix types on CopyPasteController.get (#200600)
Fixes #200597
2023-12-12 11:39:31 -08:00
Aaron Munger 61c2876943 default to showing notebook symbols in the goto view (#200670) 2023-12-12 10:55:13 -08:00
Alex Ross 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 Peet 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 Peet 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
Johannes Rieken b70a276229 fix https://github.com/microsoft/vscode/issues/196663 (#200662) 2023-12-12 17:29:48 +01:00
Aiday Marlen Kyzy 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 Kyzy b1cffad153 Fixing incorrect color range calculation (#200626)
* fixing incorrect color new range calculation
2023-12-12 17:21:40 +01:00
Daniel Imms 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
Johannes Rieken 04c01c089d wrap API-events per extension so that blaming and telemetry-ignoring/redirecting is possible (#200657)
fixes https://github.com/microsoft/vscode/issues/184132
2023-12-12 16:33:18 +01:00
Daniel Imms 2790466e40 Fix terminal resize commands when in side bar
Fixes #140873
2023-12-12 07:30:37 -08:00
Daniel Imms 18941c523c Merge pull request #200654 from microsoft/tyriar/134623
Max out terminal canvas width to 4096px
2023-12-12 07:21:17 -08:00
Benjamin Simmonds 40753f6dba fix #200515 (#200651)
include padding in width calculation
2023-12-12 08:20:39 -07:00
Johannes Rieken 2380ef77cb fix https://github.com/microsoft/vscode-copilot-release/issues/577 (#200650)
fyi @roblourens this also affects panel chat
2023-12-12 08:20:13 -07:00
Daniel Imms 2b3dd1ab45 Merge pull request #200639 from microsoft/tyriar/76381
Terminal mouse wheel zoom
2023-12-12 07:19:08 -08:00
Aiday Marlen Kyzy a93d99bee5 Merge pull request #200136 from microsoft/aiday/refactoringContentHoverFile
Refactoring the contentHover.ts file
2023-12-12 16:06:13 +01:00
Aiday Marlen Kyzy b7a9b3854f Merge pull request #200354 from microsoft/aiday/makingYelloSparkle
Making the sparkle icon yellow
2023-12-12 16:05:59 +01:00
Daniel Imms a622c731d7 Max out terminal canvas width to 4096px
Fixes #134623
2023-12-12 07:03:20 -08:00
Henning Dieterichs 55cca47484 Fixes #141229 2023-12-12 15:45:15 +01:00
Daniel Imms d25b735c3a Remove logs 2023-12-12 05:54:26 -08:00
Daniel Imms 93ae54738e Fix editor.mouseWheelZoom string on mac
Fixes #200635
2023-12-12 05:46:55 -08:00
Daniel Imms 04224e8098 Correct strings 2023-12-12 05:45:46 -08:00
Daniel Imms 32bf697587 Update xterm, adopt wheel event handler 2023-12-12 05:45:30 -08:00