Skip to content

Commit

Permalink
🔧 (vscode): Do not cache files on save
Browse files Browse the repository at this point in the history
  • Loading branch information
toridoriv committed Oct 8, 2023
1 parent b44055c commit 4a8c8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"[handlebars]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"deno.cacheOnSave": true,
"deno.cacheOnSave": false,
"deno.config": "./deno.json",
"deno.enable": true,
"deno.unstable": true,
Expand Down

0 comments on commit 4a8c8a3

Please sign in to comment.