Skip to content

Commit

Permalink
postcard.set.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenagubaira committed Apr 21, 2023
1 parent a51991c commit ae7c455
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
.learn/reports
app.tar.gz
config.json
vscode_queue.json
vscode_queue.json
!.vscode
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 700,
"editor.minimap.enabled": false,
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
}
}

0 comments on commit ae7c455

Please sign in to comment.