Skip to content

Commit

Permalink
docs: Collapse imports in demos to make it easier to read code
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Sep 4, 2024
1 parent d730c0a commit 5987b66
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/coin-app/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.foldingImportsByDefault": true
}
3 changes: 3 additions & 0 deletions examples/github-app/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.foldingImportsByDefault": true
}
3 changes: 3 additions & 0 deletions examples/nextjs/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.foldingImportsByDefault": true
}
1 change: 1 addition & 0 deletions examples/todo-app/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"editor.foldingImportsByDefault": true,
"typescript.validate.enable": true,
"typescript.tsdk": "node_modules/typescript/lib",
"[javascript]": {
Expand Down

0 comments on commit 5987b66

Please sign in to comment.