Closed
Description
The steps in the Readme wont lead to a working extension, there seems to be substantial difference in current vscode versions. Seems to be required to add an entry to extensions.json
aswell.
{
"identifier": {
"id": "llvm.lldb-vscode"
},
"version": "0.1.0",
"location": {
"$mid": 1,
"fsPath": "/home/lano/.vscode-oss/extensions/llvm.lldb-vscode-0.1.0",
"path": "/home/lano/.vscode-oss/extensions/llvm.lldb-vscode-0.1.0",
"scheme": "file"
},
"relativeLocation": "llvm.lldb-vscode-0.1.0",
"metadata": {
"installedTimestamp": 1688396120102
}
}
I only manages to install the tool by building my own vsix
with a simple shell script calling the system installed lldb-vscode
tool.