Fix serial on devices that don't have the mbed serial driver installed (#583)
This commit is contained in:
parent
40101e60bd
commit
c24f61df36
@ -201,7 +201,7 @@
|
|||||||
"serviceId": "microbit"
|
"serviceId": "microbit"
|
||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
"nameFilter": "^mbed Serial Port",
|
"nameFilter": "^(mbed Serial Port|DAPLink CMSIS-DAP)",
|
||||||
"log": true,
|
"log": true,
|
||||||
"useEditor": true,
|
"useEditor": true,
|
||||||
"editorTheme": {
|
"editorTheme": {
|
||||||
@ -363,4 +363,4 @@
|
|||||||
"editor.background": "#ecf0f1"
|
"editor.background": "#ecf0f1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user