Skip to content

Commit b3be9da

Browse files
🔍️ Update marketplace metadata (#77)
1 parent 7a95355 commit b3be9da

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

media/icons/logo-marketplace.png

4.27 KB
Loading

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
"name": "fastapi-vscode",
33
"displayName": "FastAPI Extension",
44
"description": "VS Code extension for FastAPI development",
5+
"icon": "media/icons/logo-marketplace.png",
6+
"keywords": [
7+
"fastapi",
8+
"python",
9+
"web framework",
10+
"api",
11+
"rest",
12+
"openapi"
13+
],
514
"version": "0.0.8",
615
"publisher": "FastAPILabs",
716
"license": "MIT",
@@ -23,8 +32,10 @@
2332
"workspaceContains:.fastapicloud/cloud.json"
2433
],
2534
"categories": [
35+
"Programming Languages",
2636
"Other"
2737
],
38+
"qna": false,
2839
"capabilities": {
2940
"virtualWorkspaces": true,
3041
"untrustedWorkspaces": {

0 commit comments

Comments
 (0)