João Moreno
28c286e9b9
run codeql in WindowsSDL only
2024-08-15 10:57:07 +02:00
Benjamin Pasero
bea40cdd3d
esm - more diff reduction ( #225666 )
2024-08-15 10:34:03 +02:00
Don Jayamanne
27f650ea23
Merge pull request #225650 from microsoft/don/toggleNbDiffToolbarIcons
...
Support toggled state for icons in nb toolbar
2024-08-15 11:28:46 +10:00
Robo
9b29e85e0c
fix: install scripts for windows arm64 target ( #225629 )
2024-08-14 18:17:39 -07:00
Don Jayamanne
0b827b2112
Support toggled state for icons in nb toolbar
2024-08-15 10:13:53 +10:00
Alex Ross
3ef94c3ba6
Add menu entry to copy setting as URL ( #225640 )
...
Fixes #224200
2024-08-14 15:51:04 -07:00
Tyler James Leonhardt
2ed84116e6
Refactor ManageTrustedExtensionsForAccountAction to make it easier to read ( #225646 )
...
Add a small clean up in another file.
2024-08-15 00:50:11 +02:00
Aaron Munger
1c5490e38a
Option in showNotebook to open as REPL ( #225273 )
...
* new API option and flag
* show the notebook as a repl
* handle any notebook type, dispose all model refs
* open notebook doc as scratchpad
* delay loading the model for untitled notebooks until shown
* add initial content consistently for untitled
* simplify utitled notebook creation
* recover open untitled notebook as dirty behavior
2024-08-14 14:21:22 -07:00
Don Jayamanne
622106fdd8
Merge pull request #225365 from microsoft/don/issue224759Whitespace
...
Support viewing whitespace diff in nb diff viewer
2024-08-15 07:18:59 +10:00
Don Jayamanne
6ac15b928a
adjust padding
2024-08-15 07:02:27 +10:00
Don Jayamanne
5dfb2b15e0
build
2024-08-15 06:26:33 +10:00
Rob Lourens
c727b5484e
Don't show chat voting thumbs on filtered responses ( #225636 )
...
Fix microsoft/vscode-copilot#7248
2024-08-14 21:02:51 +02:00
Rob Lourens
00e48c0b5b
Fix bad timer ( #225635 )
...
It's supposed to only trigger for markdown content
Fix microsoft/vscode-copilot#7251
2024-08-14 20:53:15 +02:00
Benjamin Pasero
3666f94deb
esm - backport new HTML entry points and use if ESM ( #225633 )
2024-08-14 20:48:27 +02:00
Rob Lourens
3b584d7a3a
Don't render 'responseIsFiltered' chat content at all ( #225631 )
...
Fix microsoft/vscode-copilot#5646
2024-08-14 11:44:22 -07:00
Benjamin Pasero
066ab7172c
esm - try to fix build around ext deps ( #225627 )
2024-08-14 20:30:16 +02:00
Justin Chen
24b7d7aae9
additions to suggest telemetry ( #225566 )
...
* ammendment to suggest telemetry
* optmize loop with findIndex and whitespoace
* cleanup and address comments
* remove whitespace
* last cleanup
2024-08-14 10:40:07 -07:00
Johannes Rieken
08735536e3
menu registry listening should include submenus ( #225624 )
...
when menus get registered menu update. Tho, a menu should also update when one of its submenus (recursively) gets updated
fixes https://github.com/microsoft/vscode/issues/212143
2024-08-14 19:25:28 +02:00
Megan Rogge
6dc753f3d4
add helpful editor actions to a11y help dialog ( #225623 )
...
fix #225621
2024-08-14 19:25:03 +02:00
Henning Dieterichs
17989e5631
Fixes CI
2024-08-14 18:36:17 +02:00
Henning Dieterichs
07fdd1e509
Fixes #214777
2024-08-14 18:36:17 +02:00
Benjamin Pasero
4ccb98926f
esm - bootstrap import ( #225615 )
2024-08-14 17:48:45 +02:00
Isidor Nikolic
077cbfb268
Merge pull request #225614 from microsoft/isidorn/complete-ant
...
update distro pointer
2024-08-14 17:39:49 +02:00
Andrea Mah
6c635db0be
check for valid input in search editor ( #225549 )
2024-08-14 08:28:25 -07:00
isidorn
bf42002205
update distro pointer
2024-08-14 17:11:32 +02:00
Martin Aeschlimann
30bf446ff3
Themes: missing picker disposables ( #225606 )
2024-08-14 17:00:28 +02:00
Rob Lourens
5db288b28e
Fix default agent chat history ( #225556 )
...
* Fix default agent chat history
Fix microsoft/vscode-copilot#7268
* Fix default agent not serialized correctly
It recently became a MergedChatAgent which can't serialize
* Fix test
2024-08-14 07:59:00 -07:00
Martin Aeschlimann
89b2f90c3a
Improve code mapper telemetry for quality signal ( #225602 )
2024-08-14 16:39:22 +02:00
Benjamin Pasero
f430a63a28
esm - reduce diff in some core pieces ( #225599 )
...
* esm - reduce diff in some core pieces
* tests
* tests
2024-08-14 07:19:43 -07:00
Benjamin Pasero
01d7b7a315
esm - reduce diff (bootstrap files) ( #225598 )
2024-08-14 15:32:09 +02:00
Benjamin Pasero
0dea4804f4
esm - introduce VSCODE_BUILD_ESM variable ( #225586 )
2024-08-14 14:49:26 +02:00
Henning Dieterichs
7f4969a41e
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/5014
2024-08-14 13:30:40 +02:00
Don Jayamanne
391d289c85
Move creation of DiffCellModel to another layer ( #225560 )
...
* Move creation of DiffCellModel to another layer
* fixes
2024-08-14 19:43:22 +10:00
Benjamin Pasero
02057b6ec7
"vscode:" URL handler doesn't switch to the file's workspace if it is open ( fix #225506 ) ( #225584 )
2024-08-14 10:26:54 +02:00
Johannes Rieken
6593979d4c
improve action label for making an inline request ( #225582 )
...
use "Edit Code" when having a selection to operate on and "Generate" otherwise
2024-08-14 10:03:54 +02:00
Rob Lourens
084c0b3496
Disable broken chat compatibility notification ( #225539 )
...
* Disable broken chat compatibility notification
* Fix
2024-08-14 08:08:07 +02:00
Joyce Er
187e5d164d
feat: support rendering chat references with just a display name ( #225548 )
...
* feat: support rendering references with just a display name
* Fix compile
2024-08-14 07:28:36 +02:00
Don Jayamanne
8d85e60680
oops
2024-08-14 12:30:43 +10:00
Don Jayamanne
4e0cd99130
Remove dead code
2024-08-14 12:03:03 +10:00
Don Jayamanne
10b2b8499e
Add padding for 1 line cells
2024-08-14 11:54:23 +10:00
Don Jayamanne
b45f04309f
Refactor nb diff viewmodel code to address leaks ( #225456 )
2024-08-14 10:26:30 +10:00
Tomer Chachamu
1900f9c05e
Fix "Open Workspace Settings" when User Settings is open ( fixes #148709 ) ( #225311 )
2024-08-14 02:05:06 +02:00
Michael Lively
61b6c87152
Shift output resource schema to common ( #225536 )
...
shift output panel schema
2024-08-13 16:39:01 -07:00
Andrea Mah
feb75cb13a
Adopt new search query structure ( #225531 )
...
Adopt new search query structure in preparation for new search API shapes.
Pt 1 of trying to break down https://github.com/microsoft/vscode/pull/214041 into smaller PRs.
This will cause `beforeContext` to be ignored in the `findTextInFiles` API. This is because we will be using `surroundingContext` in the new API.
2024-08-13 16:29:52 -07:00
Connor Peet
676058f5c8
debug: support location references for variable values ( #225546 )
...
* debug: support location references for variable values
Adopts https://github.com/microsoft/debug-adapter-protocol/issues/343
Also tackles some debt around debug linkification, resolving an issue
where links had native hovers that conflicted with the rich hovers added
a few iterations ago. It still uses native hovers for links in some
contexts (plain text output in the debug console) because we don't pass
through element disposables there, but it uses workbench hovers when
there's not another rich hover being used (rich debug console output).

Closes #225425
* fix
2024-08-14 01:27:22 +02:00
Joyce Er
884c41615d
fix: persist attachments on rerun chat requests ( #225544 )
2024-08-13 16:20:49 -07:00
Rob Lourens
a9046c89b4
Remove obsolete api _version number ( #225541 )
2024-08-13 16:19:58 -07:00
Rob Lourens
4713458c2d
Fix tool activation event ( #225540 )
2024-08-13 16:19:38 -07:00
Joyce Er
4796b22dd2
feat: support Attach Context in quick chat ( #225538 )
2024-08-14 00:38:05 +02:00
Devin Valenciano
91efe02e43
Merge pull request #225535 from microsoft/devalenc/remove-ces
...
Remove CES survey code remnants
2024-08-13 15:20:07 -07:00