Clone this repo:

Branches

  1. 4eb4caa [vscode-logging] Fixing blocking lint issues by Clayton Wilkinson · 3 weeks ago main
  2. 1818ce4 [OWNERS]Update owners by Clayton Wilkinson · 3 weeks ago
  3. 44aed4f [logs] Add support for filtering by time by Brian Bosak · 5 months ago
  4. 87f8d37 Prep for switching CI to container runners by Solly Ross · 5 months ago
  5. f90edef [infra] include css in the logging component bundle by Asad Memon · 5 months ago

Fuchsia extension for VS Code

This VS Code extension implements the commonly needed functionality for Fuchsia development.

This is a Work In Progress Currently supporting:

  • Interacting with the fuchsia target device.
    • Setting the default target.
    • Sending commands to the target.
  • Debugging C/C++ components.
  • Filtering and listening to target logs.
  • FIDL syntax highlighting

FFX path settings

The FFX tool path can be set under Settings > Extensions > Fuchsia SDK. If this path is not set, the extension will automatically search for it at:

  • ./tools/ffx
  • ./.jiri_root/bin/ffx

Recommended extensions

Contributing

Issues/feedback

  • Please report issues/feedback here.

Legal Notice

Use of the Fuchsia core developer tools is subject to the Google Terms of Service. The Google Privacy Policy describes how data is handled in your use of this service.