e8da8b531a
Update tslint version to 5.19
...
This fixeds a few vulnerabilities listed when running `npm i`
2020-04-14 18:05:51 -07:00
209a84c1af
Bump all samples to use TS 3.8.3
...
Also required bumping `@types/node` to 12.12.x
2020-04-14 18:01:21 -07:00
b007d4cc45
ensure the extension is activate on all commands
2019-08-05 11:00:06 +02:00
b0ee08758e
uses the same spelling for 'JS Fiddle' to avoid confusion
2019-08-05 10:13:52 +02:00
f199b40801
typo
2019-08-03 23:46:23 +02:00
4bf4061a8f
- awaiting async fs operation to avoid race conditions
...
- more flexible handling of workspace folders
2019-08-03 23:42:21 +02:00
697a322827
source control life-cycle
2019-07-18 15:25:19 +02:00
4c2ba979fc
Us TS 3.5.1 for all samples
2019-05-31 11:51:11 -07:00
d835433d33
Remove extra space in compile task
2019-05-30 18:28:15 -07:00
dce3875a93
Don't set explicit lib in tsconfigs
...
The one we get from the `target` is correct in almost all cases for VS Code
2019-05-30 18:24:08 -07:00
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
12a3528bae
Use standard tslint rules for source-control example
2019-05-10 14:45:55 -07:00
5553fee13b
Fixing lint errors for many of the projects
2019-05-10 14:43:54 -07:00
03cf5fa9f1
Enable strict mode for many samples
2019-05-10 14:34: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
8cc900dfef
Applying the sample contribution guidelines
2019-03-12 23:54:14 +00:00
bca441ddab
Adding source control sample
2019-03-12 23:24:46 +00:00