| commit | 981400b3cbd601d134242beba12ed5f8349fa9a6 | [log] [tgz] |
|---|---|---|
| author | Darren Chan <chandarren@google.com> | Mon Dec 22 16:00:46 2025 -0800 |
| committer | Darren Chan <chandarren@google.com> | Mon Dec 22 16:00:46 2025 -0800 |
| tree | 22ed86bc6fc57037ea3adbd11471a7c7458c988b | |
| parent | 3db0793c6a4cccbd338be4e21326e5dd1d063c4d [diff] |
[sourcemap] Improve console line numbers. Improve line numbers for `console.*` message by skipping over `extensionHostProcess.js` in stack traces. Change-Id: Ie5ec16fe03b0cb3b2c920a66c0c685edde3cffdf Reviewed-on: https://fuchsia-review.googlesource.com/c/vscode-plugins/+/1458368 Reviewed-by: Amy Hu <amyhu@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
The Fuchsia VS Code Extension streamlines Fuchsia development by integrating essential tools and workflows within the editor.
Visit the fuchsia.dev reference for a detailed walkthrough of this extension's features, Using the Fuchsia extension for VS Code.
Ensure you have a Fuchsia source checkout. You may need to configure the path to your ffx tool:
Settings > Extensions > FuchsiaFuchsia: Ffx Path to the absolute path of your ffx executable.If not set, the extension will search for ffx in ./tools/ffx and ./.jiri_root/bin/ffx.
All features are accessible via the VS Code command palette Ctrl+Shift+P or Cmd+Shift+P. Type “Fuchsia” to see a list of available commands.

There are two options to set a keybinds for fx build.
Default build task
Terminal > Configure Default Build Task...Fuchsia Extension: fx buildCustom key
Preferences: Open Keyboard ShortcutsFuchsia: fx buildUse 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.