fix mps, add list of supported IDEs

This commit is contained in:
Marco "Capypara" Köpcke 2024-12-11 10:00:14 +01:00
commit aeafc08f95
No known key found for this signature in database
GPG key ID: 08131EE895D53BDB
10 changed files with 20 additions and 1 deletions

View file

@ -91,7 +91,7 @@ impl IdeProduct {
IdeProduct::RustRover => "rust-rover",
IdeProduct::Aqua => "aqua",
IdeProduct::Writerside => "writerside",
IdeProduct::Mps => "MPS",
IdeProduct::Mps => "mps",
}
}
}