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.
2 parents 0628b39 + eee82fc commit 983849fCopy full SHA for 983849f
.gitignore
@@ -38,3 +38,6 @@ yarn-error.log*
38
39
# lock files
40
*lock*
41
+
42
+# Promptshield
43
+.promptshield
.vscode/extensions.json
@@ -1,3 +1,6 @@
1
-{
2
- "recommendations": ["esbenp.prettier-vscode", "mayank1513.trello-kanban-task-board"]
+{
+ "recommendations": [
3
+ "mayank1513.promptshield",
4
+ "mayank1513.trello-kanban-task-board"
5
+ ]
6
}
0 commit comments