Skip to content

Commit

Permalink
Issue #383 - Un-associate LS with Cargo.toml by default
Browse files Browse the repository at this point in the history
Since move to rust-analyzer, the state of .toml files shouldn't be sent
to the Language Server, or rust-analyzer will try to parse them as Rust
file and report loads of unrelated errors.
  • Loading branch information
mickaelistria committed Sep 28, 2021
1 parent 5d6f53a commit 723c62e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions org.eclipse.corrosion/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@
contentType="org.eclipse.corrosion.rust"
id="org.eclipse.corrosion.rls">
</contentTypeMapping>
<contentTypeMapping
contentType="org.eclipse.corrosion.manifest"
id="org.eclipse.corrosion.rls">
</contentTypeMapping>
</extension>
<extension
point="org.eclipse.tm4e.registry.grammars">
Expand Down

0 comments on commit 723c62e

Please sign in to comment.