We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02cfa5 commit 4e88fcfCopy full SHA for 4e88fcf
gulpfile.js
@@ -321,7 +321,7 @@ gulp.task('package:createVSIX', () =>
321
);
322
323
gulp.task('nls:bundle-download', async () => {
324
- const res = await got.stream('https://github.com/microsoft/vscode-loc/archive/master.zip');
+ const res = await got.stream('https://github.com/microsoft/vscode-loc/archive/main.zip');
325
await new Promise((resolve, reject) =>
326
res
327
.pipe(unzipper.Parse())
0 commit comments