Commit Graph

15835 Commits

Author SHA1 Message Date
Megan Rogge
b14084a1ce update code-tunnel spec description (#245156)
fix #244922
2025-03-31 20:04:44 +02:00
Megan Rogge
2530e65fff add cgmanifest.json to vscodeignore for terminal suggest (#245154)
fix #243973
2025-03-31 19:59:34 +02:00
Ladislau Szomoru
82839a3b65 Git - improvements to relative path calculation (#245001)
Git - relative path using both the repository root and repository real root
2025-03-28 20:15:52 +01:00
Matt Bierner
526705b491 Merge pull request #244485 from mjbvz/tasty-lion
Pick up latest TS for building VSCode
2025-03-28 11:24:19 -07:00
Ladislau Szomoru
35a79740ae Git - integration tests should use workspace path and not the real path to avoid random failures (#244959) 2025-03-28 12:03:05 +01:00
Ladislau Szomoru
d9909effe9 Git - 💄 log repository real path as well (#244954) 2025-03-28 11:19:43 +01:00
Martin Aeschlimann
c64fbf3ddb add a 'json.validate' command (#244784) 2025-03-26 20:39:53 +01:00
Megan Rogge
1257aae1d2 fix tunnel spec issues (#244769) 2025-03-26 18:31:08 +00:00
Ladislau Szomoru
e9eea024f1 Git - git blame/timeline hover should not support HTML (#244729)
* Git - git blame hover should not support HTML

* Also fix timeline hover
2025-03-26 11:25:59 +00:00
Matt Bierner
42c4a17dd9 Merge pull request #240508 from notoriousmango/copy-image-handle-error
fix: use the copy command for images with CORS errors in the markdown preview
2025-03-25 13:35:14 -07:00
Matt Bierner
802bc5e831 Merge pull request #242500 from mjbvz/entire-bison
Remove old TS surveys setting
2025-03-25 10:57:07 -07:00
Eleanor Boyd
9da4c196b5 Merge pull request #244041 from eleanorjboyd/occupational-reindeer
support attach cell output in copilot
2025-03-25 03:57:48 +00:00
Tyler James Leonhardt
c244b199e2 Delete Unused API (#244529)
ref https://github.com/microsoft/vscode/issues/243615
2025-03-25 01:48:56 +01:00
Matt Bierner
c884598a94 Fix a few more type errors for TextDecoder 2025-03-24 16:36:41 -07:00
Matt Bierner
dffcdad2c0 Merge pull request #244507 from mjbvz/aggregate-cephalopod
Pick up latest md language server
2025-03-24 16:17:19 -07:00
Matt Bierner
4a1dff2d44 Fix never-null error 2025-03-24 16:08:24 -07:00
Martin Aeschlimann
b3c8c9f11d [css/html/json] update services (#244509) 2025-03-24 15:32:33 -07:00
Matt Bierner
a09b4abef2 Also update lockfile 2025-03-24 15:29:37 -07:00
Matt Bierner
5d3e35d542 Fix css client ext types 2025-03-24 15:28:37 -07:00
Megan Rogge
725c5f705a apply existing label, doc, and detail to inline completion (#244490) 2025-03-24 22:21:17 +00:00
Matt Bierner
dd74e0494a Pick up latest md language server 2025-03-24 15:03:03 -07:00
Megan Rogge
cce23e3aaa on bin change, update terminal suggest path executable cache (#244310) 2025-03-24 21:19:03 +00:00
Matt Bierner
8225b496b1 Updating @types/node
Needs some minor code changes too to support the new typings
2025-03-24 13:02:28 -07:00
eleanorjboyd
12df889920 add right click menu support 2025-03-24 11:00:49 -07:00
Ladislau Szomoru
94f0f50f9e Git - try a different separator in the ref picker (#244340) 2025-03-22 15:56:29 -07:00
Tyler James Leonhardt
bdb7cc4f0c Bump msal-runtime (#244321)
Fixes https://github.com/microsoft/vscode/issues/240307
2025-03-21 20:56:33 -07:00
Megan Rogge
2b94f42121 align the look of paths for executables/specs in terminal completions (#244298)
fix #242191
2025-03-21 14:00:33 -07:00
Megan Rogge
b6fe17c848 add kind for specs so icon is correct (#244301)
fix #244300
2025-03-21 13:59:53 -07:00
Ladislau Szomoru
3ea8791964 Git - fix issue with losing merge state when discarding untracked file (#244247) 2025-03-21 14:23:16 +01:00
Megan Rogge
d6d5803357 add remaining tunnel subcommands (#244179) 2025-03-20 22:19:57 +00:00
Megan Rogge
19d8b85423 add terminal suggest folders to vscodeignore (#244172)
fix #243973
2025-03-20 14:13:39 -07:00
Alex Ross
7249efcfae Add tree-sitter for css (#244112)
* Add tree-sitter for css

* Hard code root scopes

* Add some temp logging for test

* Exclude css from module ignore

* Remove log lines
2025-03-20 13:45:47 +01:00
Johannes Rieken
36ae860bec editable tool input (#244108)
* support to dynamically register JSON schema association
* support to dispose schema and association registration
* hook up schema, associations, and documents when reviewing tool input
2025-03-20 12:59:32 +01:00
Ladislau Szomoru
f53a1c04d3 Git - refactor code to exclude refs from pickers (#244104) 2025-03-20 12:35:49 +01:00
Christof Marti
90dde06fb6 Revert "Add tree-sitter for css (#243988)"
This reverts commit c14e7b4b9b.
2025-03-20 08:32:03 +01:00
Ladislau Szomoru
53b4d4e701 Git - include ahead/behind information in all branch pickers (#244036) 2025-03-19 12:47:31 -07:00
Alex Ross
c14e7b4b9b Add tree-sitter for css (#243988)
* Add tree-sitter for css

* Hard code root scopes
2025-03-19 09:55:14 -07:00
Alex Ross
e2eba0acf6 Re-enable regex highlight test (#244014)
* Re-enable regex highlight test

* 🤦‍♀️
2025-03-19 17:21:45 +01:00
Ladislau Szomoru
f00d1a0c44 Git - merge branch picker should not include the current branch (#244008) 2025-03-19 16:31:33 +01:00
Anthony Kim
7e4e3c3732 remove shell type api from terminal suggest proposal (#244004) 2025-03-19 16:14:21 +01:00
Ladislau Szomoru
2365ea12ec Git - display ahead/behind information in the checkout picker (#244003)
* Initial implementation

* Handle scenario where the git version does not support ahead/behind
2025-03-19 16:04:58 +01:00
Ladislau Szomoru
9bed6c5a5f Git - use committerDate in the ref picker (#243974) 2025-03-19 11:22:05 +01:00
Ladislau Szomoru
757405278f Git - do not expose ref commit details to extensions (#243970) 2025-03-19 10:49:00 +01:00
Ladislau Szomoru
6770e77230 Git - add the missing Api proposal (#243959) 2025-03-19 09:39:18 +01:00
Megan Rogge
312fed7118 add code-tunnel suggestion spec (#243809) 2025-03-19 00:17:38 +00:00
Ladislau Szomoru
46a9b7e644 Git - remove another usage of iconv (#243902) 2025-03-18 13:35:33 -07:00
Ladislau Szomoru
76b21c4817 Git - cleanup ref parsing (#243899) 2025-03-18 20:46:11 +01:00
Alex Ross
b184dce8db Remove regex test to fix build (#243884)
This is a temporary measure to unblock the build, will re-enable shortly.
2025-03-18 17:41:26 +01:00
Matt Bierner
37f8988724 Merge pull request #243833 from zyoshoka/correct-typescript-basics-ext-path-in-readme
Correct `typescript-basics` extension path
2025-03-18 08:18:09 -07:00
Ladislau Szomoru
9c52844db0 Git - disable matchOnDetail for the checkout picker (#243862) 2025-03-18 15:35:21 +01:00