mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
log2
This commit is contained in:
parent
c2b65eb16f
commit
24102fc2b2
1 changed files with 1 additions and 1 deletions
|
|
@ -151,9 +151,9 @@ class ExtensionTransferService extends Disposable implements IExtensionTransferS
|
|||
}
|
||||
else if (child.isFile) {
|
||||
// if is extensions.json
|
||||
console.log('Updating extensions.json', child.resource.fsPath)
|
||||
|
||||
if (child.name === 'extensions.json') {
|
||||
console.log('Updating extensions.json', child.resource.fsPath)
|
||||
try {
|
||||
const contentsStr = await fileService.readFile(child.resource)
|
||||
const json: any = JSON.parse(contentsStr.value.toString())
|
||||
|
|
|
|||
Loading…
Reference in a new issue