Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Deprecating this plugin (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo authored Dec 22, 2024
1 parent a945941 commit 0c177ad
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG_CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,12 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].

## [Unreleased]

### Added

* Global option "Locale" is added. (5aa7aaec, HEAD)

### Changed

* Gradle is updated to 8.10. (226568e1)
* [Kotlin JVM plugin][120-1] is updated to 2.0.10. (227ef0c6)
This plugin is deprecated. Install [the <i>Pyright</i> plugin][1] instead.
See [the migration guide][2] for more information.


[120-1]: https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
[1]: https://github.com/InSyncWithFoo/pyright-for-pycharm
[2]: https://insyncwithfoo.github.io/pyright-for-pycharm/migration-guide/


## [1.1.0] - 2024-08-13
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
[![Rating](https://img.shields.io/jetbrains/plugin/r/rating/24146)][8]
[![Downloads](https://img.shields.io/jetbrains/plugin/d/24146)][9]

> [!NOTE]
> This plugin is deprecated. Install [the <i>Pyright</i> plugin][3] instead.
> See [the migration guide][0] for more information.

[0]: https://insyncwithfoo.github.io/pyright-for-pycharm/migration-guide/

---

![](./.github/readme/demo-1.png)

<!-- Plugin description -->
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html

pluginGroup = com.insyncwithfoo.pyrightls
pluginName = Pyright Language Server
pluginName = Pyright Language Server [Deprecated]
pluginRepositoryUrl = https://github.com/insyncwithfoo/pyright-langserver-for-pycharm
# SemVer format -> https://semver.org
pluginVersion = 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- Public plugin name should be written in Title Case.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
<name>Pyright Language Server</name>
<name>Pyright Language Server [Deprecated]</name>

<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
<vendor email="insyncwithfoo@gmail.com" url="https://github.com/insyncwithfoo">InSync</vendor>
Expand Down

0 comments on commit 0c177ad

Please sign in to comment.