Commit Graph

1746 Commits

Author SHA1 Message Date
22bb244c0b Fix esbuild scripts
In 9fb82e1fb8 the esbuild key in the scripts
section was set to an esbuild version, this reverts that portion of the change.
2025-03-11 11:25:34 -07:00
796e81319e Merge pull request #1150 from mjbvz/squealing-lemur
Bump package version for audit fixes
2025-03-03 10:55:13 -08:00
7efdeb3a90 Merge pull request #1151 from mjbvz/stable-paste
Switch to stable api version for paste sample
2025-03-03 10:27:14 -08:00
acf6790be1 Switch to stable api version for paste sample 2025-03-03 10:04:11 -08:00
9fb82e1fb8 Bump package version for audit fixes 2025-03-03 09:59:28 -08:00
10559a77f7 Merge pull request #1149 from mjbvz/sole-clam
Pick up latest TS version for all samples
2025-03-03 09:51:37 -08:00
e3fce53668 Pick up latest TS version for all samples 2025-03-03 09:17:39 -08:00
7e4846a7a7 Merge pull request #1082 from gnekich/fix/hello-world-web-samples
fix: ⬆️ resolve issue with helloworld-web-sample when running tests
2025-02-17 07:35:06 +01:00
4b72163744 Merge remote-tracking branch 'origin/main' into pr/gnekich/1082 2025-02-14 16:49:06 +01:00
d2e67991dd fix config description (#1145) 2025-02-06 04:05:34 -08:00
3266b1ade7 Merge pull request #1129 from IsBenben/main
Fixes cannot find module 'semver'
2025-01-28 15:11:44 +01:00
2e6b5d19b7 Merge branch 'main' into main 2025-01-28 13:19:42 +01:00
0d2044ef63 Merge pull request #1139 from mjbvz/finalize-paste
Update to finalized api
2025-01-10 10:43:16 -08:00
91b52f8ab7 Update to finalized api 2025-01-10 10:30:07 -08:00
5ddd30fc05 Merge pull request #1126 from witsaint/fix-embedded-lsp-type
fix: `lsp-embedded-language-service` cleaninterval args type
2024-11-27 13:57:55 -08:00
d6e701bc27 Merge pull request #1133 from mjbvz/salty-sheep
Bump ts-eslint versions and skip linting `.vscode-test`
2024-11-26 23:31:23 -08:00
774ecdb0ee Bump ts-eslint versions
This fixes a warning about running on an unsupported TypeScript version. Also makes sure we do not lint any `.vscode-test` contents if they are present
2024-11-26 22:59:45 -08:00
e2e7e026fd Merge pull request #1132 from mjbvz/developed-guanaco
Run audit fix
2024-11-26 22:57:50 -08:00
8747e64d7a Run audit fix
Runs `npm audit fix` on all samples
2024-11-26 22:23:51 -08:00
4c9db015c5 Merge pull request #1131 from mjbvz/regional-chameleon
Update all samples to TS 5.7
2024-11-26 22:14:58 -08:00
d36753ffcd Fix types for timeout 2024-11-26 19:38:38 -08:00
cabd09c2fc Fix lsp log streaming samples 2024-11-26 19:36:11 -08:00
8fdc842c97 Fix lsp tests 2024-11-26 19:24:58 -08:00
e0fac10b63 Update all samples to TS 5.7 2024-11-26 19:16:22 -08:00
c9e032ef24 Adopt @vscode/chat-extension-utils (#1130)
* Adopt @vscode/chat-extension-utils

* Update readme
2024-11-18 09:46:04 -08:00
9d4f7c8625 Update .vscodeignore 2024-11-17 19:33:50 +08:00
9378d7c929 Upgrade to latest wasm-wasi-core (#1127) 2024-11-15 07:32:28 -08:00
d24a176136 fix cleaninterval args type 2024-11-15 11:13:44 +08:00
727cb7ea42 Merge pull request #1125 from olguzzar/olguzzar/update-chat-tutorial-model
Update Chat tutorial to use request.model
2024-11-11 10:32:28 +01:00
7110130176 update comment 2024-11-08 22:25:04 -05:00
85e56f8d0b update to use request.model 2024-11-08 22:20:22 -05:00
6446fd7012 Add call out for icons (#1116)
* Add call out for icons

* bump engine since this only works in 1.95 and up
2024-10-29 11:56:49 -07:00
003582f2db readme tweak (#1121) 2024-10-29 18:00:42 +01:00
2a0e869854 Port tools sample to main (#1119)
* Port tool sample to main

* README and polish

* Port changes from main

* Fix errors

* Add branch protection
2024-10-28 18:49:56 -07:00
78baa53247 Merge pull request #1118 from mjbvz/switch-scripts-to-ts
Switch internal helper scripts to ts
2024-10-28 18:01:55 -07:00
933c048a63 Merge branch 'main' into switch-scripts-to-ts 2024-10-28 16:42:02 -07:00
1a3ac0c722 Switch internal scripts to ts
Also adds a formatting script and runs it against all TS files in the samples
2024-10-28 16:41:49 -07:00
07b537fc7d Merge pull request #1117 from mjbvz/stable-cow
Fix duplicated deps
2024-10-28 16:08:07 -07:00
fe8c3dbc9c Fix duplicated deps 2024-10-28 16:04:01 -07:00
6097cc753e Merge pull request #1005 from phil294/codicon-dependency-type
webview-codicons: Move codicons dependency from devDependencies into dependencies
2024-10-28 10:11:57 -07:00
39a5481c20 Merge branch 'main' into codicon-dependency-type 2024-10-28 10:07:26 -07:00
2ac108b652 Merge pull request #1115 from mjbvz/prominent-rat
Migrate all samples to eslint 9
2024-10-26 18:34:02 -07:00
e755371841 Merge branch 'main' into prominent-rat 2024-10-26 17:46:53 -07:00
73e249b3c1 Migrate all samples to eslint 9
Switches all samples to use eslint 9 with flat configs. I've tried to migrate existing settings as much as possible. However our eslint configs were also inconsistent so I've tried to align these too
2024-10-26 17:44:03 -07:00
624de0abb6 Merge pull request #1114 from microsoft/isidorn/sparkling-perch
use request.model
2024-10-25 15:43:07 +02:00
93c518e360 use request.model 2024-10-25 15:24:29 +02:00
7ce43a47d7 Merge pull request #1105 from microsoft/burkeholland-lm-api-tutorial
add lm-api-tutorial
2024-10-15 18:26:23 +02:00
c56375d5c0 Merge pull request #1102 from olguzzar/olguzzar/chat-tutorial-sample
Add chat tutorial source code
2024-10-15 18:24:10 +02:00
af1b4ae1ad Merge branch 'main' into olguzzar/chat-tutorial-sample 2024-10-15 06:48:33 -04:00
de598c7aef fix: update chat sample to use finalized intent detection api (#1108) 2024-10-14 12:11:56 -07:00