Skip to content

Commit 955c409

Browse files
committed
update to ESM
1 parent 3951fb8 commit 955c409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/export-to-ts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fs.readFile(opts.f, 'utf8', (err, data) => {
2020
console.log(" * Copyright (c) Microsoft Corporation. All rights reserved.");
2121
console.log(" * Licensed under the MIT License. See License.txt in the project root for license information.");
2222
console.log(" *--------------------------------------------------------------------------------------------*/");
23-
console.log("import { register } from 'vs/base/common/codiconsUtil';");
23+
console.log("import { register } from './codiconsUtil.js';");
2424
console.log("");
2525
console.log("");
2626
console.log("// This file is automatically generated by (microsoft/vscode-codicons)/scripts/export-to-ts.js");

0 commit comments

Comments
 (0)