From 97f19f6a0c06c9ec9d928e9ee0758fd89f2772b8 Mon Sep 17 00:00:00 2001 From: Shambhu Lal Verma Date: Fri, 5 Jun 2026 17:16:19 +0530 Subject: [PATCH] ref: description --- .vscodeignore | 3 +++ package.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .vscodeignore diff --git a/.vscodeignore b/.vscodeignore new file mode 100644 index 0000000..66eabe6 --- /dev/null +++ b/.vscodeignore @@ -0,0 +1,3 @@ +**/*.ts +**/tsconfig.json +!file.ts \ No newline at end of file diff --git a/package.json b/package.json index f839681..5d68eda 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "restlab", "displayName": "REST Lab", - "description": "A modern REST API client for VS Code - Test, debug, and manage your APIs with a beautiful interface", + "description": "A modern REST API client for Visual Studio Code — compatible with all VS Code-supported platforms and extension hosts. Test, debug, and manage your APIs with a beautiful interface", "publisher": "slverma", "version": "1.5.4", "icon": "resources/restlab-icon.png", @@ -10,6 +10,7 @@ "url": "https://github.com/slverma/REST-Lab" }, "license": "MIT", + "pricing": "Free", "keywords": [ "rest", "api",