meganrogge
ea700efe61
fix #202025
2024-01-29 15:12:14 -08:00
Daniel Imms and GitHub
b9d46af136
Merge pull request #203739 from microsoft/tyriar/ctx_key
...
Share context key in terminal
2024-01-29 13:36:19 -08:00
Daniel Imms and GitHub
cdc408eed1
Merge pull request #203407 from vbem/patch-2
...
Fix typo in shellIntegration-bash.sh
2024-01-29 13:27:15 -08:00
Rob Lourens and GitHub
6693b1d8ed
Fix tooltip on inline references in chat ( #203737 )
2024-01-29 22:26:20 +01:00
Daniel Imms and GitHub
3be6ca6794
Merge pull request #203736 from microsoft/tyriar/203663
...
Reduce code duplication in pty impls
2024-01-29 12:41:43 -08:00
Daniel Imms and GitHub
1dcd56023b
Merge pull request #203738 from microsoft/tyriar/203652
...
Remove duplicate styles
2024-01-29 12:33:55 -08:00
Daniel Imms
5407ab6238
Share context key in terminal
...
Context: https://github.com/microsoft/vscode/commit/8fdc7542e99265a07f3bc6e512d074c4c0fa8721
2024-01-29 12:29:30 -08:00
Daniel Imms
9a8ca92096
Fix compile/hygiene
2024-01-29 12:20:51 -08:00
Daniel Imms
11315eea8a
Remove duplicate styles
...
Fixes #203652
2024-01-29 12:17:51 -08:00
Daniel Imms
70f1fd9b8f
Reduce code duplication in pty impls
...
Fixes #203663
2024-01-29 12:01:00 -08:00
Rob Lourens and GitHub
b637950b4b
Reenable debug integration test ( #203733 )
2024-01-29 20:21:19 +01:00
Connor Peet and GitHub
0f323440e5
eng: allow css nesting via postcss plugin ( #203726 )
...
* eng: allow css nesting via postcss plugin
CSS nesting has landed in most browsers at this point, but we don't want
to break users who are still stuck on old browser (mainly older iOS
devices.) This PR adds a postcss plugin to the build process that
de-nests nested CSS.
The plugin required a newer version of postcss as well, so I have
updated that and a couple other modules to their latest versions.
* update build's package.json versions too
2024-01-29 11:19:37 -08:00
Peng Lyu and GitHub
c9555f641b
Unified go to actions ( #201166 )
...
* Unified go to actions
* Update for labeless and dynamic
2024-01-29 11:10:06 -08:00
Robo and GitHub
fc9dcad098
fix: skip server requirements check based on file presence ( #203729 )
2024-01-29 19:55:17 +01:00
tomqwpl and GitHub
a9ba0672ae
fix: Not populating extension when selecting notebook kernel ( #197619 ) ( #197810 )
...
When selecting a notebook kernel, prompt was saying
"Select kernel from undefined". "Undefined" here was supported
to be the extension name. When the quick pick items
are generated, they are generated with a value of "label".
Nothing else references or populates a property of "source",
so seems safe to change the code to reference "label" instead.
2024-01-29 18:37:27 +00:00
0d9e0996dd
dispose sash ( #199081 )
...
Co-authored-by: Peng Lyu <penn.lv@gmail.com >
2024-01-29 18:37:16 +00:00
a6470cba11
Replace map by foreach ( #199194 )
...
* refactor: replace map by forEach
* fix: fix suspicious code
---------
Co-authored-by: Loïc Mangeonjean <loic@coderpad.io >
2024-01-29 19:19:06 +01:00
Hans and GitHub
bc00185b3b
Fix the broken links to the latest valid links ( #184131 )
2024-01-29 19:09:11 +01:00
Johannes Rieken and GitHub
16d3c2da9c
Updated API discussion points ( #203723 )
2024-01-29 09:56:49 -08:00
Matt Bierner and GitHub
e9ce823bf1
Fix potential race creating JS/TS temp dir ( #203367 )
...
Fixes #203335
2024-01-29 09:24:41 -08:00
Matt Bierner and GitHub
4be04d5d8c
Fix file uri markdown link pasting ( #203377 )
...
Fixes #203180
Enables this feature for uris without authorities and also makes sure these uris are not rewritten to relative paths
2024-01-29 09:24:28 -08:00
Benjamin Christopher Simmonds and GitHub
053610ec1c
Enable tree sticky scroll by default ( #203713 )
...
* tree sticky scroll on by default
* 💄
2024-01-29 17:42:41 +01:00
Ladislau Szomoru and GitHub
837b74c1b4
SCM - history item group context menu ( #203712 )
2024-01-29 17:27:24 +01:00
Benjamin Pasero and GitHub
88f74b7713
ext host - log error when attempting to open/show a document of invalid remote URI ( #199844 ) ( #203594 )
...
* ext host - log error when attempting to open/show a document of invalid remote URI (#199844 )
* use `extHostApiDeprecation`
2024-01-29 16:54:22 +01:00
Rob Lourens and GitHub
c15e48bc27
Reenable chat test ( #203706 )
...
I think this isn't an issue with the test- every time it fails, we see "The Web Worker Extension Host did not start in 60s". The chat tests are the first tests, and so they just time out due to being affected by the slow startup. That EH timeout issue looks old.
Fix #203429
2024-01-29 16:51:06 +01:00
Benjamin Christopher Simmonds and GitHub
3fe7086daf
Fix Drag and Drop Issue in Open Editors ( #203701 )
...
fix #203696
2024-01-29 15:39:31 +01:00
Sandeep Somavarapu and GitHub
6e47460022
remove logging control manifest ( #203700 )
2024-01-29 15:21:30 +01:00
Jannik Lehmann and GitHub
7a30d301c3
Introduce Collapse All Action to Loaded Scripts ( #203560 )
...
* Introduce Collapse All Action to Loaded Scripts
Fixes: https://github.com/microsoft/vscode/issues/64314
* Remove unneeded precondition
* removed unneeded imports
2024-01-29 14:13:24 +00:00
Benjamin Pasero and GitHub
54ed9f5982
Original window regrabs focus when using QuickOpen to switch to other window ( fix #203111 ) ( #203676 ) ( #203695 )
...
Aux window: window flickers briefly when changing window focus (fix #200615 )
2024-01-29 14:39:15 +01:00
Johannes Rieken and GitHub
73fe65f903
find a better compromise between dogfooding and time-lossing with defaultGutterClickAction: contextMenu ( #203693 )
...
fyi @connor4312
2024-01-29 14:18:27 +01:00
Ladislau Szomoru and GitHub
2ba398845f
Git - extract toMultiFileDiffEditorUris ( #203688 )
2024-01-29 13:53:28 +01:00
Benjamin Pasero and GitHub
536960bf36
Original window regrabs focus when using QuickOpen to switch to other window ( fix #203111 ) ( #203676 )
2024-01-29 12:08:31 +01:00
Martin Aeschlimann and GitHub
d5d51bae05
add telemetry for clicking on sparkle ( #203674 )
...
add telemetry for clicking on sparke
2024-01-29 12:02:35 +01:00
Benjamin Pasero and GitHub
2027f70032
aux window - make FontMeasurements and DevicePixelRatio per-window aware ( #195888 ) ( #203671 )
2024-01-29 11:45:18 +01:00
Benjamin Pasero and GitHub
1a37acbdf9
macOS window - leave fullscreen state if transition does not happen in 10s ( #203670 )
...
This should help with issues where upon failed fullscreen restore (e.g. after OS update), you see a window without window controls because we do not render the custom title bar.
2024-01-29 11:08:59 +01:00
Aiday Marlen Kyzy and GitHub
c75fdbd711
Adding colors from running scripts/test-documentation.sh ( #203661 )
...
adding colors
2024-01-29 10:59:52 +01:00
Alex Ross and GitHub
2b181f1b79
Can't enable settings sync UI State option - "too large payload" ( #203544 )
...
Fixes #202359
2024-01-29 10:59:02 +01:00
Benjamin Pasero and GitHub
d9bc6b05de
aux window - adjust to a full flex layout ( #203669 )
2024-01-29 10:58:19 +01:00
Aleksandr Kondrashov and GitHub
16f38b9d1a
Ensure that cursor state change is always emitted upon restoring state ( #203451 )
...
* Set initial cursor position for
2024-01-29 09:31:52 +00:00
Johannes Rieken and GitHub
4ed4f62534
update notebook milestones ( #203659 )
2024-01-29 09:29:48 +01:00
Matt Bierner and GitHub
772791e9e5
Fix markdown link pasting when selection is inline code ( #203657 )
...
If the user selects a complete inline code block, we should paste as a markdown link with the code as the link text
2024-01-29 09:10:52 +01:00
Johannes Rieken and GitHub
0c6248932c
Merge pull request #203536 from microsoft/joh/continuous-gerbil
...
log memory usage after each mangling step
2024-01-29 09:02:41 +01:00
Matt Bierner and GitHub
9d6d60f41d
Fix possible TerminalInstance leak ( #203390 )
...
* Fix possible TerminalInstance leak
Fixes #200400
Two fixes:
- Make sure an event is disposed of
- In EventMultiplexer, explicitly dispose of all listeners when the multiplexer is disposed
* Remove extra import
2024-01-29 08:57:47 +01:00
Matt Bierner and GitHub
98d55333b9
Fix md pasting inside of incomplete html block ( #203476 )
...
Fix pasting inside of incomplete html block
Fixes #188868
2024-01-28 23:55:19 -08:00
Ladislau Szomoru and GitHub
0d22ba354b
Git - 💄 remove duplicated code ( #203609 )
2024-01-27 17:16:16 +01:00
Benjamin Pasero and GitHub
a19b2d5fb0
actions - ensure checked: undefined when action is not a checkbox ( fix #203491 ) ( #203593 )
2024-01-27 09:38:22 +01:00
Connor Peet and GitHub
3adea2f5b1
testing: handle default profile changes in watch, nested cancellations ( #203583 )
...
Fixes #203496
Fixes #203497
2024-01-27 08:17:18 +01:00
Ladislau Szomoru and GitHub
fe0632cbb2
Git - handle stashes that contain untracked files ( #203572 )
2024-01-26 14:28:45 -08:00
Bhavya U and GitHub
c0de87c441
Complete walkthrough steps with commands after command execution ( #203573 )
2024-01-26 13:07:46 -08:00
Bhavya U and GitHub
9237441cd2
Add terminal as a startup editor ( #203567 )
2024-01-26 12:37:11 -08:00