Skip to content

Commit

Permalink
chore: Fix vscode for the repository (#9889)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Jan 16, 2025
1 parent fbad136 commit 3230e2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-socks-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
swc_core: patch
---

chore: Fix vscode for the repository
18 changes: 2 additions & 16 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,5 @@
"crates/swc_ecma_transforms_proposal/tests/decorator-tests"
],
"eslint.enable": false,
"rust-analyzer.check.command": "clippy",
"rust-analyzer.check.features": [
// We use this to make IDE faster
"rust-analyzer",
"rkyv-impl",
"debug",
"scoped"
],
"rust-analyzer.cargo.features": [
// We use this to make IDE faster
"rust-analyzer",
"rkyv-impl",
"debug",
"scoped"
]
}
"rust-analyzer.check.command": "clippy"
}

0 comments on commit 3230e2a

Please sign in to comment.