MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / generateJsonSchemaLoc

Function generateJsonSchemaLoc

Extension/gulpfile.js:440–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

438// Check for corresponding localized json file in i18n
439// Generate new version of the JSON schema file in dist/schema/<language_id>/<path>
440const generateJsonSchemaLoc = () => {
441 return gulp.src(jsonSchemaFilesPatterns)
442 .pipe(generateLocalizedJsonSchemaFiles())
443 .pipe(gulp.dest('dist'));
444};
445
446gulp.task('translations-generate', gulp.series(generateSrcLocBundle, generateAdditionalLocFiles, generateHtmlLoc, generateWalkthroughHtmlLoc, generateJsonSchemaLoc));
447

Callers

nothing calls this directly

Calls 2

pipeMethod · 0.80

Tested by

no test coverage detected