Aiday Marlen Kyzy
fe900ca88f
skipping additional test
2024-03-20 18:32:06 +01:00
Aiday Marlen Kyzy
3d71904882
adding only tests
2024-03-20 18:31:26 +01:00
Aiday Marlen Kyzy
0b391fa2d1
adding todo
2024-03-20 18:27:07 +01:00
Connor Peet and GitHub
2ffe804c46
cli: allow specifying a server-data-dir and extensions-dir ( #208225 )
2024-03-20 18:09:51 +01:00
Tyler James Leonhardt and GitHub
cb9524cf4b
Allow separators to have tooltips & descriptions ( #208224 )
...
This allows the full-length separators to have tooltips and descriptions.
(They had support for tooltips already, but my refactoring to a tree broke that)
so really this just adds descriptions and fixes tooltips. Because of this, we now adopt the description in favor of the tooltip for QuickSearch
2024-03-20 10:09:14 -07:00
Hylke Bons
abb6332a8c
chore: Update codicons
2024-03-20 18:08:50 +01:00
Aiday Marlen Kyzy
997fa7f0d3
adding one more test
2024-03-20 17:57:12 +01:00
Aiday Marlen Kyzy
5cc65d29ab
arrow function
2024-03-20 17:41:07 +01:00
Tyler James Leonhardt and GitHub
342d7a0c0c
Fixes #208207 ( #208216 )
...
Fixes https://github.com/microsoft/vscode/issues/208207
2024-03-20 17:25:02 +01:00
Tyler James Leonhardt and GitHub
4f1d15d9da
Use correct colors for highlights ( #208214 )
...
I didn't realize there were 2 colors. This makes sure they're set correctly.
Fixes https://github.com/microsoft/vscode/issues/208213
2024-03-20 17:12:35 +01:00
Johannes
bb289d3280
small todo updates
2024-03-20 17:07:46 +01:00
Aiday Marlen Kyzy and GitHub
b329f9c2a5
Merge pull request #207587 from microsoft/aiday/autoIndentTestSuite
...
Auto-indent test suite
2024-03-20 17:00:33 +01:00
Johannes
694bf0b64e
show input above, tweak "made edits" rendering
2024-03-20 17:00:23 +01:00
Benjamin Christopher Simmonds and GitHub
ab78ff55f4
Implement Display Protocol Detection ( #208212 )
...
display protocol
2024-03-20 17:00:23 +01:00
Johannes
57a7fcf1b3
during layout use dom.getTotalHeight(this.inputPart.element) instead of this.inputPart.inputPartHeight
2024-03-20 16:54:41 +01:00
Aiday Marlen Kyzy
72d785f196
skipping the test
2024-03-20 16:29:35 +01:00
Johannes
58f2e217fe
more test/snapshot updates
2024-03-20 16:26:22 +01:00
Aiday Marlen Kyzy
30227752a7
adding changes to tests
2024-03-20 16:20:26 +01:00
Johannes
15441f4251
Merge branch 'main' into joh/chatWidget
2024-03-20 16:06:03 +01:00
Johannes
b0cb771744
update snapshots
2024-03-20 16:02:32 +01:00
Johannes
6ae696aa56
- first run of cleanup
...
- update new required services for tests and adjust them
2024-03-20 15:58:55 +01:00
Sandeep Somavarapu and GitHub
ccdffd394b
do not allow installing workspace extension in untrusted workspace ( #208206 )
2024-03-20 15:46:28 +01:00
Aiday Marlen Kyzy
8a22be5ddc
skiping the manual test
2024-03-20 15:38:50 +01:00
Alex Ross and GitHub
efb0960009
Fully reveal conversation when opening it ( #208203 )
...
Fixes #208202
2024-03-20 15:32:32 +01:00
Sandeep Somavarapu and GitHub
1a97733c65
check if action exists ( #208200 )
2024-03-20 15:29:37 +01:00
Aiday Marlen Kyzy and GitHub
ab8fe9d628
Merge branch 'main' into aiday/autoIndentTestSuite
2024-03-20 15:00:19 +01:00
Marshall Roch and GitHub
0142dbc319
fix "Extension [object Object] is not known" ( #207764 )
2024-03-20 13:51:18 +00:00
7f638be139
Change editor.action.focusNextCursor to reveal the primary cursor instead of all cursors ( #182148 )
...
* Split CursorControl.revealPrimary and IViewModel.revealPrimaryCursor into "reveal all" and "reveal primary" variants
- The original name was a lie. It wasn't revealing the primary cursor, it was revealing all cursors.
- Some things actually want to reveal the primary cursor specifically, such as editor.action.focusNextCursor. If the set of cursors do not all fit in the view and the primary cursor is not currently visible the primary cursor should be revealed.
- Other things want to reveal all cursors, such as cursorMove. However, there's likely room for improvement here as well: if the set of cursors do not all fit in the view and none of them are visible the closest cursor should probably be revealed.
- All existing locations have been updated to use "reveal all" which maintains the exact same behavior as before. Locations that want to use the primary variant will be updated in a separate commit.
* Update editor.action.focusPreviousCursor and focusNextCursor to reveal the primary cursor
---------
Co-authored-by: Alexandru Dima <alexdima@microsoft.com >
2024-03-20 13:50:22 +00:00
Alex Ross and GitHub
95aaea0bb5
Editing end of comment causes text to scroll offscreen ( #208197 )
...
Fixes #207333
2024-03-20 14:36:48 +01:00
Aiday Marlen Kyzy
c6b9216581
remove the comments
2024-03-20 14:36:33 +01:00
0657184073
Custom Labels Enhancement ( #208029 )
...
* Custom Lables
* polish
* dirname(nth)
* fix test?
* cleanup and perf
* 💄
* 💄
* 💄
* expression is parsed when initialized
* readonly
* 💄
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
2024-03-20 14:33:58 +01:00
Johannes
dfd931d40c
fix/re-enable options.autoSend
2024-03-20 14:07:32 +01:00
Benjamin Christopher Simmonds and GitHub
dd42b9fda5
Fix for Issue #208123 : Missing NLS ( #208186 )
...
* fix #208123
* 💄
2024-03-20 12:50:34 +01:00
Johannes
6931665097
- fix re-run and re-run with intent detection commands
...
- add support for tree-rendering detected command/agent in a special way
- first cut of tree-rendering for text edis
2024-03-20 12:38:04 +01:00
Aiday Marlen Kyzy
d0ee720501
removing console logs
2024-03-20 12:27:24 +01:00
Ladislau Szomoru and GitHub
d3877fb1dd
Git - improve performance for "Stage Block" command ( #208181 )
2024-03-20 12:00:03 +01:00
Henning Dieterichs and Henning Dieterichs
3e9c26d799
Fixes #207834 , Fixes #207685
2024-03-20 11:06:37 +01:00
Johannes
816192ded4
make refer-slash commands work again
2024-03-20 09:43:24 +01:00
Johannes
2f99f00f14
- only set chat model after adding the zone widget to the dom
...
- better filtering, refilter when state changes and caching filter condition
2024-03-20 08:54:59 +01:00
Benjamin Pasero and GitHub
5f298a7e32
aux window - ensure webview's window gets focus ( #208169 )
2024-03-20 08:08:34 +01:00
Aaron Munger and GitHub
2dd85deb72
translate to a 1-based location for the marker service ( #208161 )
2024-03-19 22:03:24 -07:00
BABA
245aa7e2ce
Add testingRetiredCorlor for different icon state
2024-03-20 10:51:20 +08:00
Tyler James Leonhardt and GitHub
f7c827a5e0
Allow checkboxes to be marked as disabled ( #208159 )
...
Fixes #207188
2024-03-20 03:01:27 +01:00
Justin Chen and GitHub
1e2d4ef412
extensions reporting via quick access search fix ( #208156 )
...
allow search to match fuzzy properly
2024-03-20 02:17:17 +01:00
Andrea Mah and GitHub
6a52a46625
Merge pull request #208155 from microsoft/uninterested-shrew
...
fix cancellations on ai search
2024-03-19 20:15:36 -05:00
Sandeep Somavarapu and GitHub
7fca5d7841
add telemetry ( #208154 )
2024-03-20 02:11:50 +01:00
Sandeep Somavarapu and GitHub
a337b4ef65
fix #207698 ( #208150 )
...
* fix #207698
* fix compilation
2024-03-20 02:02:07 +01:00
andreamah
fa464e804e
fix cancellations on ai search
2024-03-19 17:59:30 -07:00
Sandeep Somavarapu and GitHub
9f278ba6e1
fix #208076 ( #208153 )
2024-03-20 01:53:09 +01:00
Bhavya U and GitHub
a09d363346
Add ability to include links in walkthrough description ( #208151 )
2024-03-20 01:28:08 +01:00