Skip to content

Commit

Permalink
diesel refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Jun 12, 2024
1 parent 4d970a2 commit 445ecdc
Show file tree
Hide file tree
Showing 146 changed files with 2,432 additions and 4,852 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ web-ext-artifacts
target

!tools/nx-rust/src/executors/build
rustc-ice*
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"recommendations": [
"nrwl.angular-console",
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner",
"dbaeumer.vscode-eslint"
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"rust-analyzer.showUnlinkedFileNotification": false,
"rust-analyzer.server.path": "rust-analyzer",
"prettier.prettierPath": "./node_modules/prettier"
}
Loading

0 comments on commit 445ecdc

Please sign in to comment.