102 Commits

Author SHA1 Message Date
2ee6b0b7b9 Update all of our samples to target VSCode 1.100 or newer
This makes sure that if folks get a relatively recent `vscode.d.ts`. It also lets us safely bump up the target to es2024 so you can use all the latest lib additions
2025-08-07 07:57:14 -07:00
e8a8df7782 Bump all samples to Typescript 5.9 2025-08-06 23:43:14 -07:00
9fb82e1fb8 Bump package version for audit fixes 2025-03-03 09:59:28 -08:00
e3fce53668 Pick up latest TS version for all samples 2025-03-03 09:17:39 -08:00
774ecdb0ee Bump ts-eslint versions
This fixes a warning about running on an unsupported TypeScript version. Also makes sure we do not lint any `.vscode-test` contents if they are present
2024-11-26 22:59:45 -08:00
e0fac10b63 Update all samples to TS 5.7 2024-11-26 19:16:22 -08:00
73e249b3c1 Migrate all samples to eslint 9
Switches all samples to use eslint 9 with flat configs. I've tried to migrate existing settings as much as possible. However our eslint configs were also inconsistent so I've tried to align these too
2024-10-26 17:44:03 -07:00
8465a39a90 Bump to TS 5.6.2
Also bumps `@types/node` to fix compat issues with new TS lib typings
2024-10-03 11:53:22 -07:00
9599998e92 Add description for json out line setting (#1068) 2024-07-31 12:20:47 +03:00
7628cfc947 Bump eslint versions
Avoids a warning when running the linter with TS 5.5
2024-06-27 13:33:48 -07:00
6d620a3a1a Bump to latest stable TS release for building samples 2024-06-26 17:02:58 -07:00
f4e09a3b7b chore: update dependencies (#996)
- Update @vscode/test-electron due to some bugs
- Update @vscode/test-cli for modern goodness
- vscode-dts -> @vscode/dts off of the deprecated name
- @types/node to 18 to match VS Code itself
2024-04-02 01:29:31 +02:00
e28066f718 Build samples using TS 5.4 2024-03-14 16:47:53 -07:00
980bcbf2df Pick up latest TS for samples 2023-12-05 10:51:43 -08:00
1e2b46108f Update eslint versions
Supports the new TS version
2023-09-13 14:45:34 -07:00
c19df22319 Update all samples to use TS 5.2.2 2023-09-11 13:29: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
a4a557c49d Bump samples to use TS 5.0 2023-03-20 14:42:14 -07:00
4a232d8b4e Pick up TS 4.9 for building samples 2023-01-30 10:35:24 -08:00
f7c3737b6e Remove redundant activation events from samples (#776) 2022-12-08 13:55:11 -08: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
b56a580d1e Pick up latest TS for building samples 2022-09-27 15:01:41 -07:00
31d3d4920b strict check tree view sample (#700) 2022-08-17 15:48:32 +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
5b10219434 Bump eslint TS versions
This fixes the warnings about using an unsupported version of typescript
2022-06-28 15:25:09 -07:00
44683d707f Use node typings from current VS Code 2022-05-24 15:12:22 -07:00
f7f5bee0e5 Update to TS 4.7 2022-05-24 15:04:19 -07:00
30c1740717 Remove tree dnd proposal from tree sample (#637) 2022-05-11 16:18:30 +02:00
6bd0a97459 Bump eslint package versions 2022-04-13 15:49:42 -07:00
73f881e6ac Merge pull request #606 from microsoft/dependabot/npm_and_yarn/tree-view-sample/minimist-1.2.6
Bump minimist from 0.2.1 to 1.2.6 in /tree-view-sample
2022-04-13 14:31:30 -08:00
828768a62c Use latest TS version for all packages
This also updates our package-locks to v2
2022-04-13 15:12:23 -07:00
fff0e1eba3 Bump minimist from 0.2.1 to 1.2.6 in /tree-view-sample
Bumps [minimist](https://github.com/substack/minimist) from 0.2.1 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/0.2.1...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-09 19:27:58 +00:00
2bc23042f1 Update samples to build with TS 4.5.5 2022-02-09 11:38:40 -08:00
fbde91c6e2 Update tree view sample to use onWillDrop 2021-11-16 14:56:39 +01:00
355d5851a8 Build extensions using TS 4.4 2021-10-04 12:24:14 -07:00
4a0b22cf62 Have a test view and a drag and drop test view 2021-08-17 15:40:28 +02:00
dcbf3a4f50 fix #400 tree-view-sample: update package.json, package-lock.json (#401) 2021-07-16 11:48:59 +02:00
95618adb09 Bump minor TS version 2021-07-13 18:48:28 -07:00
bee31a77ed Implement drag and drop controller (#431)
* implement drag and drop in sample

* clean code

* fix reveal command

* remove unnecessary method

* fix getParent to return the existing node instead of creating a new key

* Linting, naming, etc.

Co-authored-by: Alex Ross <alros@microsoft.com>
2021-06-23 15:37:55 +02:00
a92db32ca1 Adding repo and license fields to samples that were missing them 2021-06-11 17:10:40 -07:00
1f9cfe91f1 Bump samples to TS 4.3 2021-06-11 17:00:34 -07:00
5489dd3629 Sorting installs 2021-03-02 16:02:01 -08:00
54053dd917 Pick up new eslint versions 2021-03-02 15:59:42 -08:00
32e50e81c0 Use TypeScript 4.2 for building all samples 2021-03-02 15:48:43 -08:00
b3621dd88a Remove proposed API 2020-12-01 11:28:01 +01:00
23e5167c2f Update samples to compile with TS 4.0.2 2020-09-10 15:20:30 -07:00
e5c64d606a Tree view sample package json updates 2020-07-08 10:41:11 +02:00
f2a5778063 Update vscode version and add void to event
Fixes https://github.com/microsoft/vscode-extension-samples/issues/321
2020-06-25 10:47:37 +02:00
d2c13f305f update sample with icon and contextualTitle 2020-06-09 15:23:05 -07:00