Skip to content

Commit

Permalink
Add json schema to launch.json template
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed Jun 3, 2024
1 parent 78f45e8 commit 6f79b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/dap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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": [',
' {',
Expand Down

0 comments on commit 6f79b82

Please sign in to comment.