Skip to content

[lldb-vscode] Instructions for vscode seems outdated #63655

Closed
@nolange

Description

@nolange

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions