enable checkJS

This commit is contained in:
Erich Gamma
2018-02-01 14:39:12 +01:00
parent a36ef3d788
commit 5e41d2aafb
20 changed files with 71 additions and 24 deletions

View File

@@ -13,6 +13,7 @@ const builtInExtensionsPath = path.join(__dirname, '..', 'builtInExtensions.json
const controlFilePath = path.join(os.homedir(), '.vscode-oss-dev', 'extensions', 'control.json');
function readJson(filePath) {
//@ts-ignore review
return JSON.parse(fs.readFileSync(filePath));
}