Skip to content

Commit 501a0ff

Browse files
authored
fix(manifest): remove www prefix and enable QnA (#349)
1 parent 5897cee commit 501a0ff

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
@@ -16,6 +16,6 @@
1616
],
1717
"overview": "../README.md",
1818
"publisher": "CodingWithCalvin",
19-
"qna": false,
20-
"repo": "https://www.github.com/CodingWithCalvin/VS-CouchbaseExplorer"
19+
"qna": true,
20+
"repo": "https://github.com/CodingWithCalvin/VS-CouchbaseExplorer"
2121
}

0 commit comments

Comments
 (0)