mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
PyBundle -> PySdkBundle updates in 203 (#339)
This commit is contained in:
parent
b234265aca
commit
9705e04ece
@ -118,6 +118,15 @@ All parameters in `com.jetbrains.python.psi.PyElementVisitor` marked `@NotNull`
|
||||
`com.jetbrains.python.sdk.PythonSdkUpdater.updateOrShowError(Sdk, SdkModificator, Project, Component)` method parameter `SdkModificator` removed
|
||||
: It was not processed carefully, it should be enough to pass editable sdk instead.
|
||||
|
||||
`python.sdk.interpreter.field.is.empty` property removed from resource bundle `messages.PyBundle`
|
||||
: Use `python.sdk.field.is.empty` from `messages.PySdkBundle` instead.
|
||||
|
||||
`base.interpreter` property removed from resource bundle `messages.PyBundle`
|
||||
: Use `python.venv.base.label` from `messages.PySdkBundle` instead.
|
||||
|
||||
`interpreter` property removed from resource bundle `messages.PyBundle`
|
||||
: Use `python.interpreter.label` from `messages.PySdkBundle` instead.
|
||||
|
||||
`com.jetbrains.python.psi.LanguageLevel.hasWithStatement()` method removed
|
||||
: It is `true` for all supported python versions.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user