mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
document that vscode extension query requires fleetd (#14221)
This commit is contained in:
parent
a79d851555
commit
606e1560e0
1 changed files with 2 additions and 2 deletions
|
|
@ -1051,7 +1051,7 @@ kind: query
|
|||
spec:
|
||||
name: Get a list of Visual Studio Code extensions
|
||||
platform: darwin
|
||||
description: Get a list of installed VS Code extensions.
|
||||
description: Get a list of installed VS Code extensions. Requires (fleetd)[https://fleetdm.com/docs/using-fleet/fleetd].
|
||||
query: |
|
||||
SELECT split(user_path, '/', 1) as username,
|
||||
json_extract(value, '$.identifier.id') as id,
|
||||
|
|
@ -1066,4 +1066,4 @@ spec:
|
|||
);
|
||||
purpose: Informational
|
||||
tags: inventory
|
||||
contributors: lucasmrod,sharon-fdm,zwass
|
||||
contributors: lucasmrod,sharon-fdm,zwass
|
||||
|
|
|
|||
Loading…
Reference in a new issue