|
|
ebb0455400
|
Fix incorrect usage of 'an'
|
2023-11-28 21:08:27 +01:00 |
|
|
|
b8bd441237
|
publish test coverage at the right time in the test sample (#924)
|
2023-11-27 14:31:25 -08:00 |
|
|
|
3c6d40304c
|
Extend chat agent sample a bit (#920)
|
2023-11-13 23:20:32 +01:00 |
|
|
|
1a867a24c6
|
Merge pull request #919 from microsoft/isidorn/evolutionary-gamefowl
Add chat-agent sample
|
2023-11-13 15:03:38 -06:00 |
|
|
|
37cd4fff48
|
pass the use prompt to the /play command
|
2023-11-13 19:59:32 +01:00 |
|
|
|
650ac8e741
|
tackle some comment
|
2023-11-13 19:56:09 +01:00 |
|
|
|
183f941e7b
|
Add chat-agent sample
|
2023-11-13 16:30:27 +01:00 |
|
|
|
4721ef0c45
|
add an extension sample for the cli test runner (#918)
* add an extension sample for the cli test runner
* Add video demo
|
2023-10-27 14:16:42 -07:00 |
|
|
|
a8a74c4d77
|
testProvider: fix continuous run handling (#917)
Fixes #900
|
2023-10-03 10:27:59 -07:00 |
|
|
|
ff51306982
|
Merge pull request #916 from mjbvz/issue-template-2
Add basic issue template
|
2023-10-02 13:19:55 -07:00 |
|
|
|
ff117bb13e
|
Add basic issue template
This directs users to ask questions on stackoverflow instead of here
|
2023-10-02 12:59:59 -07:00 |
|
|
|
c711b1c0dc
|
Merge pull request #913 from microsoft/jupyterServerProviderSample
Jupyter server provider sample
|
2023-10-02 10:32:45 +11:00 |
|
|
|
b2f376954a
|
Update based on code reviews
|
2023-09-26 10:09:51 +10:00 |
|
|
|
e2a0e4c099
|
Update pre-launch task
|
2023-09-25 11:17:40 +10:00 |
|
|
|
5b8f4a9108
|
Update version
|
2023-09-25 11:15:13 +10:00 |
|
|
|
804c834ea5
|
Update sample
|
2023-09-22 10:41:42 +10:00 |
|
|
|
f047b9f481
|
Jupyter server provider sample
|
2023-09-21 12:21:12 +10:00 |
|
|
|
69333818a4
|
Merge pull request #912 from mjbvz/bump-eslint
Update eslint versions
|
2023-09-13 15:12:54 -07:00 |
|
|
|
1e2b46108f
|
Update eslint versions
Supports the new TS version
|
2023-09-13 14:45:34 -07:00 |
|
|
|
4eff7a03df
|
Merge pull request #911 from mjbvz/paste-update
Update paste sample for latest api
|
2023-09-13 14:23:09 -07:00 |
|
|
|
2bf7980dd5
|
Update paste sample for latest api
|
2023-09-13 13:00:05 -07:00 |
|
|
|
cf75d7a7af
|
Merge pull request #910 from mjbvz/ts522
Update all samples to use TS 5.2.2
|
2023-09-11 13:50:21 -07:00 |
|
|
|
c19df22319
|
Update all samples to use TS 5.2.2
|
2023-09-11 13:29:22 -07:00 |
|
|
|
ead2640188
|
Fix EACCES error code name (#847)
|
2023-07-06 12:43:00 +00:00 |
|
|
|
672ac9c79b
|
Fix outFiles path (#878)
OutFiles are written to <workspace>/out/*.js. Fix this path to be able to debug again.
|
2023-06-27 00:27:05 +00:00 |
|
|
|
4d764c5def
|
Merge pull request #874 from cseas/chore-replace-substr
chore: replace deprecated substr method with slice
|
2023-06-26 09:40:50 -07:00 |
|
|
|
9c7db374ab
|
chore: replace deprecated substr method with slice
|
2023-06-26 21:28:05 +05:30 |
|
|
|
9f97311fcf
|
Merge pull request #882 from ykdojo/main
Updated README with Commands and Messages sections
|
2023-06-26 08:34:29 -07:00 |
|
|
|
63d52b60a5
|
Updated README with Commands and Messages sections
|
2023-06-24 01:40:06 +00:00 |
|
|
|
668632196f
|
Merge pull request #876 from mjbvz/dev/mjbvz/ts-51
Bump to TS 5.1 for all samples
|
2023-06-05 15:13:34 -07:00 |
|
|
|
c4029cafef
|
Merge branch 'main' into dev/mjbvz/ts-51
|
2023-06-05 14:38:22 -07:00 |
|
|
|
3ca4acdff2
|
Bump extensions to TS 5.1
Picks up TS 5.1.3 for building extensions
Also bumps `@types/node` to resolve typings conflicts with new TS version
|
2023-06-05 14:34:14 -07:00 |
|
|
|
fb8db2fcd7
|
chore: update for new dts package name (#875)
|
2023-06-05 14:15:49 -07:00 |
|
|
|
ca68ab8a9c
|
Merge pull request #862 from mjbvz/paste-bump
Update for latest copy paste api
|
2023-05-11 14:43:27 -07:00 |
|
|
|
2f11640e14
|
Update for latest copy paste api
Also removes use of `text` instead of `text/plain`
|
2023-05-11 13:02:35 -07:00 |
|
|
|
e189dde3c4
|
Merge pull request #860 from mjbvz/drop-proper-types
Use class for `DocumentDropEdit`
|
2023-05-01 14:16:47 -07:00 |
|
|
|
3e6ea4d6fa
|
Use class for DocumentDropEdit
|
2023-05-01 14:14:00 -07:00 |
|
|
|
40d02bc110
|
chore: bump @vscode/test-electron, add update script (#858)
|
2023-05-01 11:59:34 -07:00 |
|
|
|
20dc659907
|
Merge pull request #855 from mjbvz/dev/mjbvz/audit-fix-12
Npm Audit fixes
|
2023-04-24 14:46:46 -07:00 |
|
|
|
01f2f6d736
|
Npm Audit fixes
Also fixes run-command to not stop if it fails on one sample
|
2023-04-24 14:34:53 -07:00 |
|
|
|
f7b27a9177
|
Merge pull request #849 from marjoripomarole/patch-1
typo: telemtry in extension.ts
|
2023-04-11 20:22:30 -07:00 |
|
|
|
fd3a96145f
|
Update extension.ts
eventName typo
|
2023-04-11 20:21:26 -03:00 |
|
|
|
1ee0889400
|
Update extension.ts
typo in telemtry
|
2023-04-11 20:18:21 -03:00 |
|
|
|
98346fc4fa
|
Merge pull request #726 from microsoft/lramos15/telemetry-sample
Simple telemetry API sample
|
2023-03-30 13:52:43 -07:00 |
|
|
|
090f13755b
|
Update sample
|
2023-03-30 13:00:51 -07:00 |
|
|
|
dde97446e6
|
Merge branch 'main' into lramos15/telemetry-sample
|
2023-03-30 12:55:16 -07:00 |
|
|
|
87c0ba8e16
|
Merge pull request #839 from mjbvz/react-renderer-webpack
Fix webpack of notebook react renderer sample
|
2023-03-20 17:37:59 -07:00 |
|
|
|
bc0e27acce
|
Fix webpack of notebook react renderer sample
|
2023-03-20 15:43:30 -07:00 |
|
|
|
cd1dee58d3
|
Merge pull request #838 from mjbvz/dev/mjbvz/ts-5
Bump samples to use TS 5.0
|
2023-03-20 15:27:47 -07:00 |
|
|
|
a4a557c49d
|
Bump samples to use TS 5.0
|
2023-03-20 14:42:14 -07:00 |
|