Skip to content

Commit 6682131

Browse files
authored
fix(manifest): remove www prefix and enable QnA (#40)
1 parent ec7f51b commit 6682131

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
@@ -10,6 +10,6 @@
1010
},
1111
"overview": "../README.md",
1212
"publisher": "CodingWithCalvin",
13-
"qna": false,
14-
"repo": "https://www.github.com/CodingWithCalvin/VS-OpenInNotepadPlusPlus"
13+
"qna": true,
14+
"repo": "https://github.com/CodingWithCalvin/VS-OpenInNotepadPlusPlus"
1515
}

0 commit comments

Comments
 (0)