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