grafana / vscode-jsonnet

Full code support (formatting, highlighting, navigation, etc) for Jsonnet
Apache License 2.0
66 stars 7 forks source link

feat: add debugger support #37

Closed theSuess closed 4 months ago

theSuess commented 4 months ago

This implements support for debugging jsonnet files based on https://github.com/google/go-jsonnet/pull/739.

The installation works the same way as the language server. By default, the following repository is used: https://github.com/grafana/jsonnet-debugger

The current checked in files were formatted inconsistently, that's why there's such a large diff.

Summarized Changes:

theSuess commented 4 months ago

I've only tested it locally on linux so it would need some testing on MacOS and Windows to make sure everything works

theSuess commented 4 months ago

Opened #38 to get to consistent formatting. Will rebase this after it's merged.