We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefe1a9 commit f1492e9Copy full SHA for f1492e9
README.md
@@ -33,7 +33,7 @@ tail -f ~/Library/Logs/Zed/Zed.log
33
{
34
"languages": {
35
"Python": {
36
- "language_servers": ["pyright", "python_refactoring"]
+ "language_servers": ["pyright", "python-refactoring"]
37
}
38
39
extension.toml
@@ -1,11 +1,11 @@
1
-id = "python_refactoring"
+id = "python-refactoring"
2
name = "PythonRefactoring"
3
description = "Refactoring support for Python."
4
version = "0.0.3"
5
schema_version = 1
6
authors = ["Roy Williams <[email protected]>"]
7
repository = "https://github.com/rowillia/zed-python-refactoring"
8
9
-[language_servers.python_refactoring]
+[language_servers.python-refactoring]
10
11
languages = ["Python"]
0 commit comments