Benjamin Christopher Simmonds and GitHub
2d47752d6b
Enhance drop feedback for empty panel ( #235834 )
...
fix #99052
2024-12-11 16:47:43 +01:00
João Moreno and GitHub
20bed5838f
fix python codicon size ( #235833 )
2024-12-11 16:19:41 +01:00
Johannes Rieken and GitHub
0011fcfed5
prevent null from being used as language name ( #235832 )
...
https://github.com/microsoft/vscode/issues/226053
2024-12-11 16:06:07 +01:00
Johannes Rieken and GitHub
0c7bdaaae9
fix https://github.com/microsoft/vscode/issues/209764 ( #235827 )
2024-12-11 15:19:43 +01:00
Aiday Marlen Kyzy and GitHub
fc52d27a89
Disposing the color picker disposables on rerender ( #235820 )
...
disposing the color picker disposables on rerender
2024-12-11 12:55:40 +00:00
Alex Ross and GitHub
7b7be41b4c
Toggle Reaction doesn't always show on first load of comments ( #235822 )
...
Fixes #235821
2024-12-11 13:22:25 +01:00
Benjamin Pasero and GitHub
b436497553
chat - setup tweaks ( #235797 )
2024-12-11 12:56:37 +01:00
Benjamin Pasero and GitHub
a444d2419c
🆙 distro ( #235817 )
2024-12-11 12:54:17 +01:00
Johannes Rieken and GitHub
06abfd26c8
fixes https://github.com/microsoft/vscode-copilot/issues/7665 ( #235818 )
2024-12-11 12:52:05 +01:00
Alex Ross and GitHub
4fb4fc9031
Comment text cut off in Comments view ( #235813 )
...
Fixes #226415
2024-12-11 11:42:59 +01:00
Sandeep Somavarapu and GitHub
d18a40011b
fix #235763 ( #235810 )
2024-12-11 11:34:16 +01:00
Johannes Rieken and GitHub
a40e594f25
Check for cyclic dependencies during compile ( #235808 )
...
* Check for cyclic dependencies during compile
Changes gulp-tsb to check the emitted JS code for cyclic dependencies. Historically we never cared about cycles between TS files as long as they dissappeared after compile (e.g type-dependencies, not runtime dependencies)
https://github.com/microsoft/vscode-internalbacklog/issues/5271
* fix cycling dependencies
fyi @aeschli @aiday-mar
* remove cyclic dependency with unused `BasedTextEdit` fyi @hediet
* remove cycle between chatEditService and chatEditingSession
fyi @alexdima
* remove cyclic dependency between chatSetup and chatViewPane
fyi @roblourens
* better cycle detection
* don't check cycles when not needed
* clear graph when reprocessing file dependencies
* remove cycle between with `notebookChatEditController` fyi @DonJayamanne
* modernize and cleanup tsb/utils
2024-12-11 11:26:59 +01:00
Alex Ross and GitHub
1b4662bc51
a11y view is blank after running focus comment on line ( #235807 )
...
Fixes #229857
2024-12-11 11:22:47 +01:00
Aiday Marlen Kyzy and GitHub
a97e00ea3b
Adding action to hide the hover ( #235806 )
...
adding action to hide the hover
2024-12-11 11:16:38 +01:00
Alex Ross and GitHub
74a879d760
Should ports status bar entry only show up when ports are or have been used ( #235805 )
...
Fixes #231402
2024-12-11 11:13:01 +01:00
Aiday Marlen Kyzy and GitHub
cc746fd86f
sticky scroll: Fixing folding icon placement issue ( #235804 )
...
fixing folding icon placement issue
2024-12-11 11:04:00 +01:00
Alex Ross and GitHub
4ccaaa8dfd
Add ~ escape hatch to simple file picker ( #235802 )
...
Fixes #122197
2024-12-11 10:53:16 +01:00
Aiday Marlen Kyzy and GitHub
ae176274ac
Increasing the default accessibility page size to 500 ( #235798 )
...
increasing the default accessibility page size to 500
2024-12-11 00:49:45 -08:00
Benjamin Pasero and GitHub
679a9f1ace
🆙 @parcel/watcher@2.5.0 ( #235710 )
2024-12-11 09:19:48 +01:00
Benjamin Pasero and GitHub
4cb0193968
Context menu on simple text editor does not have the standard options ( fix #191628 ) ( #235791 )
2024-12-11 16:21:05 +09:00
Matt Bierner and GitHub
9394d97167
Remove event from MarkdownRenderer ( #235046 )
...
Fixes #234539
`render` already supports passing in a callback so I don't think we need an event
2024-12-11 04:22:33 +00:00
Robo and GitHub
5ece69fbf3
ci: fix flaky client module installation in legacy stage ( #235786 )
2024-12-11 05:21:01 +01:00
Matt Bierner and GitHub
75e8699bf9
Add extra type check in findFiles2 ( #235692 )
...
For https://github.com/microsoft/vscode-copilot-release/issues/2493
Looking at the code I'm still not sure how this can happen but it seems like we end up trying to call `.map` on a value that is not an array. Adding a more explicit exception here to hopefully track this down
2024-12-10 23:10:10 +00:00
Ladislau Szomoru and GitHub
253145591b
Git - export stash methods in the extension API ( #235773 )
2024-12-10 21:48:12 +01:00
Logan Ramos and GitHub
f771cf5743
Remove quota from sku messaging ( #235753 )
...
* Remove quota from sku messaging
* Update wording
2024-12-10 20:38:27 +00:00
Connor Peet and GitHub
3e59d46a87
testing: sort completed tests by start sequence, not completion time ( #235758 )
...
* testing: sort completed tests by start sequence, not completion time
Fixes #235667
The root cause of the issue is the separate test run that playwright does:
https://github.com/microsoft/playwright-vscode/blob/4fba0d0873ee9bf5de17219fa2f48201fd16162f/src/extension.ts#L403-L422 .
VS Code by default only shows failure messages from the last-ended test
run, which was the original (unused) test run VS Code created, because
it ends automatically after the runHandler's promise resolves. A good
change to make, which happens to fix this bug, is ensuring results are
retained in the order the user started the test runs versus the order
in which they ended.
Note that playwright is able to avoid the duplicate run since #213182 ,
but I think this is still a sensible change to make.
* fix other test
2024-12-10 20:55:59 +01:00
Daniel Imms and GitHub
61f2c676bd
Merge pull request #235752 from microsoft/tyriar/198622
...
Clarify sixel support on Windows, mention conpty version
2024-12-10 09:57:41 -08:00
Daniel Imms
a5539aee23
Clarify sixel support on Windows, mention conpty version
...
Fixes #198622
2024-12-10 09:41:48 -08:00
Alex Ross and GitHub
f20fe4d31a
Typing ".." in the (simple) Open File dialog has strange behaviour ( #235746 )
...
Fixes #154642
2024-12-10 17:38:39 +01:00
Martin Aeschlimann and GitHub
f43f3cc8f9
server.cli.ts does not await Promises ( #235738 )
2024-12-10 17:26:34 +01:00
Sandeep Somavarapu and GitHub
d239906998
fix #227358 ( #235743 )
2024-12-10 16:49:51 +01:00
Aiday Marlen Kyzy and GitHub
c0d25ffb56
Performance regression: revert "Ignoring double slashes inside of strings" ( #235742 )
...
Revert "onEnter Indentation Rules: Ignoring double slashes inside of strings …"
This reverts commit 21c52a4a3a .
2024-12-10 16:49:07 +01:00
Alex Ross and GitHub
7d69a1c962
Allow accepting a path in the simple file picker when items haven't been listed ( #235740 )
...
Fixes #232950
2024-12-10 16:38:03 +01:00
Daniel Imms and GitHub
af44fbc265
Merge pull request #235737 from microsoft/tyriar/200509
...
Mention shell integration in terminal sticky scroll setting
2024-12-10 07:24:49 -08:00
Sandeep Somavarapu and GitHub
97d42fd4b8
fix #197849 - improve doc ( #235736 )
2024-12-10 16:22:56 +01:00
Daniel Imms
4d5225f1fc
Mention shell integration in terminal sticky scroll setting
...
Fixes #200509
2024-12-10 07:08:33 -08:00
Benjamin Pasero and GitHub
8a2a20c476
Hovering on Copilot link is now showing the link href (fix microsoft/vscode-copilot#11189) ( #235724 )
2024-12-10 12:44:49 +01:00
Alex Ross and GitHub
1c91332da7
Re-adopt new YAML grammar! ( #232244 )
...
* Embedded languages syntax highlighting stopped working in 1.92.0
Fixes #224978
* Get embedded grammar
2024-12-10 12:32:57 +01:00
461a6983d7
Fixes #44237 : Add column number in tasks ( #65264 )
...
Add column number in tasks
Co-authored-by: Alex Ross <alros@microsoft.com >
2024-12-10 11:09:10 +00:00
Benjamin Pasero and GitHub
037120232e
status - tweaks to statusBarItem.prominentHoverBackground ( #235719 )
2024-12-10 11:48:20 +01:00
Christof Marti
958bcc0e64
Remove obsolete config
2024-12-10 11:24:44 +01:00
Benjamin Pasero and GitHub
373cd3886f
chat - allow to override status icon too ( #235715 )
2024-12-10 11:18:17 +01:00
Aiday Marlen Kyzy and GitHub
21c52a4a3a
onEnter Indentation Rules: Ignoring double slashes inside of strings ( #235712 )
...
ignoring double slashes inside of strings
2024-12-10 11:02:51 +01:00
Ladislau Szomoru and GitHub
7ccf9661c7
Git - keybindings to match command pallette when clause ( #235713 )
2024-12-10 11:00:46 +01:00
Benjamin Pasero and GitHub
ff31a135b1
debt - implement disableCache for node/electron requests ( #235709 )
2024-12-10 10:23:59 +01:00
Raymond Zhao and GitHub
05fd130824
Remove under-discussion from needing milestone ( #235687 )
2024-12-09 16:35:26 -08:00
Raymond Zhao and GitHub
853cbfe093
Adjust notebooks ( #235682 )
2024-12-10 00:43:54 +01:00
d0e9b3a84e
update wording, add svg ( #235668 )
...
* update wording add placeholder svg
* small tweaks
* moar tweaks
* fix typo
* match casing
* Theme multi-file-edits
* remove from multi-file-edits.svg
* update multi-file-edits theme for improved consistency
* update multi-file-edits.svg to use editor widget background color
---------
Co-authored-by: bhavyaus <bhavyau@microsoft.com >
2024-12-09 13:59:32 -08:00
Ladislau Szomoru and GitHub
8e1f20cbea
Workspace trust - remove unused code ( #235676 )
2024-12-09 21:54:30 +01:00
Megan Rogge and GitHub
4170a3f55a
fix terminal suggest folder/file completions bugs ( #235165 )
2024-12-09 20:13:56 +00:00