Commit Graph

7 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
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
2185d360c3 Couple AuthProvider Sample fixes (#1015)
1. remove comment about activation event, it doesn't apply anymore as we have implicit activation
2. aligned the ids
3. Fired removed change event which removes the account from the account menu
2024-05-03 13:53:27 -07:00
e1df717218 Make sure all samples are extending the eslint base configs 2022-12-06 15:03:41 -08:00
2f83557a56 Run format on repo 2022-11-04 14:27:02 -07:00
c33707c4a6 fix: typo 2021-09-25 14:41:17 +05:30
f527b5d3cb add authentication provider sample 2021-09-23 21:35:08 -07:00