From f21911211de2d25bc744f6a1a1b5db6372379426 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 17 Jan 2025 09:54:51 -0800 Subject: [PATCH] docs: update gazelle README.md (#2567) 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.