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