From d613916bc70b342578b7a109ac280ad2c152779f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?At=C3=ADlio?= <27153776+AtilioA@users.noreply.github.com> Date: Sat, 25 May 2024 12:42:00 -0300 Subject: [PATCH] chore: use more human-readable name for extension's `displayName` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 566d1590..feee0f0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bg3-mod-helper", - "displayName": "bg3_mod_helper", + "displayName": "BG3 Mod Helper", "publisher": "ghostboats", "description": "This extension is designed to help you make mods in Baldur's Gate 3 by creating UUIDs and handles for you, as well as updating your .loca.xml files as well should they exist. And more to come in the future.", "version": "2.2.3",