We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3951fb8 commit 955c409Copy full SHA for 955c409
scripts/export-to-ts.js
@@ -20,7 +20,7 @@ fs.readFile(opts.f, 'utf8', (err, data) => {
20
console.log(" * Copyright (c) Microsoft Corporation. All rights reserved.");
21
console.log(" * Licensed under the MIT License. See License.txt in the project root for license information.");
22
console.log(" *--------------------------------------------------------------------------------------------*/");
23
- console.log("import { register } from 'vs/base/common/codiconsUtil';");
+ console.log("import { register } from './codiconsUtil.js';");
24
console.log("");
25
26
console.log("// This file is automatically generated by (microsoft/vscode-codicons)/scripts/export-to-ts.js");
0 commit comments