Commit Graph

13 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
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
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
67ca84ba0c fix: fix some typos 2021-09-16 20:23:10 +08:00
9819038c9e Recomend eslint for all samples 2020-05-29 14:20:07 -07:00
4efd427258 Enable semicolon rule for eslint 2020-05-29 14:13:32 -07:00
7b9a0a8c4c Use eslint instead of tslint
Fixes #266
2020-05-29 14:01:37 -07:00
a7420d7d1a Update all links for Microsoft/vscode-docs#2165 2018-12-16 21:08:20 -08:00
c6b400f559 Update language configuration sample 2018-11-30 12:25:47 -08:00
cd33197903 add wordPattern and indentationRules into language configuration sample 2018-11-27 12:20:29 -08:00
a67f375f8a Snippet sample 2018-11-14 13:48:47 -08:00
30b41ec65c Clean up 2018-11-14 12:41:59 -08:00
1e82f43566 Add language configuration sample 2018-11-14 12:40:12 -08:00