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 a2c8217 commit 617df3bCopy full SHA for 617df3b
scripts/generateLicenses.mjs
@@ -18,7 +18,7 @@ async function generateThirdpartyNotices(packages) {
18
{
19
licenses: 'MIT',
20
repository: 'https://github.com/microsoft/vscode',
21
- licenseFile: 'https://raw.github.com/microsoft/vscode/main/LICENSE.txt',
+ licenseFile: 'https://raw.githubusercontent.com/microsoft/vscode/refs/heads/main/LICENSE.txt',
22
},
23
],
24
];
0 commit comments