Platform extensions sketch (#4868)
Co-authored-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
@@ -176,7 +176,8 @@ mod tests {
|
||||
"extensions": [
|
||||
{
|
||||
"type": "builtin",
|
||||
"name": "developer"
|
||||
"name": "developer",
|
||||
"description": "developer"
|
||||
}
|
||||
]
|
||||
});
|
||||
@@ -421,6 +422,7 @@ mod tests {
|
||||
{
|
||||
"type": "stdio",
|
||||
"name": "custom",
|
||||
"description": "Custom stdio",
|
||||
"cmd": "echo",
|
||||
"args": ["test"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user