mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
upload sourcemaps to CDN instead of ticino (#214141)
This commit is contained in:
@@ -34,7 +34,7 @@ const getVersion_1 = require("./getVersion");
|
||||
const fetch_1 = require("./fetch");
|
||||
const root = path.dirname(path.dirname(__dirname));
|
||||
const commit = (0, getVersion_1.getVersion)(root);
|
||||
const sourceMappingURLBase = `https://ticino.blob.core.windows.net/sourcemaps/${commit}`;
|
||||
const sourceMappingURLBase = `https://main.vscode-cdn.net/sourcemaps/${commit}`;
|
||||
function minifyExtensionResources(input) {
|
||||
const jsonFilter = filter(['**/*.json', '**/*.code-snippets'], { restore: true });
|
||||
return input
|
||||
|
||||
Reference in New Issue
Block a user