Skip to content

Commit ffb30e5

Browse files
committed
fix(mps-sync-plugin): plugin ID was still the copy-pasted one
1 parent 11e0a1c commit ffb30e5

File tree

1 file changed

+1
-1
lines changed
  • mps-sync-plugin3/src/main/resources/META-INF

1 file changed

+1
-1
lines changed

mps-sync-plugin3/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
22
<idea-plugin require-restart="true">
33
<!-- Unique identifier of the plugin. It should be FQN. It cannot be changed between the plugin versions. -->
4-
<id>org.modelix.mps.react</id>
4+
<id>org.modelix.mps.sync3</id>
55

66
<!-- Public plugin name should be written in Title Case.
77
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->

0 commit comments

Comments
 (0)