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

Syntax / error checking and debugging problems. #59

Closed ivaylopivanov closed 4 years ago

ivaylopivanov commented 4 years ago

Hello! Thanks for the extension! I'm trying it out now and having few problems. Seems like I managed to setup it, because I'm able to build and debug the app, however some features seem to be not working. Adding screenshots:

1) Syntax error is not highlighted 2) "Local variables" section is empty Screenshot 2019-11-16 at 10 10 14 Screenshot 2019-11-16 at 10 09 58

What did I miss to configure? Running this on Mojave 10.14.6 with swift 5.1 and using Sourcekite.

vknabel commented 4 years ago

Hi @ivaylopivanov! Thanks for your feedback! I had a quick look regarding the syntax and type errors. This is a bug. It might take a bit to fix, but I will definitely work on this. 👍

Regarding the empty local variables within the debugger: please open a new issue at https://github.com/vadimcn/vscode-lldb and attach your debugging configuration.

vknabel commented 4 years ago

The latest release should fix the syntax errors! See CHANGELOG.md#282