Johannes Rieken
9de037f74d
add inlineChat.experimental.enableZoneToolbar setting ( #226040 )
2024-08-20 10:59:39 +02:00
Benjamin Christopher Simmonds
c5a031ac31
Add stack trace to console warnings ( #226037 )
...
log stack trace
2024-08-20 10:52:51 +02:00
Benjamin Pasero
e2b54301a5
Cannot read properties of undefined (reading 'domNode') ( fix #226032 ) ( #226035 )
2024-08-20 10:00:14 +02:00
Benjamin Pasero
8c66a69a46
eng - update pw to latest ( #226003 )
2024-08-20 13:57:24 +09:00
Rob Lourens
a9daf53b72
Fix chat styles for hr and blockquote ( #226028 )
...
Fix microsoft/vscode-copilot#7409
2024-08-19 19:52:36 -07:00
Aaron Munger
9550d27676
custom editor label argument for notebooks ( #226009 )
...
* custom editor label argument for notebooks
* add label to serialized data
2024-08-19 15:49:40 -07:00
Rob Lourens
36257be8ef
Add ChatTitleProvider, updates to Show Chats ( #225997 )
...
* Sort chat history entries by lastMessageDate
* Add date labels to chat history picker
* Remove unused dynamic 'isDefault'
* Add ChatTitleProvider
* Disallow deleting and moving active chats
* Add test for new data normalization
* Fix build and add test
* Fix new test
2024-08-19 15:40:38 -07:00
Megan Rogge
fdc717575e
add screen reader getting started walkthrough ( #226013 )
2024-08-19 23:33:32 +02:00
Megan Rogge
b87daf6162
allow contributions to proposed debug create config menu ( #225987 )
2024-08-19 23:00:43 +02:00
Martin Aeschlimann
ae985a6bbd
space is not escaped in icon class names ( #226006 )
2024-08-19 13:54:00 -07:00
Justin Chen
802708dc49
use theme service for issue reporter ( #225830 )
...
* use theme service and fix issue with product icon theme
* cleanup
2024-08-19 22:02:49 +02:00
Alex Ross
977f832a30
Simple tree sitter based syntax highlighting for typescript ( #225252 )
...
* Simple tree sitter based syntax highlighting for typescript
Part of #210475
* Implement onceIf using filter
* Mix monaco
* Fix tests
* Switch back to classic
* PR feedback
* Fix bug causing test failure
* Update tree-sitter-wasm
* Fix monaco editor tree shaking
* Fix running monaco checks on Windows
* Use dummy tree sitter service in standalone
* PR feedback
2024-08-19 21:56:31 +02:00
Martin Aeschlimann
af83049d0c
Revert "Fix explorer greys out any folder/item with the word "cut" ( #225455 )" ( #226002 )
...
This reverts commit dbd9418ff2 .
2024-08-19 21:32:53 +02:00
Benjamin Pasero
ca06d326b2
Configuring a non-existing browser alias fails silently ( fix #223349 ) ( #225999 )
2024-08-19 21:29:24 +02:00
Andrea Mah
c3dca4e740
support multiple findTextInFiles filesToInclude ( #225821 )
2024-08-19 11:50:53 -07:00
Benjamin Christopher Simmonds
b23a5000f0
Merge pull request #225408 from BABA983/feature/window-title-variable
...
Add registerWindowTitleVariable command
2024-08-19 20:44:21 +02:00
Benjamin Pasero
245b94db4a
make it simple
2024-08-19 20:29:39 +02:00
Peng Lyu
dd7e51af79
Merge pull request #225423 from microsoft/rebornix/blushing-muskox
...
Fix #225388 . Dispose quick pick and its event listenrs properly.
2024-08-19 11:14:22 -07:00
Rob Lourens
bafd430ac8
Dedent codeblocks in lists in chat ( #225993 )
...
Rather than make indented codeblocks narrower, I am just de-indenting them so that they get the full width in lists. Not an elegant solution but I think this works well.
Fix microsoft/vscode-copilot#6188
2024-08-19 19:52:37 +02:00
Johannes Rieken
c124a5f744
use inlineChat.experimental.onlyZoneWidget as team setting ( #225984 )
2024-08-19 19:21:53 +02:00
BeniBenj
717c95df06
extension provides contextkey
2024-08-19 18:24:00 +02:00
Johannes Rieken
469f45091d
add InlineChatController#reviewEdits which allows to reuse the inline code review flow/ui ( #225981 )
2024-08-19 17:51:14 +02:00
Anees Ahee
6b35f9e5d3
Round off notification focus outlines ( #225824 )
...
* Round off notification focus outlines
* more changes needed
* hygiene
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com >
2024-08-19 17:05:37 +02:00
Benjamin Pasero
3dc8c38c92
esm - some build polish ( #225948 )
2024-08-19 16:54:29 +02:00
Henning Dieterichs
ec34e3440e
Fixes CI.
2024-08-19 15:41:59 +02:00
Henning Dieterichs
04488d8a7a
Fixes CI
2024-08-19 15:41:59 +02:00
Henning Dieterichs
7eb84479a6
Removes IVisibleLinesHost to simplify code
2024-08-19 15:41:59 +02:00
Johannes Rieken
26a9046397
fixes https://github.com/microsoft/vscode/issues/225718 ( #225959 )
2024-08-19 12:13:20 +02:00
Sandeep Somavarapu
a22a6014fd
Fix importing a profile using vscode scheme ( #225960 )
...
fix #225958
2024-08-19 12:00:07 +02:00
Benjamin Pasero
68ace8c704
🆙 distro ( #225956 )
2024-08-19 11:52:11 +02:00
BeniBenj
25f6ae9238
💄
2024-08-19 09:21:46 +02:00
Benjamin Pasero
5a0335dcf3
esm - set module to es2022 ( #225793 )
2024-08-17 09:38:22 +02:00
Tyler James Leonhardt
b2d6860308
Improve refresh and scope handling ( #225832 )
...
* Moves the `setupRefresh` stuff into the CachedPublicClientApp simplifying things a bit
* Uses a ScopeData class to handle all scope operations fixing an issue where we were passing in the wrong array into the `acquireTokenInteractive`
2024-08-17 07:55:33 +02:00
Rob Lourens
a08ca8e143
Don't show thumbs on all errored responses ( #225828 )
...
Not just filtered ones
Fix microsoft/vscode-copilot#7248
2024-08-16 16:17:15 -07:00
Rob Lourens
91e695241f
Fix padding on inline chat widget ( #225827 )
...
Fix #225825
2024-08-16 16:16:52 -07:00
Aaron Munger
ae075c8a1a
lower priority for repl editor ( #225823 )
2024-08-17 00:26:11 +02:00
Justin Chen
be80d2e7d7
add telemetry for invoked source actions ( #225822 )
...
* add telemetry for invoked source actions
* remove space
2024-08-17 00:15:33 +02:00
Matt Bierner
aeb66cd959
Merge pull request #209293 from iisaduan/organize-imports-settings
...
add settings for typescript's organizeImports to the settings interface
2024-08-16 14:38:53 -07:00
Peng Lyu
28e80d4036
Revert dirty notebooks after each test ( #225820 )
2024-08-16 23:14:47 +02:00
Aaron Munger
d7bf755414
ensure input cell before view model is created ( #225798 )
2024-08-16 13:44:19 -07:00
Matt Bierner
ddbe321368
Remove presets for now
...
https://github.com/microsoft/typescript/issues/59579
2024-08-16 13:01:03 -07:00
Matt Bierner
2360f3d014
Merge branch 'main' into organize-imports-settings
2024-08-16 12:55:08 -07:00
Peng Lyu
ea2d909dd9
Merge pull request #225748 from microsoft/rebornix/agricultural-bee
...
📓 Notebook Text Model find next match (text only).
2024-08-16 11:21:02 -07:00
Raymond Zhao
8cf8472903
chore: include d3dcompiler_47.dll in scan folder ( #225720 )
2024-08-16 10:57:28 -07:00
Peng Lyu
c7c00a0177
Fix composite editor check.
2024-08-16 10:00:22 -07:00
Andrea Mah
c5ef039cd8
Adopt new internal Search query shapes for new API shape ( #214041 )
...
Creating `New` versions of all Search APIs (ie: `TextSearchProviderNew`) to support the new API shape.
Since this new shape requires a new internal query shape, this is quite a big change.
2024-08-16 09:26:43 -07:00
BABA
5649053811
Reduce diff
2024-08-17 00:16:16 +08:00
BABA
a319e032e1
Move implementation into titlebarPart
2024-08-17 00:14:03 +08:00
BABA
bcb4fd87ec
Add registerWindowTitleVariable command
2024-08-16 23:25:27 +08:00
Benjamin Pasero
48bf32d320
esm - fix browser tests to run ( #225791 )
2024-08-16 17:13:07 +02:00