Skip to content

Commit 5b07894

Browse files
kinto0meta-codesync[bot]
authored andcommitted
update inlay hint docs (#1355)
Summary: Pull Request resolved: #1355 it wasn't entirely accurate Reviewed By: yangdanny97 Differential Revision: D85186680 fbshipit-source-id: 67dce512ef17b12e2eb6890027dc7c306a063f2f
1 parent 0a6bf41 commit 5b07894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/IDE-features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Rich syntax highlighting based on token type and origin.
206206
Inline hints for types, parameter names, and return values.
207207

208208
:::info
209-
If you have the default VS Code Python extension installed at the same time as Pyrefly, inlay hints will be turned off by default. In all other cases, inlay hints will be on by default.
209+
We reuse Pyright's `pyright.analysis.inlayHints.<>` settings for backwards compatibility. If you have or had Pyright, check these settings if inlay hints do not appear.
210210
:::
211211

212212
You can turn inlay hints on or off using the [VSCode Setting](https://code.visualstudio.com/docs/editing/editingevolved#_inlay-hints) `editor.inlayHints.enabled`.

0 commit comments

Comments
 (0)