mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
fix icon paths
This commit is contained in:
@ -96,8 +96,8 @@ class Dependency extends vscode.TreeItem {
|
||||
}
|
||||
|
||||
iconPath = {
|
||||
light: path.join(__filename, '..', '..', '..', 'resources', 'light', 'dependency.svg'),
|
||||
dark: path.join(__filename, '..', '..', '..', 'resources', 'dark', 'dependency.svg')
|
||||
light: path.join(__filename, '..', '..', 'resources', 'light', 'dependency.svg'),
|
||||
dark: path.join(__filename, '..', '..', 'resources', 'dark', 'dependency.svg')
|
||||
};
|
||||
|
||||
contextValue = 'dependency';
|
||||
|
||||
Reference in New Issue
Block a user