Results 11 comments of Gabriel

Hi @NikolayEKolev I will look into this!

Alright, I am done with the investigation - the xsdxml validation logic is working fine. The general thing missing in my opinion is a better logging/display of a warning for...

PR will be created mid/end of next week.

In general for sure. But I simply don't see the need nor the demand for it. Create a feature request, get some up votes and prove me wrong 🙂

-> related issue: https://github.com/golang/vscode-go/issues/3096#issuecomment-1985839141 could you please link the two?

i am trying to attach to a `dlv` instance running in a container. i am unable to create breakpoints. vscode version/env: ``` Version: 1.86.2 Commit: 903b1e9d8990623e3d7da1df3d33db3e42d80eda Date: 2024-02-13T19:42:12.210Z Electron: 27.2.3...

workaround for the meantime: just use the legacy debug adapter. do so by adding this config to your `settings.json`: ```json "go.delveConfig": { "debugAdapter": "legacy" } ``` **! be sure to...

related issue: https://github.com/golang/vscode-go/issues/3096#issuecomment-1985839141

thanks for addressing the issue! highly appreciate you work!

-> related? https://github.com/golang/vscode-go/issues/3096