Commit Graph

117029 Commits

Author SHA1 Message Date
Connor Peet 789c802e75 debug: fix editor hover hiding too eagerly in debug mode (#200793)
* debug: fix editor hover hiding too eagerly in debug mode

The hover controller still saw hovers as 'disabled', so it hid it too
soon. Instead, in this PR, editor hovers are generally always enabled
except when a debug hover is shown.

Fixes #182213

While we're at it, make sticky=false work. I took an initial
conservative approach of making non-sticky widgets only when there's not
an interactable tree view in the hover.

That fixes #197463

* debug: improve hover delay heuristic, allow changing without reload

Fixes #180621
2023-12-13 18:44:54 -08:00
Connor Peet 686dae7450 debug: fix incomplete support of DAP invalidated event (#200789)
Re-process stopped details to regenerate stacktraces if asked to invalid threads or stacks.

Fixes #188606
2023-12-13 16:25:21 -08:00
Connor Peet 5794ba9474 debug: fix 'pause' command being available in some places in run without debugging (#200788)
Fixes #195417
2023-12-13 16:24:06 -08:00
Peng Lyu 8d58b542c8 fix #188364. fix notebook find current match overflow (#200790) 2023-12-13 15:34:23 -08:00
Mohammad Amin 41ca350393 debug: close read-only tabs on end debug session (#199898) 2023-12-13 23:20:04 +00:00
Peng Lyu ef1bd59897 fix #194090. fix cell decoration memory leak (#200786) 2023-12-13 23:03:20 +01:00
Daniel Imms c3e2394a7f Merge pull request #200785 from microsoft/tyriar/200781
Fix unique terminalContrib name
2023-12-13 13:17:38 -08:00
Daniel Imms 1273221edd Fix unique terminalContrib name
Fixes #200781
2023-12-13 13:03:13 -08:00
Jacek Kopecký 9517ed4b8e Fixes #198566: ellipsize left-cut search preview (#198567)
* Fixes #198566: ellipsize left-cut search preview

* Clarify lcut() functionality, always trim start

* Handle case with only whitespace before the cut point
2023-12-13 12:49:55 -08:00
Benjamin Pasero 2a9badeb15 auto save - further reduce lookup times (#200778) 2023-12-13 20:31:13 +01:00
Joyce Er 2ef9d1c99f fix: don't reshow remote source picker after it's been cancelled (#200775)
* fix: don't reshow remote source picker after it's been cancelled

* fix: dispose more listeners
2023-12-13 20:21:21 +01:00
Joyce Er 9cf4ff9921 fix: allow space to accept agent subcommand completion (#200768) 2023-12-13 19:07:52 +01:00
Justin Chen 228f3ffc59 Fixes automatically triggered code actions (#200765)
removed additional resolve
2023-12-13 17:56:01 +01:00
Benjamin Pasero f9f1eaa2b3 auto save - reduce lookup overhead (#200762)
* auto save - reduce lookup overhead

* .
2023-12-13 17:37:41 +01:00
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