Skip to content

Commit

Permalink
chore: remove code-workspace workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Apr 23, 2023
1 parent d2412a1 commit a49d4ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"deno.enablePaths": ["./tests/deno"],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[ignore][properties][shellscript]": { "editor.defaultFormatter": "foxundermoon.shell-format" },
"editor.formatOnSave": false,
"editor.codeActionsOnSave": ["source.fixAll.format", "source.fixAll.eslint"],
"eslint.probe": ["typescript"],
"eslint.quiet": true,
"files.exclude": { "tests/deno": true },
"typescript.tsdk": "node_modules/typescript/lib"
}
6 changes: 0 additions & 6 deletions iron-webcrypto.code-workspace

This file was deleted.

5 changes: 0 additions & 5 deletions tests/deno/.vscode/settings.json

This file was deleted.

0 comments on commit a49d4ae

Please sign in to comment.