mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-14 23:18:36 +00:00
Use branch icon in gh spec
This commit is contained in:
@@ -47,6 +47,10 @@ const specSpecificReplaceStrings = new Map([
|
||||
[
|
||||
'description: repo.description,',
|
||||
'description: repo.description ?? undefined,'
|
||||
],
|
||||
[
|
||||
'icon: "fig://icon?type=git"',
|
||||
'icon: "vscode://icon?type=11"'
|
||||
]
|
||||
]],
|
||||
['git', [
|
||||
|
||||
@@ -40,7 +40,7 @@ const postProcessRemoteBranches: Fig.Generator["postProcess"] = (out) => {
|
||||
return {
|
||||
name,
|
||||
description: "Branch",
|
||||
icon: "fig://icon?type=git",
|
||||
icon: "vscode://icon?type=11",
|
||||
priority: 75,
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user