61fda64ede
Adopt chat context API changes ( #1271 )
2026-02-12 12:54:44 +01:00
57eda9e608
Merge pull request #1270 from microsoft/dependabot/npm_and_yarn/lsp-multi-server-sample/client/semver-7.7.4
...
Bump semver from 7.3.4 to 7.7.4 in /lsp-multi-server-sample/client
2026-02-05 16:39:01 -08:00
4f5cf7ae66
Merge pull request #1269 from mjbvz/dev/mjbvz/npm-audit-feb26
...
Npm audit fix
2026-02-01 17:03:55 -08:00
452daedea4
Npm audit fix
2026-02-01 14:13:30 -08:00
260fc5f0fd
Merge pull request #1268 from mjbvz/dev/mjbvz/109-output-api
...
Update output renderer sample ext sample for 1.109 api changes
2026-01-31 19:16:12 -08:00
579b7988b3
Update output renderer sample ext sample for api changes
2026-01-31 15:54:15 -08:00
a4feb90e1f
Also activate chat context on jsonc ( #1267 )
2026-01-27 09:03:27 -08:00
275a515b6a
Also include jsonc in chat context provider ( #1266 )
2026-01-27 08:53:25 -08:00
c71db4ab93
Chat context provider sample ( #1263 )
2026-01-21 08:28:42 -08:00
0c01b9ad1c
Merge pull request #1252 from microsoft/remove-node-buffer-dependency
...
Remove Node.js API dependencies (Buffer, path module)
2025-12-09 16:18:25 +01:00
f31c838a3f
Remove Node.js API dependencies (Buffer, path module)
...
- Replace Buffer with Uint8Array and TextEncoder
- Replace path module with native string manipulation
- Replace NodeJS.Timeout with ReturnType<typeof setTimeout>
Fixes microsoft/vscode-extension-samples#550
2025-12-09 15:59:18 +01:00
5839b5c233
Fix documented data type
...
Fix documented data type to match the one mentioned here: https://code.visualstudio.com/api/references/vscode-api#l10n
2025-10-27 19:05:08 +01:00
32c5dda0d5
Merge pull request #1224 from mjbvz/dev/mjbvz/format-all
...
Format all ts in project
2025-10-01 13:56:09 -07:00
e11c2e1a1c
Merge branch 'main' into dev/mjbvz/format-all
2025-09-23 22:18:49 -07:00
1af0a6d1da
Format all ts in project
2025-09-23 21:57:41 -07:00
bb7fc98162
Consume new vscode.d.ts ( #1219 )
2025-09-11 11:37:41 -04:00
d8963c1c37
Update chat provider sample ( #1216 )
2025-09-08 16:40:36 +02:00
cb3a06c814
Merge pull request #1196 from Sepush/refactor/clean-lsp-erf
...
refactor(lsp-embedded-request-forwarding): clean useless code
2025-09-02 10:54:43 +02:00
3f2c4333e7
Merge pull request #1213 from microsoft/lramos15/estimated-rook
...
Update chat model provider sample
2025-08-27 15:55:39 -04:00
66d7b88d3a
Merge branch 'main' into lramos15/estimated-rook
2025-08-27 15:49:50 -04:00
eeb97cf726
Update chat model provider sample
2025-08-27 15:48:51 -04:00
986bcc700d
Merge pull request #1208 from mjbvz/homely-pelican
...
Don't check in vscode.d.ts files
2025-08-07 11:36:59 -07:00
b58db88424
Don't check in vscode.d.ts files
...
These files get added during install so we don't want to commit them
2025-08-07 11:28:31 -07:00
32ff7f36a2
Merge pull request #1207 from mjbvz/famous-hare
...
Update all of our samples to target VSCode 1.100 or newer
2025-08-07 09:40:55 -07:00
2ee6b0b7b9
Update all of our samples to target VSCode 1.100 or newer
...
This makes sure that if folks get a relatively recent `vscode.d.ts`. It also lets us safely bump up the target to es2024 so you can use all the latest lib additions
2025-08-07 07:57:14 -07:00
0b0bb2b6b8
Merge pull request #1206 from mjbvz/environmental-squid
...
Bump all samples to Typescript 5.9
2025-08-07 03:48:06 -07:00
e8a8df7782
Bump all samples to Typescript 5.9
2025-08-06 23:43:14 -07:00
851e7e6927
Merge pull request #1205 from microsoft/dev/mjbvz/chatoutputupdate2
...
Small fixes to chat output renderer sample
2025-08-03 21:46:27 -07:00
08ef98ceef
Small fixes to chat output renderer sample
2025-08-03 21:16:42 -07:00
e0a4e7430c
Merge pull request #1203 from mjbvz/dev/mjbvz/chatoutputupdate
...
Update chat output renders api usage
2025-07-25 13:11:25 -07:00
74b880ad28
Update chat output renders api usage
...
For https://github.com/microsoft/vscode/pull/257898
2025-07-25 12:54:48 -07:00
e35040f8ec
Merge pull request #1202 from mjbvz/rising-toucan
...
Add chat output renderer proposed API sample
2025-07-24 19:57:52 -07:00
66e8b167f0
Untrack d.ts files
2025-07-24 19:38:13 -07:00
2a021e711c
Add chat output renderer proposed API sample
...
Shows how to use the chat output renderer to render mermaid diagrams in chat
2025-07-24 19:35:06 -07:00
c89894c779
Merge pull request #1201 from mjbvz/smoggy-smelt
...
Fix ci run target
2025-07-24 16:11:16 -07:00
5146528848
Add missing sample
2025-07-24 16:03:35 -07:00
9d1e23b6ba
Merge branch 'main' into smoggy-smelt
2025-07-24 16:03:11 -07:00
0f4e3b3280
Use better script names
2025-07-24 16:02:26 -07:00
7c8d5ea5c0
Also run install
2025-07-24 16:00:52 -07:00
25e4280d6e
Fix ci run target
...
I think we need the specific branch name
2025-07-24 15:56:19 -07:00
0aef2e9e50
Add LM chat model provider sample ( #1200 )
2025-07-24 09:30:34 -07:00
12fc09f452
Merge pull request #1199 from mjbvz/dev/mjbvz/audit-fix
...
Npm audit fix
2025-07-23 15:08:15 -07:00
7e5d971623
Npm audit fix
...
Running audit fix to fix some eslint related warnings
2025-07-23 14:37:43 -07:00
8d9bd7c1f6
refactor(lsp-embedded-request-forwarding): clean useless code
2025-07-06 18:21:33 +08:00
cf30922221
mcp: adopt finalized api ( #1185 )
2025-05-06 14:43:22 -07:00
0e287995d8
mcp: update sample to new api shape ( #1182 )
2025-04-30 15:32:41 -07:00
26acb262b8
Merge pull request #1161 from microsoft/isidorn/outside-antlion
...
Add canBeReferencedInPrompt property to tools
2025-04-02 00:48:41 +02:00
c835f5e0bd
update per review
2025-04-01 10:34:46 +02:00
af2c674d3c
Add canBeReferencedInPrompt property to tools
2025-03-31 15:55:21 +02:00
6a364308ef
add extension sample for mcp server publishing ( #1156 )
2025-03-14 07:49:53 +01:00