You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -84,7 +103,7 @@ This extension contributes a HoverProvider that looks for built-in symbols in st
84
103
85
104
This extension contributes a language server for bazel & starlark files.
86
105
87
-
> NOTE: currently this feature is **Disabled** by default. To enable it, visit the extension settings and set `feature.starlark.lsp.enabled: true`.
106
+
> NOTE: currently this feature is **Disabled** by default. To enable it, visit the [extension settings](command://workbench.action.openSettings)) and set `feature.starlark.lsp.enabled: true`.
88
107
89
108
The Starlark Language Server implements a hoverProvider for builtin starlark
90
109
language functions (e.g. `len`, `print`, etc), builtin bazel functions (e.g.
0 commit comments