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
2ca73cce6b
Fix warning action modal
2022-07-28 16:52:22 -07:00
ba2365c280
Remove deactivate
2022-07-28 16:49:15 -07:00
caeb56d165
Address PR feedback
2022-07-28 16:47:55 -07:00
ae28e653ae
Remove vscodeignore
2022-07-28 15:33:18 -07:00
c4bafc7b5a
More cleanup
2022-07-28 15:32:32 -07:00
f8eb3ca4cf
Remove unsued extension skeleton from parent
2022-07-28 15:30:24 -07:00
90b647dcbe
Remove quickstart
2022-07-28 15:27:29 -07:00