Skip to content

Commit 9386f03

Browse files
committed
feat: update json code intelligence doc to mention it works in desktop only
1 parent d2ce789 commit 9386f03

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/07-Code Intelligence/03-json.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ Your dependencies are also checked against npm's security advisories, the same d
1919

2020
<!-- TODO: PLUTO - add image here showing a vulnerability warning -->
2121

22+
:::info Desktop Only
23+
The security check runs in the desktop app. The package name, version, and hover hints work everywhere.
24+
:::
25+
2226
## Config File Intelligence
2327

2428
Phoenix Code knows the valid fields of well-known config files like `package.json`, `tsconfig.json`, `.eslintrc`, `.babelrc`, and `.prettierrc`. It suggests fields as you type, shows what each field means on hover, and flags mistakes in the Problems panel.
2529

26-
:::info
27-
Config file intelligence runs in the desktop app. The `package.json` features work everywhere.
30+
:::info Desktop Only
31+
Config file intelligence runs in the desktop app.
2832
:::

0 commit comments

Comments
 (0)