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
e071a73bed
Remove autoAttachChildProcesses setting ( #834 )
2023-03-14 09:48:13 +01:00
02032bfc30
Merge pull request #832 from mjbvz/inline-fix
...
Fix exception when trying to use negative line numbers
2023-03-09 14:11:42 -08:00
b07edbec5e
Fix exception when trying to use negative line numbers
2023-03-09 13:03:37 -08:00
dfb20f12d4
Update dependencies ( #826 )
2023-02-28 10:19:15 +01:00
727ec61e0e
Merge pull request #824 from mjbvz/dev/mjbvz/remove-extra-check
...
Remove old proposed API check
2023-02-27 13:13:25 -08:00
cd65eb62e9
Merge pull request #823 from mjbvz/dev/mjbvz/fix-tree-debug
...
Fix debugging of tree view sample
2023-02-27 13:11:20 -08:00
34cbf1ccb0
Remove old proposed API check
2023-02-27 13:10:47 -08:00
fa3eaa4ab0
Fix debugging of tree view sample
2023-02-27 11:46:14 -08:00
f1df8faee7
Merge pull request #816 from microsoft/connor4312/testing-continuous-run
...
Add continuous run sample, and fix cancellation bug
2023-01-31 16:52:49 -08:00
9ce192ba46
fix test sample not using right cancellation
...
Fixes https://github.com/microsoft/vscode/issues/172205
2023-01-31 14:10:08 -08:00
55e534bd1c
add continuous run to sample
2023-01-31 14:10:08 -08:00
1e7b23f7df
convert to lf
2023-01-31 14:10:08 -08:00
a1ce23065b
Merge pull request #815 from microsoft/hediet/update-inline-completions
...
Updates inline completions demo
2023-01-31 17:41:21 +01:00
0f78142d1f
Updates inline completions demo
2023-01-31 17:27:39 +01:00
544e4b31b6
Merge pull request #814 from mjbvz/dev/mjbvz/bump-vscode-versions
...
Bump old `vscode` versions in samples
2023-01-30 21:35:52 -08:00
5d3686b7dc
Bump old vscode versions
...
This bumps the `@types/vscode` and `engines: vscode` on packages that were using very old versions. These old versions used a `vscode.d.ts` that didn't include proper link support. We've also made a number of fixes and improvements to `vscode.d.ts` that are useful to extension authors
2023-01-30 21:11:11 -08:00
b59b3e0e5f
Merge pull request #813 from mjbvz/dev/mjbvz/audit-fix-2
...
Fix npm audit errors
2023-01-30 11:48:46 -08:00
8846e74a7c
Fix npm audit errors
...
- npm audit fix
- Manual fixing a few remaining cases
2023-01-30 11:43:23 -08:00
de36f129cf
Merge pull request #812 from mjbvz/main
...
Pick up TS 4.9 for building samples
2023-01-30 11:24:50 -08:00
4a232d8b4e
Pick up TS 4.9 for building samples
2023-01-30 10:35:24 -08:00
8431b4978c
Merge pull request #809 from microsoft/lramos15/toxic-gecko
...
Remove proposed mention in webviewview sample
2023-01-23 10:52:37 -05:00
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