feat: convert browser binary captures
This commit is contained in:
@@ -436,7 +436,9 @@
|
||||
{ label: 'capabilities.has', ok: typeof api.capabilities.has === 'function' },
|
||||
{ label: 'files.list', ok: typeof api.files.list === 'function' },
|
||||
{ label: 'files.readText', ok: typeof api.files.readText === 'function' },
|
||||
{ label: 'files.readBytes', ok: typeof api.files.readBytes === 'function' },
|
||||
{ label: 'files.writeText', ok: typeof api.files.writeText === 'function' },
|
||||
{ label: 'files.writeBytes', ok: typeof api.files.writeBytes === 'function' },
|
||||
{ label: 'files.trash', ok: typeof api.files.trash === 'function' },
|
||||
{ label: 'workbench.openResource', ok: typeof api.workbench.openResource === 'function' },
|
||||
{ label: 'workbench.editResource', ok: typeof api.workbench.editResource === 'function' },
|
||||
|
||||
Reference in New Issue
Block a user