mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Update Codicons
- Update debug angles - Update `new-file` icon object - Add `debug-rerun`
This commit is contained in:
Binary file not shown.
@@ -546,6 +546,7 @@ export namespace Codicon {
|
||||
export const runAbove = new Codicon('run-above', { character: '\\ebbd' });
|
||||
export const runBelow = new Codicon('run-below', { character: '\\ebbe' });
|
||||
export const notebookTemplate = new Codicon('notebook-template', { character: '\\ebbf' });
|
||||
export const debugRerun = new Codicon('debug-rerun', { character: '\\ebc0' });
|
||||
|
||||
export const dropDownButton = new Codicon('drop-down-button', Codicon.chevronDown.definition);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user