Skip to content

Commit

Permalink
Add back the vscode settings (#1799)
Browse files Browse the repository at this point in the history
* add back the settings json and the rust config

* leave a note
  • Loading branch information
EclecticGriffin committed Dec 4, 2023
1 parent 89e644f commit 3e9f6ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ __pycache__

tests/xilinx/cocotb/**/hdl

.vscode/settings.json

!cider-dap/calyxDebug/package.json
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
// Please only make changes to this file if they are useful/necessary for
// the whole project. For all other things use your own local settings.
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true,
},
}

0 comments on commit 3e9f6ee

Please sign in to comment.