Skip to content

Commit

Permalink
chore: add our .vscode/settings.json to git
Browse files Browse the repository at this point in the history
everyone using vscode or the deno LSP tools to work on collie will need to run
this setup anyway. Now that we're using import maps, correctly setting up
VSCode as an IDE requires additional options and hence it's better to have it
in the repo for developer convenience.
  • Loading branch information
JohannesRudolph committed May 10, 2022
1 parent b266561 commit a304866
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.vscode

# Logs
logs
*.log
Expand Down
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": true,
"deno.importMap": "./src/import_map.json",
}

0 comments on commit a304866

Please sign in to comment.