Skip to content

Commit 0acb5b1

Browse files
committed
Added icon definition for the command line scripts
1 parent abf1319 commit 0acb5b1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

VisualStudioDiscordRPC.Shared/Configs/extensions_assets_map.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@
139139
"name": "Shader",
140140
"key": "shader_file",
141141
"extensions": [ ".hlsl", ".glsl", ".shader", ".frag", ".vert", ".cg" ]
142+
},
143+
{
144+
"name": "Command Line Script",
145+
"key": "cmd",
146+
"extensions": [ ".bat", ".sh", ".ps", ".ps1", ".cmd", ".bash" ]
142147
}
143148
]
144149
}

0 commit comments

Comments
 (0)