fix: made platformio not used built in things
This commit is contained in:
parent
629950bc6f
commit
769359d6e9
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ in {
|
||||||
extensions = [
|
extensions = [
|
||||||
config.extraExtensions.platformIO.extension
|
config.extraExtensions.platformIO.extension
|
||||||
];
|
];
|
||||||
|
userSettings = {
|
||||||
|
"platformio-ide.useBuiltinPIOCore" = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue