mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
enable checkJS
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user