Added Size metadata. Fixing read method.

This commit is contained in:
AB
2020-04-18 04:39:06 +03:00
parent c97dfbd507
commit 2f02dd80dc
3 changed files with 43 additions and 29 deletions

2
.vscode/launch.json vendored
View File

@ -16,7 +16,7 @@
},
"args": [
"mnt",
"https://mus.hexor.ru"
"http://mus_.hexor.ru"
],
"cwd": "${workspaceFolder}",
"postDebugTask": "Umount FUSE",

View File

@ -1,5 +1,5 @@
{
"lldb.displayFormat": "auto",
"lldb.showDisassembly": "always",
"lldb.showDisassembly": "never",
"lldb.dereferencePointers": true
}