vknabel / vscode-swift-development-environment

New home of Swift Development Environment for VS Code
https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swift-development-environment
Apache License 2.0
175 stars 14 forks source link

Configured debug type 'lldb' is not supported. #29

Closed troyibm closed 6 years ago

troyibm commented 6 years ago

I've followed the instructions on https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swift-development-environment#overview

One that I think is wrong with the doc is the comments on the launch.json file..

image

the launch.json and tasks.json go in a .vscode/ directory, not .vscode.json/ directory.

But I'm able to get autocomplete working with sourcekit and all, but when I try to do the "Run your Executable" configuration, I get the error Configured debug type 'lldb' is not supported.

image

troyibm commented 6 years ago

When I hover over lldb in the launch.json, I see it says ...Make sure you have a corresponding debug extension installed and when I look at the extensions and search for lldb, your extension is found as one and it is installed and enabled.

image

troyibm commented 6 years ago

I've quit VSCode and restarted and that doesn't fix the problem.

troyibm commented 6 years ago

Doh.. I missed that we need to install the CodeLLDB extension too.

image

Never mind... and thanks for taking over this project. I hate Xcode cause it doesn't have a vi keybindings built-in.

vknabel commented 6 years ago

Hi. Thanks for opening the issue.

the launch.json and tasks.json go in a .vscode/ directory, not .vscode.json/ directory.

Thanks. I just updated the readme.

Doh.. I missed that we need to install the CodeLLDB extension too.

Great to head :)