Skip to content

Commit

Permalink
update to ESM (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno authored Nov 29, 2024
1 parent 3951fb8 commit 2520ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/export-to-ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fs.readFile(opts.f, 'utf8', (err, data) => {
console.log(" * Copyright (c) Microsoft Corporation. All rights reserved.");
console.log(" * Licensed under the MIT License. See License.txt in the project root for license information.");
console.log(" *--------------------------------------------------------------------------------------------*/");
console.log("import { register } from 'vs/base/common/codiconsUtil';");
console.log("import { register } from './codiconsUtil.js';");
console.log("");
console.log("");
console.log("// This file is automatically generated by (microsoft/vscode-codicons)/scripts/export-to-ts.js");
Expand Down

0 comments on commit 2520ba0

Please sign in to comment.