Skip to content

Commit 20e9fc8

Browse files
committed
fix: add repository field to package.json
- Fixes vsce package warning about missing repository - Enables proper link resolution in README
1 parent ff9cf35 commit 20e9fc8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "通过 SSH 将 .NET 应用程序部署到 Ubuntu/Linux 服务器",
55
"version": "0.1.56",
66
"publisher": "local",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/interface95/vscode-dotnet-deploy.git"
10+
},
711
"engines": {
812
"vscode": "^1.85.0"
913
},

0 commit comments

Comments
 (0)