mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[python] PY-65674 pyright support
(cherry picked from commit ca3727d7eb017ec61e93d1336d9ca97dfa39c325) GitOrigin-RevId: 02c10705a3dbe186d2db70f7a249854494c50e3d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3b5f60b3a7
commit
29f330dab6
+4
@@ -47,6 +47,10 @@ class PyCharmProjectConfigurableStartupActivity : ProjectActivity {
|
||||
ep.groupId = PythonToolsConfigurable.ID
|
||||
ep.groupWeight = 40
|
||||
}
|
||||
"com.intellij.python.pyright.PyrightConfigurable" -> {
|
||||
ep.groupId = PythonToolsConfigurable.ID
|
||||
ep.groupWeight = 40
|
||||
}
|
||||
"com.jetbrains.python.black.configuration.BlackFormatterConfigurable" -> {
|
||||
ep.groupId = PythonToolsConfigurable.ID
|
||||
ep.groupWeight = 30
|
||||
|
||||
Reference in New Issue
Block a user