Commit Graph

1412 Commits

Author SHA1 Message Date
e24a3a2462 Remove proposed mention in webviewview sample 2023-01-23 09:28:38 -05:00
6c76e46f1d Fix LSP sample activation (#808) 2023-01-20 08:35:03 -08:00
dec963c83a Update packages plus improved import. (#806) 2023-01-18 14:43:52 +01:00
31979a1cdd pass missing parameters (#803)
- showInputBox was missing ignoreFocusOut and placeholder
- showQuickPick was missing ignoreFocusOut
2023-01-17 10:48:38 -08:00
e2949727a2 Merge pull request #801 from mjbvz/fix-795
Fix compile error
2023-01-12 15:21:47 -08:00
02d407b51a Fix compile error
Fixes #795
2023-01-12 14:55:09 -08:00
88f689af76 Merge pull request #797 from microsoft/roblou/thick-primate
Add notebook serializer sample
2023-01-10 17:03:46 -08:00
5ebba6b65c Rename to "-sample" 2023-01-10 16:13:47 -08:00
d7b731e7b0 Remove the renderer from this sample, add a "create" command 2023-01-10 16:13:30 -08:00
739e41ab50 Add notebook serializer sample
Ported from the microsoft/notebook-extension-samples repo
2022-12-30 11:51:28 -08:00
61d94d731c Merge pull request #789 from Mister-Hope/main
chore: fix typos
2022-12-19 10:38:18 -08:00
a415621ffb chore: fix typos 2022-12-19 22:31:07 +08:00
f7c3737b6e Remove redundant activation events from samples (#776) 2022-12-08 13:55:11 -08:00
621250043e use better activation events (#783) 2022-12-07 12:26:07 -08:00
dbee9a0daf use auto attach children instead of multiple launch configs
This is a new (with js-debug) option that makes debugging child processes much easier. Use it for the LSP subprocesses.

Supplants https://github.com/microsoft/vscode-extension-samples/pull/704
2022-12-06 16:38:21 -08:00
7e2f7f11d0 Merge pull request #781 from mjbvz/tsmf-tsx
Make sure tsx files have same formatting as ts files
2022-12-06 15:33:44 -08:00
7560f94b48 Make sure tsx files have same formatting as ts files
Also updates the react sample to only have a single tsconfig so tsfmt can be easily run on it
2022-12-06 15:17:08 -08:00
7ec56dd3cf Merge pull request #780 from mjbvz/samples-extend
Make sure all samples are extending the eslint base configs
2022-12-06 15:13:40 -08:00
e1df717218 Make sure all samples are extending the eslint base configs 2022-12-06 15:03:41 -08:00
76c78944b5 eamodio.tsl-problem-matcher changed id (#715)
Co-authored-by: Henrik Jensen <henrik-jensen@users.noreply.github.com>
2022-12-02 16:01:57 +01:00
e82ecc7124 Merge pull request #774 from jan-dolejsi/notebook-renderer-sample_sample
notebook-renderer-sample: sample notebook added
2022-12-01 08:36:23 -08:00
0e532126fd excluding artifacts from package 2022-12-01 11:55:43 +01:00
07e1c54be8 sample notebook 2022-11-29 20:58:49 +01:00
fbd98ac07f Merge pull request #770 from microsoft/lramos15/removePrChat-auto
Remove PR Chat
2022-11-21 16:04:31 -05:00
f366b6a955 Remove PR Chat 2022-11-21 15:39:06 -05:00
24ee5beac4 Merge pull request #760 from microsoft/tyler/updated-l10n-sample
Updated l10n sample
2022-11-14 10:12:30 -08:00
bbd297d52d Updated l10n sample 2022-11-14 09:57:04 -08:00
ddae6c0c9f Merge pull request #736 from mjbvz/dev/mjbvz/tsfmt
Run tsfmt on all samples in repo
2022-11-04 14:35:47 -07:00
2f83557a56 Run format on repo 2022-11-04 14:27:02 -07:00
0db7faa03c Merge pull request #735 from mjbvz/dev/mjbvz/eslint-bump
Bump eslint versions and update lint scripts
2022-11-04 14:05:10 -07:00
4b4178179d Fix sample name 2022-11-04 13:53:56 -07:00
42e83bf2f3 Bump eslint versions and update lint scripts
Pick up latest eslint to avoid a nasty warning about using an unsupported version of TS

Also updates the eslint script to be more scoped on which files it checks
2022-11-04 13:52:32 -07:00
45531b256a Add l10n sample/Remove i18n sample (#721)
* add l10n extension sample, delete vscode-nls sample

* rev l10n versions

* fix a couple typos

* move around sections

* updates

* final

* include link to API
2022-11-04 12:47:49 -07:00
fdd3bb95ce Merge pull request #718 from mjbvz/ts-48
Pick up latest TS for building samples
2022-09-27 17:35:59 -07:00
b56a580d1e Pick up latest TS for building samples 2022-09-27 15:01:41 -07:00
1f36112f74 Merge pull request #717 from mjbvz/dev/mjbvz/audit-fix
Fix some npm audit issues
2022-09-27 14:47:51 -07:00
35c5eb49b2 Merge pull request #716 from mjbvz/dev/mjbvz/drop-fin
Use `@types/vscode` instead of `vscode-dts`
2022-09-27 09:47:04 -07:00
519619525e Fix some npm audit issues
This also removes `mocha` from examples that were not using them since mocha pulls in lots of deps that then have security advisories
2022-09-27 09:34:52 -07:00
78ff312967 Use @types/vscode instead of vscode-dts 2022-09-27 09:32:30 -07:00
654b80a38b Merge pull request #712 from boltex/boltex/issue711
Fixed comment about security policy meta tag
2022-09-15 11:06:18 -07:00
835b0d82af Fixed comment about security policy meta tag
Fixes #711
2022-09-14 22:52:52 -04:00
133fa26af6 Merge pull request #689 from yiliang114/main
fix: typos
2022-08-24 12:14:48 +02:00
2ea630c3ad Merge pull request #683 from gjsjohnmurray/fix-682
lsp-embedded-request-forwarding: don't encode uri used in map (fix #682)
2022-08-22 15:03:10 +02:00
31d3d4920b strict check tree view sample (#700) 2022-08-17 15:48:32 +02:00
d6ed4aeb1c Merge pull request #696 from microsoft/benibenj/selectedItemsContext
Title command uses selected Items context
2022-08-11 16:30:27 +02:00
151c8b2573 update engine version 2022-08-11 16:10:51 +02:00
8cbe519d2c selected Items context in use 2022-08-11 15:09:53 +02:00
e5db95e79b Merge pull request #693 from microsoft/ddossett/notifications-sample
Add Notification Sample
2022-07-29 19:09:12 -07:00
cbfb2f9edc Add "Show All Notifications" command 2022-07-29 10:21:21 -07:00
9a56f0e4e5 Address PR feedback 2022-07-29 10:12:29 -07:00