Skip to content

Commit 617df3b

Browse files
committed
Updates link for vscode license
1 parent a2c8217 commit 617df3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generateLicenses.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function generateThirdpartyNotices(packages) {
1818
{
1919
licenses: 'MIT',
2020
repository: 'https://github.com/microsoft/vscode',
21-
licenseFile: 'https://raw.github.com/microsoft/vscode/main/LICENSE.txt',
21+
licenseFile: 'https://raw.githubusercontent.com/microsoft/vscode/refs/heads/main/LICENSE.txt',
2222
},
2323
],
2424
];

0 commit comments

Comments
 (0)