We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fcde2 commit c169a78Copy full SHA for c169a78
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "code-ownership-vscode",
3
"version": "0.0.3",
4
+ "publisher": "Gusto",
5
"displayName": "Code Ownership for VSCode",
6
"description": "VSCode extension Gusto Code Ownership",
7
"engines": {
@@ -15,7 +16,7 @@
15
16
"main": "./dist/extension.js",
17
"repository": {
18
"type": "git",
- "url": "git+https://github.com/Gusto/code-ownership-vscode.git"
19
+ "url": "https://github.com/Gusto/code-ownership-vscode.git"
20
},
21
"contributes": {
22
"commands": [
0 commit comments