Commit Graph

1707 Commits

Author SHA1 Message Date
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
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
0107f5a8ee Merge pull request #1107 from mjbvz/fix-1106
Fix `@cat /play` example
2024-10-09 14:37:05 -07:00
a0e45af080 Fixes #1106 2024-10-09 14:26:34 -07:00
e40a7c6dfa add back .vscode folder 2024-10-08 12:44:57 -05:00
3fdc2c1d8c update README 2024-10-08 12:44:47 -05:00
9390650280 remove unused files 2024-10-08 12:44:40 -05:00
0e1c84c3c7 add lm-api-tutorial 2024-10-08 10:23:45 -05:00
2a4986184e Merge branch 'olguzzar/chat-tutorial-sample' of https://github.com/olguzzar/vscode-extension-samples into olguzzar/chat-tutorial-sample 2024-10-08 07:45:01 -04:00
e6b1511698 clean up images 2024-10-08 07:44:46 -04:00
f2cefc178d Merge pull request #1103 from mjbvz/patient-bobolink
Bump to TS 5.6.2
2024-10-03 12:06:57 -07:00
8465a39a90 Bump to TS 5.6.2
Also bumps `@types/node` to fix compat issues with new TS lib typings
2024-10-03 11:53:22 -07:00
41497cc4ba Merge branch 'main' into olguzzar/chat-tutorial-sample 2024-10-03 14:13:55 -04:00
821b6d6376 Update sample.js 2024-10-03 13:49:03 -04:00
74094226d8 Add config files 2024-10-03 10:18:51 -04:00
51ca85f7b8 Add chat tutorial source code 2024-10-03 10:12:35 -04:00
ab1e793c83 Merge pull request #1101 from microsoft/tyriar/shellIntegration-audit
Audit shell-integration-sample
2024-09-20 12:24:46 -07:00
2edd28566d Merge pull request #1100 from microsoft/tyriar/1091
Remove proposed API from shellIntegration sample
2024-09-20 12:24:29 -07:00
58d17a0490 Audit shell-integration-sample 2024-09-20 12:20:42 -07:00
569afe7288 Remove proposed API from shellIntegration sample
Fixes #1091
2024-09-20 12:18:52 -07:00
9a1b473ced Update lock file (#1099) 2024-09-16 12:16:32 +02:00
becd827230 Merge pull request #1057 from liu3hao/semantic-tokens-sample-fix
Add missing activation event
2024-09-11 12:06:02 -07:00
7749ad8b24 fix: adopt latest @vscode/prompt-tsx (#1096) 2024-09-03 11:20:53 -07:00
3d0af8d8c6 Move to latest component model (#1095) 2024-09-02 10:23:58 +02:00
d4c646fa3c Move wasm samples to latest wasm-component-model (#1092) 2024-08-28 20:10:25 +09:00
a11599ca99 Update samples to latest component model (#1089) 2024-08-26 20:17:52 +02:00
0e6ef61eae Move to latest wasm-component-model (#1088) 2024-08-26 08:09:50 -07:00
a3428dad46 Update dependencies (#1087) 2024-08-26 15:14:12 +02:00
82dde6d2f4 Update WASM examples (#1086) 2024-08-26 11:20:50 +02:00
d5cb4fc36b Merge pull request #1084 from microsoft/isidorn/solid-chameleon
chat sample disambiguation
2024-08-14 18:05:23 +02:00
73ca99f455 remove randomTeach disambiguation 2024-08-14 17:56:10 +02:00
9e7875d28e use disambiguation per command
also rename teach to randomTeach
2024-08-14 17:51:58 +02:00
e5139d5cd4 chat sample disambiguation 2024-08-14 17:27:29 +02:00
bc0c1332ad Merge pull request #1081 from microsoft/isidorn/splendid-unicorn
no need to check isUsageEnabled and isErrorsEnabled that is auto-checked
2024-08-02 12:22:23 +02:00
8429534684 Merge pull request #1080 from microsoft/isidorn/courageous-fly
no need to check if error or usage enabled on logger. This is auto-checked
2024-08-02 12:22:08 +02:00
14d9a1647a no need to check isUsageEnabled and isErrorsEnabled that is auto-checked 2024-08-02 12:01:05 +02:00
b857a25753 no need to check if error or usage enabled on logger. This is auto-checked
fyi @lramos15
2024-08-02 11:59:24 +02:00
2fe05b367a Merge pull request #1079 from microsoft/isidorn/okay-minnow
fix telemetry sample to work with latest API
2024-08-01 16:39:25 +02:00
a8d2ba34af Merge pull request #1078 from microsoft/isidorn/semantic-orangutan
use telemetry logger for counting requests, and unhelpful feedback, to be able to compute success metric
2024-08-01 16:39:06 +02:00
75e1e03603 fix telemetry sample to work with latest API 2024-08-01 14:06:52 +02:00