Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
chore: add extension info
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwu1105 committed Aug 3, 2022
1 parent d3df705 commit 2cfb79a
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 15 deletions.
Binary file added assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logo.psd
Binary file not shown.
66 changes: 51 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,7 @@
"engines": {
"vscode": "^1.69.0"
},
"categories": [
"Other"
],
"activationEvents": [
"onCommand:vscode-qt-for-python.helloWorld"
],
"main": "./dist/extension.js",
"contributes": {
"commands": [
{
"command": "vscode-qt-for-python.helloWorld",
"title": "Hello World"
}
]
},
"scripts": {
"vscode:prepublish": "npm run package",
"compile": "webpack",
Expand Down Expand Up @@ -56,5 +42,55 @@
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
},
"activationEvents": [
"onCommand:vscode-qt-for-python.helloWorld"
],
"contributes": {
"commands": [
{
"command": "vscode-qt-for-python.helloWorld",
"title": "Hello World"
}
]
},
"homepage": "https://github.com/seanwu1105/vscode-qt-for-python",
"icon": "assets/images/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/seanwu1105/vscode-qt-for-python.git"
},
"bugs": {
"url": "https://github.com/seanwu1105/vscode-qt-for-python/issues",
"email": "seanwu1105@gmail.com"
},
"badges": [
{
"url": "https://img.shields.io/visual-studio-marketplace/v/seanwu.vscode-qt-for-python.svg",
"href": "https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python",
"description": "version"
},
{
"url": "https://img.shields.io/visual-studio-marketplace/r/seanwu.vscode-qt-for-python.svg",
"href": "https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python",
"description": "rating"
},
{
"url": "https://img.shields.io/visual-studio-marketplace/d/seanwu.vscode-qt-for-python.svg",
"href": "https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python",
"description": "downloads"
},
{
"url": "https://img.shields.io/visual-studio-marketplace/i/seanwu.vscode-qt-for-python.svg",
"href": "https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python",
"description": "installs"
}
],
"categories": [
"Programming Languages",
"Snippets",
"Linters",
"Formatters",
"Other"
]
}

0 comments on commit 2cfb79a

Please sign in to comment.