From 060c9283990b288390faf62d3229734513babfb5 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 17 Jan 2025 09:38:32 -0800 Subject: [PATCH] Update README.md There's no longer a python subprocess since switching to tree-sitter in https://github.com/bazelbuild/rules_python/pull/1895 --- gazelle/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gazelle/README.md b/gazelle/README.md index 55c9cc9bff..01cf45a938 100644 --- a/gazelle/README.md +++ b/gazelle/README.md @@ -654,8 +654,7 @@ code into a separate script without a `main` line. Gazelle will then create a ## Developer Notes -Gazelle extensions are written in Go. This gazelle plugin is a hybrid, as it uses Go to execute a -Python interpreter as a subprocess to parse Python source files. +Gazelle extensions are written in Go. See the gazelle documentation https://github.com/bazelbuild/bazel-gazelle/blob/master/extend.md for more information on extending Gazelle.