From c924d50467433b8ab2cf101bbd9d5c60caf26bd3 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Fri, 26 Apr 2024 17:45:53 -0400 Subject: [PATCH] Update extension name, description, URLs (#41) Co-authored-by: Joe Cheng --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4374e50..7bbc352 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,17 @@ { "name": "shiny-python", - "displayName": "Shiny for Python", - "description": "Shiny for Python support", + "displayName": "Shiny", + "description": "Run and develop Shiny apps in Python or R.", "version": "0.1.6", "publisher": "Posit", "icon": "logo.png", "repository": { "type": "git", - "url": "https://github.com/rstudio/pyshiny-vscode" + "url": "https://github.com/posit-dev/shiny-vscode" + }, + "homepage": "https://github.com/posit-dev/shiny-vscode/", + "bugs": { + "url": "https://github.com/posit-dev/shiny-vscode/issues/" }, "engines": { "vscode": "^1.66.0"