Commit Graph

6 Commits

Author SHA1 Message Date
2f83557a56 Run format on repo 2022-11-04 14:27:02 -07:00
7b9a0a8c4c Use eslint instead of tslint
Fixes #266
2020-05-29 14:01:37 -07:00
cc64fa1dc2 Remove use stricts from ts files
This is implicit for modules
2019-05-30 18:27:43 -07:00
0b26276bb6 Use vscode/@types for most extension samples
Fixes #180

Changes from using `vscode` to `@types/vscode` for the majority of extension samples. The `@types/vscode` package is much smaller and does not pull in any dependencies.

Other changes:

- Remove so empty test files
- Bump engine versions to match @types/vscode versions
- Use `npm run compile` for most `vscode:prepublish` scripts
2019-05-09 14:52:38 -07:00
cf47784724 add tests to webpack-sample 2019-03-04 14:15:59 +01:00
a4ddcddb19 wip 2018-09-19 17:54:55 +02:00