Aman Karmani
33c3dbafa4
tsb - normalize filenames consistently in add/removeScriptSnapshot
2025-01-07 18:03:38 -08:00
Megan Rogge
4f3043630d
add chat edits a11y help ( #237439 )
2025-01-07 16:12:56 -08:00
Joyce Er
07f8b09e2f
fix: don't validate URIs for edits in response stream ( #237430 )
2025-01-07 21:06:44 +01:00
Ladislau Szomoru
cbb7f99ba8
Git - remove hard coded remote name when detecting the default branch ( #237423 )
2025-01-07 20:07:07 +01:00
Connor Peet
e2e9a7306b
cli: update url to 2.5.4 for dependabot ( #237417 )
2025-01-07 18:37:48 +01:00
Martin Aeschlimann
972686cb00
Allow running behind proxy ( #237411 )
...
* Serve from '/' and basePath
* Honor X-Forwarded-Prefix header
This allows determining the base path automatically if set correctly by the proxy.
* Honor X-Forwarded-Port header
* use cleaner names, make sure the web server uses the original URL path
* add logging
---------
Co-authored-by: maleo <maleo@google.com >
2025-01-07 17:48:12 +01:00
Ladislau Szomoru
1c10a0e551
Git - remove proposed api typings from git/github extensions ( #237409 )
2025-01-07 17:00:02 +01:00
Johannes Rieken
d80ac5c883
Merge pull request #236974 from mohankumarelec/bug-236973
...
Fixes #236973
2025-01-07 16:53:13 +01:00
Sandeep Somavarapu
c7bd5a698a
support malicious extensions by publisher id ( #237403 )
2025-01-07 16:18:14 +01:00
Alex Ross
3aaf01d58c
Tree sitter improvements ( #237392 )
...
* Tree sitter improvements
* Fix test
2025-01-07 15:06:16 +00:00
Sandeep Somavarapu
7b7c63c8d5
retain the extensions scanning order since they are cached ( #237402 )
2025-01-07 15:34:50 +01:00
Martin Aeschlimann
0ae74f8b10
Merge pull request #237275 from misode/fix-json-schema-parse-uri
...
Fix missing uri to file path conversion when loading json schema
2025-01-07 15:24:04 +01:00
Benjamin Christopher Simmonds
b26ee646a2
Support web links as context ( #237401 )
...
support web links as context
2025-01-07 15:22:36 +01:00
Ladislau Szomoru
e258958d35
Git - expose unsetConfig through the extension API ( #237393 )
2025-01-07 05:46:07 -08:00
Benjamin Pasero
2c9f25bcaa
Setting restoreWindows: none still restores empty windows with backups ( fix #237212 ) ( #237396 )
2025-01-07 13:55:59 +01:00
Johannes Rieken
9289e2be50
chat overlay tweaks ( #237395 )
...
* don't disable accept/reject when having no changes (it's confusing)
* add drop shadow
2025-01-07 13:54:55 +01:00
Johannes Rieken
4fc21e1068
chore - fix leaking disposable ( #237391 )
2025-01-07 12:59:05 +01:00
Ladislau Szomoru
eab8316ec8
Git - switch back to using options instead of subcomands ( #237390 )
2025-01-07 12:48:35 +01:00
Ladislau Szomoru
bfb4f5fc1c
Git - Revert "Git - escape shell-sensitive characters ( #236849 )" ( #237388 )
...
Revert "Git - escape shell-sensitive characters (#236849 )"
This reverts commit fca210cd10 .
2025-01-07 12:18:17 +01:00
Martin Aeschlimann
a3671f2f93
Merge branch 'main' into fix-json-schema-parse-uri
2025-01-07 11:29:53 +01:00
Martin Aeschlimann
971869e85a
Merge pull request #237236 from andrewsuzuki/patch-1
...
Fix 'new Color' string typo for editorBracketHighlight.unexpectedBracket.foreground
2025-01-07 11:02:26 +01:00
Johannes Rieken
12c1d4fb17
milestone update ( #237383 )
2025-01-07 10:08:23 +01:00
Benjamin Pasero
8c37a6903f
Preserve user selected language mode when renaming a file ( fix #203648 ) ( #237382 )
2025-01-07 10:03:20 +01:00
Aiday Marlen Kyzy
3958e26f65
Enable edit context ( #235386 )
...
* Revert "Revert Enablement of EditContext on Insiders (#235062 )"
This reverts commit 45385e1c6f .
* adding product import
2025-01-07 10:00:03 +01:00
Benjamin Pasero
47e4f1c45c
Need to be clear on what the 30d free trial is when hitting quota (fix microsoft/vscode-copilot-release#3658) ( #237374 )
2025-01-07 08:26:58 +01:00
Rob Lourens
70866d5287
Enable "tools agent" ( #237369 )
...
* Add an edit tool (doesn't work)
* More
* Properly wait on text edits to be done applying
* Better editFile tool
* Fixes
* Be more insistent with editFile instructions
* Add "agent mode" UI
* Fix error thrown when calling tools sometimes
* Persist chat agent mode state
* Hide editing tools from other extensions for now
* Fix test build issues
* Allow disabling tools agent mode
* Remove comment
* Fix codeblock index properly
* Cleanup
* Cleanup
* Remove ccreq check
* Rename for clarity
2025-01-07 04:22:42 +00:00
Ladislau Szomoru
fc4e78cbfe
Git - remove commands that are not used ( #237368 )
...
Git - remove commands that are not used
2025-01-06 22:17:09 +01:00
Sandeep Somavarapu
28cb527948
fix #236194 ( #237366 )
2025-01-06 21:48:07 +01:00
Ladislau Szomoru
e22e3e7293
Git - improve timeline hover ( #237365 )
2025-01-06 21:47:43 +01:00
Joyce Er
069a3c1ba1
fix: don't try to move chat editing session to a chat editor ( #237362 )
2025-01-06 20:44:04 +01:00
Ladislau Szomoru
abe43ed1d5
Git - add author email to the blame/graph hover ( #237360 )
2025-01-06 20:31:52 +01:00
Johannes Rieken
3b92e71162
/edits - accept hunk ( #237341 )
...
* implement accept hunk
* use reject over undo or discard
2025-01-06 16:32:21 +00:00
Benjamin Pasero
85925efe02
Allow deleting files via the explorer when a folder is marked as readonly ( fix #195701 ) ( #237342 )
2025-01-06 17:20:28 +01:00
Sandeep Somavarapu
e3bea63a7a
clean up in extensions scanning ( #237344 )
2025-01-06 17:14:40 +01:00
Ladislau Szomoru
3548eae0e1
Git - add git.commitShortHashLength setting ( #237343 )
2025-01-06 16:05:37 +00:00
Benjamin Pasero
4e2ba23aed
chat setup - restore copilot menu on extension install ( #237348 )
2025-01-06 16:59:10 +01:00
Benjamin Pasero
aaa576acca
Add time information to chatinstallentitlement event (fix microsoft/vscode-copilot#11476) ( #237350 )
2025-01-06 16:54:06 +01:00
Robo
d0dfb42e34
ci: fix broken monaco editor action ( #237347 )
2025-01-06 16:33:12 +01:00
Benjamin Pasero
b7f437d2a1
Allow custom titlebar on Linux as experiment (microsoft/vscode-internalbacklog#4857) ( #237337 )
2025-01-06 15:37:07 +01:00
Daniel Imms
292d0bd51a
Merge pull request #236749 from microsoft/tyriar/xterm@241220
...
@xterm/xterm@5.6.0-beta.74
2025-01-06 05:53:19 -08:00
Benjamin Pasero
567779ca51
Status bar tooltip - add support for specifying a list of commands and lazy contents ( #234339 ) ( #237336 )
...
Core changes.
2025-01-06 14:34:23 +01:00
Benjamin Pasero
dc1cfc044d
Setup: allow a command link that opens setup view (fix microsoft/vscode-copilot#11301) ( #237323 )
2025-01-06 11:27:00 +01:00
Benjamin Pasero
e8b620fc96
Settings progress bar is too eager to appear ( fix #200547 ) ( #237322 )
2025-01-06 11:25:43 +01:00
Alex Ross
70140a270c
Add a setting to warn when collapsing unsubmitted comments ( #236589 )
...
Fixes https://github.com/microsoft/vscode-pull-request-github/issues/1455
2025-01-06 11:15:40 +01:00
Johannes Rieken
47258d8289
Merge pull request #236941 from dmitrysonder/dmitrysonder/issue236939
...
refactor: use EventType constants for events
2025-01-06 10:00:02 +01:00
Don Jayamanne
8cc255e03a
Ensure execution_count is cleared when clearing outputs ( #237301 )
2025-01-05 19:58:34 -08:00
Don Jayamanne
08c8f1a330
Sort cell metadata for notebook cell diffview ( #237302 )
2025-01-05 19:58:08 -08:00
Misode
4cafefb526
Fix missing uri parsing in json schema loading
2025-01-05 05:17:26 +01:00
Ladislau Szomoru
aa6a38114c
Git - add stage/unstage commands to editor title ( #237257 )
2025-01-04 10:15:35 -08:00
Andrew Suzuki
d8d429c472
Fix new Color in string typo
2025-01-03 12:49:45 -05:00