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",