Skip to content

Commit ecbdfdc

Browse files
Update extensions.json
Signed-off-by: angelatandiayu56-sys <angelatandiayu56@gmail.com>
1 parent 03f5ffc commit ecbdfdc

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.vscode/extensions.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
{
2-
"recommendations": [
3-
"esbenp.prettier-vscode",
4-
"bradlc.vscode-tailwindcss",
5-
"stylelint.vscode-stylelint",
6-
"unifiedjs.vscode-mdx",
7-
"dbaeumer.vscode-eslint",
8-
"editorconfig.editorconfig"
9-
]
10-
}
1+
cd path/to/your/project
2+
npm install @capacitor/core @capacitor/cli
3+
npx cap init
4+
5+
6+

0 commit comments

Comments
 (0)