Skip to content

Commit

Permalink
Allow vscode.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernaferrari committed Jan 26, 2024
1 parent 382d4ff commit 9e028ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "apps/plugin/dist/code.js",
"ui": "apps/plugin/dist/index.html",
"editorType": ["figma", "dev"],
"capabilities": ["inspect", "codegen"],
"capabilities": ["inspect", "codegen", "vscode"],
"permissions": [],
"networkAccess": {
"allowedDomains": ["none"]
Expand Down

0 comments on commit 9e028ff

Please sign in to comment.