Skip to content

Commit

Permalink
workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 9, 2024
1 parent d69fbbf commit c7520e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .vscode/julie_portfolio.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {}
}
8 changes: 6 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"deno.enable": true
}
"deno.enable": true,
"files.autoSave": "afterDelay",
"editor.fontSize": 16,
"editor.fontFamily": "'Ricty Diminished Discord with Fira Code', 'PragmataPro Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.tabSize": 2
}

0 comments on commit c7520e7

Please sign in to comment.