forked from platformio/platformio-core
Fixed issue when debugger fails with a space in path to a project // Resolve #954
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 1a6c873fe5...53ab5b0db3
@ -22,7 +22,7 @@ from platformio.managers.package import PackageManager
|
|||||||
|
|
||||||
CORE_PACKAGES = {
|
CORE_PACKAGES = {
|
||||||
"pysite-pioplus": ">=0.3.0,<2",
|
"pysite-pioplus": ">=0.3.0,<2",
|
||||||
"tool-pioplus": ">=0.8.5,<2",
|
"tool-pioplus": ">=0.8.6,<2",
|
||||||
"tool-unity": "~1.20302.1",
|
"tool-unity": "~1.20302.1",
|
||||||
"tool-scons": "~3.20501.2"
|
"tool-scons": "~3.20501.2"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user