From 6aa66a7634a936e525c2f070fd7b6480a811d329 Mon Sep 17 00:00:00 2001 From: Shahriar Shatil <52494840+ShatilKhan@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:55:57 +0600 Subject: [PATCH] Update Extension name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 871cc57..f6dd21a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture", - "displayName": "capture", + "displayName": "Capture", "description": "Transform highlighted code into beautifully styled images with a single click in VS Code.", "version": "0.0.1", "icon": "assets/logo.png",