You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microbit/src/03-setup/IDE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Some IDEs fail to understand the code, because they fail to determine whether a
13
13
is defined in the microbit or microbit-v2 codebase. If you fail to get auto-completion to work,
14
14
you may want to try to edit the `Cargo.toml` files you encounter through this book, and remove
15
15
all references to the version of microbit you are not using. That is:
16
-
in the `Cargo.toml` file you must remove the dependency and features you do not use (the part guarded by `#[cfg(feature = "vI")]` and the guard itself)
16
+
in the `Cargo.toml` file you must remove the dependency and features you do not use (the part guarded by `#[cfg(feature = "v1")]` and the guard itself)
0 commit comments