From 6f79b822997f2e8a789c6034e147d42bc6706770 Mon Sep 17 00:00:00 2001 From: Mathias Fussenegger Date: Mon, 3 Jun 2024 19:40:32 +0200 Subject: [PATCH] Add json schema to launch.json template --- plugin/dap.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/dap.lua b/plugin/dap.lua index c7e5918..7694faa 100644 --- a/plugin/dap.lua +++ b/plugin/dap.lua @@ -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": [', ' {',