Jac ExtensionThis extension provides support for the Jac programming language. It provides syntax highlighting and leverages the LSP to provide a rich editing experience. Quick StartAll that is needed is to have jac installed (i.e. Debugging JaclangNote that it'll install python extention for vscode as a dependecy as it is needed to debug the python bytecode that jaclang produce. To debug a jac file a launch.json file needs to created with the debug configurations. This can simply generated with:
This will create a debug configration to run and debug a single jac file, Here is the default sinppit, modify it as your preference to debug different types of applications or modules.
This animated GIF bellow will demonstrate on the steps discuessed above. Features
|