diff --git a/rust-analyzer.json b/rust-analyzer.json deleted file mode 100644 index 62f6f05..0000000 --- a/rust-analyzer.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "linkedProjects": ["Cargo.toml"], - "files": { - "exclude": [ - "node_modules", - "public", - ".dioxus", - ".omc", - "dist" - ] - } -} diff --git a/rust-analyzer.toml b/rust-analyzer.toml new file mode 100644 index 0000000..cedcfea --- /dev/null +++ b/rust-analyzer.toml @@ -0,0 +1,4 @@ +linkedProjects = ["Cargo.toml"] + +[files] +exclude = ["node_modules", "public", ".dioxus", ".omc", "dist"]