diff --git a/.gitmodules b/.gitmodules index 0c75dbfff5..047e99144a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -678,6 +678,10 @@ path = extensions/polar-theme url = https://github.com/biaqat/polar-theme-zed.git +[submodule "extensions/python-refactoring"] + path = extensions/python-refactoring + url = https://github.com/rowillia/zed-python-refactoring.git + [submodule "extensions/qml"] path = extensions/qml url = https://github.com/lkroll/zed-qml.git diff --git a/extensions.toml b/extensions.toml index 8aa377d60e..58ac660e50 100644 --- a/extensions.toml +++ b/extensions.toml @@ -770,7 +770,7 @@ path = "extensions/purescript" version = "0.0.1" [python-refactoring] -submodule = "extensions/zed-python-refactoring" +submodule = "extensions/python-refactoring" version = "0.0.3" [qml] diff --git a/extensions/python-refactoring b/extensions/python-refactoring new file mode 160000 index 0000000000..cefe1a92d1 --- /dev/null +++ b/extensions/python-refactoring @@ -0,0 +1 @@ +Subproject commit cefe1a92d183e784fc6e20e77d6c59cfd45af4a7