mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
@@ -377,9 +377,9 @@ export type SCMRawResource = [
|
||||
boolean /*strike through*/,
|
||||
boolean /*faded*/,
|
||||
|
||||
string /*source*/,
|
||||
string /*letter*/,
|
||||
ThemeColor /*color*/
|
||||
string | undefined /*source*/,
|
||||
string | undefined /*letter*/,
|
||||
ThemeColor | null /*color*/
|
||||
];
|
||||
|
||||
export type SCMRawResourceSplice = [
|
||||
|
||||
Reference in New Issue
Block a user