Skip to content

Commit

Permalink
Merge pull request #2035 from DioxusLabs/jk/clean-core-macro
Browse files Browse the repository at this point in the history
Chore #2028: radically clean up core-macro
  • Loading branch information
jkelleyrtp committed Mar 9, 2024
2 parents 2d2e9dc + 32595ce commit 60235ac
Show file tree
Hide file tree
Showing 8 changed files with 443 additions and 859 deletions.
20 changes: 20 additions & 0 deletions packages/core-macro/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"rust-analyzer.check.workspace": false,
// "rust-analyzer.check.command": "check alsjdlaskdjljkasd",
"rust-analyzer.check.allTargets": false,
"rust-analyzer.cargo.buildScripts.enable": true,
"rust-analyzer.cargo.buildScripts.overrideCommand": [
"cargo",
"check",
"--quiet",
// "--package",
// "dioxus-core-macro",
"--message-format",
"json",
"--all-targets"
],
"rust-analyzer.cargo.buildScripts.rebuildOnSave": false,
"rust-analyzer.cargo.buildScripts.invocationLocation": "root",
"rust-analyzer.cargo.buildScripts.invocationStrategy": "once",
// "rust-analyzer.check.command": "check --package dioxus-core-macro"
}

0 comments on commit 60235ac

Please sign in to comment.