generated from JetBrains/intellij-platform-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support the Pact 5 language server (#75)
* refactor(settings): rename `pactPath` and `pactLanguageServerPath` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * wip(settings): create `PactSettingsUtils` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * wip(settings): update `AppSettingsComponent` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * docs(readme): update settings label Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * refactor(settings): rename `AppSettingsComponent` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * refactor(settings): rename `AppSettingsConfigurable` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * refactor(settings): rename `AppSettingsState` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * wip(settings): update `PactSettingsEditor` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * wip(lsp): update `PactLspServerDescriptor` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * wip(settings): update `PactSettingsUtils` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * wip(settings): update `PactSettingsUtils` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * wip(settings): update `PactSettingsUtils` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * wip(settings): update `PactSettingsEditor` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * wip(settings): update `PactSettingsEditor` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * wip(settings): update `PactRunConfigurationOptions` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * build: update minor version to `0.5.0` Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> * docs(changelog): add entry Signed-off-by: Luke Gareth Ribchester <luke@luke.gr> --------- Signed-off-by: Luke Gareth Ribchester <luke@luke.gr>
- Loading branch information
1 parent
572797d
commit d012875
Showing
15 changed files
with
286 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 40 additions & 18 deletions
58
src/main/kotlin/io/kadena/pact/ide/runner/PactSettingsEditor.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
148 changes: 0 additions & 148 deletions
148
src/main/kotlin/io/kadena/pact/ide/settings/AppSettingsComponent.kt
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
src/main/kotlin/io/kadena/pact/ide/settings/AppSettingsConfigurable.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.