Commit Graph

9 Commits

Author SHA1 Message Date
80f5553e69 - code documentation, clean-up
- sourceControlPane argument in the command handlers
- command to open fiddle in the browser
2019-05-17 00:52:52 +02:00
5553fee13b Fixing lint errors for many of the projects 2019-05-10 14:43:54 -07:00
f4f21dcb03 Bump tslint versions
Fixes some npm audit issues
2019-05-09 17:04:08 -07:00
139fa5b39a Use latest TS version across examples 2019-05-09 16:59:56 -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
e48c6c8909 💄 2019-03-20 10:31:44 +01:00
9c1d5c1248 - ability to open fiddle in the browser instead of writing to it.
- fix fidde versioning to be zero-based
2019-03-19 22:17:35 +01:00
0dceda85ee - support for multi workspace folders
- mock fiddle for offline testing
- redesigned to support files closing
- support for deleted files
2019-03-19 03:06:13 +01:00
bca441ddab Adding source control sample 2019-03-12 23:24:46 +00:00