Skip to content

Commit

Permalink
feat(angular|vue|react) Add recommendation for Ionic VS Code extension (
Browse files Browse the repository at this point in the history
#1720)

* fix(angular): remove unrequired tslint.json

* feat(angular): recommend Ionic VS Code extension

* feat(vue react) Add recommendation for Ionic VS Code extension

* (feat) Add recommendation for Ionic VS Code extension

Co-authored-by: Mike Hartington <[email protected]>
  • Loading branch information
dtarnawsky and mhartington committed Oct 11, 2022
1 parent c8149d6 commit b409105
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
3 changes: 2 additions & 1 deletion angular/base/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 23,8 @@ npm-debug.log*
/.sass-cache
/.sourcemaps
/.versions
/.vscode
/.vscode/*
!/.vscode/extensions.json
/coverage
/dist
/node_modules
Expand Down
5 changes: 5 additions & 0 deletions angular/base/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 1,5 @@
{
"recommendations": [
"ionic.ionic"
]
}
3 changes: 2 additions & 1 deletion react/base/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 17,8 @@
.env.development.local
.env.test.local
.env.production.local
.vscode
/.vscode/*
!/.vscode/extensions.json
.idea

npm-debug.log*
Expand Down
5 changes: 5 additions & 0 deletions react/base/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 1,5 @@
{
"recommendations": [
"ionic.ionic"
]
}
3 changes: 2 additions & 1 deletion vue/base/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 22,8 @@ npm-debug.log*
/.sass-cache
/.sourcemaps
/.versions
/.vscode
/.vscode/*
!/.vscode/extensions.json
/coverage
/dist
/node_modules
Expand Down
5 changes: 5 additions & 0 deletions vue/base/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 1,5 @@
{
"recommendations": [
"ionic.ionic"
]
}

0 comments on commit b409105

Please sign in to comment.