Skip to content

Commit 66e0ac5

Browse files
committed
Task #114 - Update deprecated pyls-isort to python-lsp-isort
1 parent 5e8f24c commit 66e0ac5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/main/java/org/netbeans/modules/python/PythonUtility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class PythonUtility {
110110

111111
public static String[] LSP_DEPS = new String[]{
112112
"python-lsp-server[all]",
113-
"pyls-isort",
113+
"python-lsp-isort",
114114
"pylsp-mypy",
115115
"pylsp-rope",
116116
"black",

src/main/java/org/netbeans/modules/python/options/PythonLspServerConfigsPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ final class PythonLspServerConfigsPanel extends javax.swing.JPanel {
4242

4343
public static String[] PACKAGES = {
4444
"pylsp",
45-
"pyls-isort",
45+
"python-lsp-isort",
4646
"pylsp-mypy",
4747
"pylsp-rope",
4848
"black",

src/main/resources/org/netbeans/modules/python/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"pycodestyle"
55
],
66
"plugins": {
7+
"isort": {
8+
"enabled": true
9+
},
710
"autopep8": {
811
"enabled": false
912
},

0 commit comments

Comments
 (0)