Skip to content

Commit

Permalink
Fix plugin_url
Browse files Browse the repository at this point in the history
  • Loading branch information
sambarza authored Oct 23, 2023
1 parent 2df1997 commit 32d3781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Debug Server for VSCode",
"version": "0.0.4",
"version": "0.0.5",
"description": "Visual Studio Code debug server for Cheshire Cat",
"author_name": "[email protected]",
"author_url": "https://mywebsite.me",
"plugin_url": "https://github.com/my_name/vcc-vscode-debugpy",
"author_url": "https://github.com/sambarza",
"plugin_url": "https://github.com/sambarza/cc-vscode-debugpy",
"tags": "cat, debugger, vscode",
"thumb": "https://raw.githubusercontent.com/my_repo_path/vcc-vscode-debugpy.png"
}

0 comments on commit 32d3781

Please sign in to comment.