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
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