mirror of
https://github.com/pybricks/pybricks-projects.git
synced 2026-09-15 02:52:41 +00:00
update_workspaces: auto update all ev3 folders
And in doing so, add empty folders for the new projects to be added to.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "robot_arm"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"debug.openDebug": "neverOpen"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"folders": [],
|
||||
"settings": {
|
||||
"debug.openDebug": "neverOpen"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"folders": [],
|
||||
"settings": {
|
||||
"debug.openDebug": "neverOpen"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"folders": [],
|
||||
"settings": {
|
||||
"debug.openDebug": "neverOpen"
|
||||
}
|
||||
}
|
||||
@@ -33,7 +33,10 @@ def make_workspace(root):
|
||||
# Make all the workspaces
|
||||
roots = (
|
||||
path.join('snippets', 'ev3'),
|
||||
path.join('official_models', 'ev3'),
|
||||
path.join('official_models', 'ev3', 'education_core'),
|
||||
path.join('official_models', 'ev3', 'education_expansion'),
|
||||
path.join('official_models', 'ev3', 'home'),
|
||||
path.join('official_models', 'ev3', 'home_bonus'),
|
||||
)
|
||||
|
||||
for root in roots:
|
||||
|
||||
Reference in New Issue
Block a user