Skip to content

Commit 8bf7ce9

Browse files
authored
suppress microphone and radio so they don't always pop up (#6984)
1 parent 5162967 commit 8bf7ce9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

libs/microphone/pxt.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/microphone",
33
"dependencies": {
44
"core": "file:../core"
5-
}
5+
},
6+
"searchOnly": true
67
}

libs/radio/pxt.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
}
99
}
1010
}
11-
}
11+
},
12+
"searchOnly": true
1213
}

0 commit comments

Comments
 (0)