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 c02ac05 commit 58aab48Copy full SHA for 58aab48
.gitignore
@@ -30,7 +30,8 @@ local.properties
30
31
# Vscode
32
#
33
-.vscode
+.vscode/*
34
+!.vscode/extensions.json
35
36
# node.js
37
.vscode/extensions.json
@@ -0,0 +1,7 @@
1
+{
2
+ "recommendations": [
3
+ "esbenp.prettier-vscode",
4
+ "dbaeumer.vscode-eslint",
5
+ "asciidoctor.asciidoctor-vscode"
6
+ ]
7
+}
0 commit comments