Skip to content

Commit 37655fe

Browse files
authored
Pull in icon fixes (#8162)
Fixes #8159
1 parent d41ec73 commit 37655fe

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

build/update-codicons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as path from 'path';
88
import * as https from 'https';
99

1010
const CODICONS_DIR = path.join(__dirname, '..', 'resources', 'icons', 'codicons');
11-
const BASE_URL = 'https://raw.githubusercontent.com/microsoft/vscode-codicons/refs/heads/mrleemurray/new-icons/src/icons';
11+
const BASE_URL = 'https://raw.githubusercontent.com/microsoft/vscode-codicons/refs/heads/main/src/icons';
1212

1313
interface UpdateResult {
1414
filename: string;

resources/icons/codicons/add.svg

Lines changed: 1 addition & 1 deletion
Loading

resources/icons/codicons/error.svg

Lines changed: 1 addition & 1 deletion
Loading

resources/icons/codicons/pass.svg

Lines changed: 1 addition & 1 deletion
Loading

resources/icons/codicons/quote.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)