mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 01:25:37 -05:00
Add icon for resource view items (#13009)
* Add icon for resource view items * Remove unneeded stuff
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { Emitter, Event } from 'vs/base/common/event';
|
||||
import { URI } from 'vs/base/common/uri';
|
||||
import { Registry } from 'vs/platform/registry/common/platform';
|
||||
|
||||
export const Extensions = {
|
||||
@@ -12,7 +13,7 @@ export const Extensions = {
|
||||
|
||||
export interface ResourceType {
|
||||
readonly id: string;
|
||||
readonly icon: string;
|
||||
readonly icon: URI;
|
||||
readonly name: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user