Skip to content

Commit f1492e9

Browse files
committed
Rename the extension to be kebab-cased
1 parent cefe1a9 commit f1492e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tail -f ~/Library/Logs/Zed/Zed.log
3333
{
3434
"languages": {
3535
"Python": {
36-
"language_servers": ["pyright", "python_refactoring"]
36+
"language_servers": ["pyright", "python-refactoring"]
3737
}
3838
}
3939
}

extension.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
id = "python_refactoring"
1+
id = "python-refactoring"
22
name = "PythonRefactoring"
33
description = "Refactoring support for Python."
44
version = "0.0.3"
55
schema_version = 1
66
authors = ["Roy Williams <[email protected]>"]
77
repository = "https://github.com/rowillia/zed-python-refactoring"
88

9-
[language_servers.python_refactoring]
9+
[language_servers.python-refactoring]
1010
name = "PythonRefactoring"
1111
languages = ["Python"]

0 commit comments

Comments
 (0)