aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-05 20:39:47 +0000
committerVeetaha <[email protected]>2020-02-05 20:39:47 +0000
commit8153b60e1d8abdcefbf6c7c9657f1ce65a216d7a (patch)
tree68f445e973268dffce86c66cfc396c9221bf4ca3 /editors/code/package.json
parent8d0f7da2f5f2ae1dc5711005f08fde0007da165b (diff)
vscode: eliminate floating promises and insane amount of resource handle leaks
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index c9404a4dd..11d37053e 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -21,7 +21,7 @@
21 "vscode:prepublish": "tsc && rollup -c", 21 "vscode:prepublish": "tsc && rollup -c",
22 "package": "vsce package", 22 "package": "vsce package",
23 "watch": "tsc --watch", 23 "watch": "tsc --watch",
24 "fmt": "tsfmt -r && tslint -c tslint.json 'src/**/*.ts' --fix" 24 "fmt": "tsfmt -r && tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' --fix"
25 }, 25 },
26 "dependencies": { 26 "dependencies": {
27 "jsonc-parser": "^2.1.0", 27 "jsonc-parser": "^2.1.0",