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

Commit 0c177ad

Browse files
Deprecating this plugin (#60)
1 parent a945941 commit 0c177ad

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

CHANGELOG_CODE.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,12 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
1111

1212
## [Unreleased]
1313

14-
### Added
15-
16-
* Global option "Locale" is added. (5aa7aaec, HEAD)
17-
18-
### Changed
19-
20-
* Gradle is updated to 8.10. (226568e1)
21-
* [Kotlin JVM plugin][120-1] is updated to 2.0.10. (227ef0c6)
14+
This plugin is deprecated. Install [the <i>Pyright</i> plugin][1] instead.
15+
See [the migration guide][2] for more information.
2216

2317

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

2621

2722
## [1.1.0] - 2024-08-13

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
[![Rating](https://img.shields.io/jetbrains/plugin/r/rating/24146)][8]
77
[![Downloads](https://img.shields.io/jetbrains/plugin/d/24146)][9]
88

9+
> [!NOTE]
10+
> This plugin is deprecated. Install [the <i>Pyright</i> plugin][3] instead.
11+
> See [the migration guide][0] for more information.
12+
13+
14+
[0]: https://insyncwithfoo.github.io/pyright-for-pycharm/migration-guide/
15+
16+
---
17+
918
![](./.github/readme/demo-1.png)
1019

1120
<!-- Plugin description -->

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22

33
pluginGroup = com.insyncwithfoo.pyrightls
4-
pluginName = Pyright Language Server
4+
pluginName = Pyright Language Server [Deprecated]
55
pluginRepositoryUrl = https://github.com/insyncwithfoo/pyright-langserver-for-pycharm
66
# SemVer format -> https://semver.org
77
pluginVersion = 1.2.0

src/main/resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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 -->
8-
<name>Pyright Language Server</name>
8+
<name>Pyright Language Server [Deprecated]</name>
99

1010
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
1111
<vendor email="[email protected]" url="https://github.com/insyncwithfoo">InSync</vendor>

0 commit comments

Comments
 (0)