Skip to content
Snippets Groups Projects
Commit 5de2051c authored by P.Y. Laligand's avatar P.Y. Laligand
Browse files

Added note about Atom configuration for Dart.

Change-Id: I9e9ed933a7d6f46bcd709fb839478a6804eca626
parent ee3e9980
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,14 @@ scripts/symlink-dot-packages.py --tree //apps/sysui/*
You may also want to update your project's `.gitignore` file to ignore these
symlinks.
### Atom
The Dart SDK built in the Fuchsia tree has a version of the analysis service
which understands the structure of the Fuchsia directory. In the `dartlang` Atom
plugin, set the Dart SDK as `out/<build-type>/<host-flavor>/dart-sdk` (e.g.
`out/debug-x86-64/host_x64/dart-sdk`). Packages and apps with build targets
should now be error-free.
## Known issues
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment