From 62b8c5c0f204ef99bd8ab538c99890f8c74cd537 Mon Sep 17 00:00:00 2001 From: Nguyen Ngoc Long <43560378+nguyenngoclongdev@users.noreply.github.com> Date: Fri, 11 Oct 2024 01:30:55 +0000 Subject: [PATCH] fix: update extension description --- .changeset/proud-geckos-work.md | 5 +++++ README.md | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/proud-geckos-work.md diff --git a/.changeset/proud-geckos-work.md b/.changeset/proud-geckos-work.md new file mode 100644 index 0000000..5779858 --- /dev/null +++ b/.changeset/proud-geckos-work.md @@ -0,0 +1,5 @@ +--- +"terminal-keeper": patch +--- + +fix: update extension description diff --git a/README.md b/README.md index 6328408..5a4b215 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@

-Terminal Keeper simplifies the management of terminal sessions in Visual Studio Code, making it easier and more convenient than ever. Restore previous sessions, manage your workspace effortlessly, and customize your terminal with vibrant themes. +Elevate your terminal experience! Effortlessly configuration, seamlessly restore your last session, and manage sessions with ease. Personalize your workspace with colorful themes and boost productivity by importing commands swiftly. If you find this extension useful for your projects, please consider supporting me by [Github](https://github.com/sponsors/nguyenngoclongdev), [Patreon](https://patreon.com/nguyenngoclong), [KO-FI](https://ko-fi.com/nguyenngoclong) or [Paypal](https://paypal.me/longnguyenngoc). It's a great way to help me maintain and improve this tool in the future. Your support is truly appreciated! diff --git a/package.json b/package.json index 66e75ee..8b18eae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "terminal-keeper", "displayName": "Terminal Keeper", - "description": "Easily save and recall previous terminal sessions, create new sessions, and edit or delete existing ones.", + "description": "Elevate your terminal experience! Effortlessly configuration, seamlessly restore your last session, and manage sessions with ease. Personalize your workspace with colorful themes and boost productivity by importing commands swiftly.", "icon": "assets/logo.png", "version": "1.1.46", "main": "./dist/extension.js",