MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / generateHtmlLoc

Function generateHtmlLoc

Extension/gulpfile.js:387–391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

385// Check for corresponding localized json file in i18n.
386// Generate new version of the HTML file in: dist/html/<language_id>/<path>
387const generateHtmlLoc = () => {
388 return gulp.src(htmlFilesPatterns)
389 .pipe(generateLocalizedHtmlFiles())
390 .pipe(gulp.dest('dist'));
391};
392
393// Generate localized versions of walkthrough HTML (.md) files.
394// Check for corresponding localized json file in i18n.

Callers

nothing calls this directly

Calls 2

pipeMethod · 0.80

Tested by

no test coverage detected