We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a95355 commit b4c6690Copy full SHA for b4c6690
2 files changed
media/icons/logo-marketplace.png
4.27 KB
package.json
@@ -2,6 +2,15 @@
2
"name": "fastapi-vscode",
3
"displayName": "FastAPI Extension",
4
"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
+ ],
14
"version": "0.0.8",
15
"publisher": "FastAPILabs",
16
"license": "MIT",
@@ -23,8 +32,10 @@
23
32
"workspaceContains:.fastapicloud/cloud.json"
24
33
],
25
34
"categories": [
35
+ "Programming Languages",
26
36
"Other"
27
37
38
+ "qna": false,
28
39
"capabilities": {
29
40
"virtualWorkspaces": true,
30
41
"untrustedWorkspaces": {
0 commit comments