Skip to content

Commit

Permalink
Exclude target directories used by sbt from VSCode watching
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Sep 16, 2023
1 parent 2ad2b44 commit 89458ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"vue.complete.casing.tags": "pascal",
"auto-snippets.snippets": [
{ "language": "vue", "snippet": "Vue single-file component" }
]
],
"files.watcherExclude": {
"**/target": true
}
}

0 comments on commit 89458ec

Please sign in to comment.