Add json schema to launch.json template

This commit is contained in:
Mathias Fussenegger 2024-06-03 19:40:32 +02:00 committed by Mathias Fußenegger
parent 78f45e8545
commit 6f79b82299

View file

@ -115,6 +115,7 @@ if api.nvim_create_autocmd then
callback = function(args)
local lines = {
'{',
' "$schema": "https://raw.githubusercontent.com/mfussenegger/dapconfig-schema/master/dapconfig-schema.json",',
' "version": "0.2.0",',
' "configurations": [',
' {',