Skip to content

Commit 7a24853

Browse files
committed
fixes
1 parent 717d13e commit 7a24853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/language/macros.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ and a `fromJson` deserialization constructor.
7777
6. Run your project with the experiment flag:
7878

7979
```console
80-
dart --enable-experiment=macros run bin/my_app.dart
80+
dart run --enable-experiment=macros bin/my_app.dart
8181
```
8282

8383
[Add the package]: /guides/packages
@@ -126,7 +126,7 @@ Sometimes it can be useful to view the generated code to better understand
126126
how a macros works, or to inspect the details of what it offers.
127127

128128
Click on the "**Go to Augmentation**" link that appears under the annotation
129-
in your IDE (supported in VSCode, and in IntelliJ soon)
129+
in your IDE (supported in VSCode)
130130
to see how the macro generates `toJson` and `fromJson`.
131131

132132
If you change anything in the annotated class, you can watch the generated augmentation

0 commit comments

Comments
 (0)