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

Function generateWalkthroughHtmlLoc

Extension/gulpfile.js:398–402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

396// The destination filename will have ".md" extension replaced with: .nls.<language>.md
397// For example, the Spanish translation of "walkthrough/doc.md" will be written to "dist/walkthrough/doc.nls.es.md".
398const generateWalkthroughHtmlLoc = () => {
399 return gulp.src(walkthroughHtmlFilesPatterns)
400 .pipe(generateLocalizedWalkthroughHtmlFiles())
401 .pipe(gulp.dest('dist'));
402};
403
404const generateLocalizedJsonSchemaFiles = () => {
405 return es.through(function (file) {

Callers

nothing calls this directly

Calls 2

pipeMethod · 0.80

Tested by

no test coverage detected