Skip to content

Commit 68fbd82

Browse files
authored
fix(manifest): remove www prefix and enable QnA (#19)
1 parent 6815e9a commit 68fbd82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/extension.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"overview": "../README.md",
1111
"publisher": "CodingWithCalvin",
12-
"qna": false,
13-
"repo": "https://www.github.com/CodingWithCalvin/VS-VsixManifestDesigner"
12+
"qna": true,
13+
"repo": "https://github.com/CodingWithCalvin/VS-VsixManifestDesigner"
1414
}

0 commit comments

Comments
 (0)