vscord icon indicating copy to clipboard operation
vscord copied to clipboard

Language-Specific Images (Icons)

Open h1ac opened this issue 1 year ago • 2 comments

(Suggestion)

Custom Images/Icons based on the language or file extension.

h1ac avatar Apr 22 '24 05:04 h1ac

Do you mean be able to configure this?

You can set these config options to a URL and get images based on the lang key. Think you can use any of the configuration keys in here

	"vscord.status.image.large.viewing.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{lang}.png",
	"vscord.status.image.large.editing.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{lang}.png",
	"vscord.status.image.large.debugging.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{lang}.png",
	"vscord.status.image.large.idle.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{lang}.png",
	"vscord.status.image.large.notInFile.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/vscode.png",
	"vscord.status.image.small.viewing.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",
	"vscord.status.image.small.editing.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",
	"vscord.status.image.small.debugging.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",
	"vscord.status.image.small.idle.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",
	"vscord.status.image.small.notInFile.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",

nick22985 avatar May 08 '24 23:05 nick22985

Do you mean be able to configure this?

You can set these config options to a URL and get images based on the lang key. Think you can use any of the configuration keys in here

	"vscord.status.image.large.viewing.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{lang}.png",
	"vscord.status.image.large.editing.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{lang}.png",
	"vscord.status.image.large.debugging.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{lang}.png",
	"vscord.status.image.large.idle.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{lang}.png",
	"vscord.status.image.large.notInFile.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/vscode.png",
	"vscord.status.image.small.viewing.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",
	"vscord.status.image.small.editing.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",
	"vscord.status.image.small.debugging.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",
	"vscord.status.image.small.idle.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",
	"vscord.status.image.small.notInFile.key": "https://raw.githubusercontent.com/xhayper/catppuccin-vscord/main/images/mocha/{app_id}.png",

Hi, sorry for the ultra late reply. And no, I do not mean that. I meant to configure the Language Icons, i.e change the logo of a specific language shown in discord.

h1ac avatar Jul 23 '24 14:07 h1ac