Skip to content

Commit 30f4c32

Browse files
authored
Write a nicely formatted extension manifest. (#16)
1 parent bc29d46 commit 30f4c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const writeManifest = (manifest, prevManifest) => {
117117
delegatesMeta.sharedModule,
118118
].forEach(writeStandardDelegates.bind(this, manifest, prevManifest));
119119

120-
fs.writeJsonSync(path.join(cwd, 'extension.json'), manifest);
120+
fs.writeJsonSync(path.join(cwd, 'extension.json'), manifest, { spaces: 2 });
121121
};
122122

123123
const buildConfigurationDescriptor = (manifest) => {

0 commit comments

Comments
 (0)