aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-registry/mockdebug/init.lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-08-07 13:07:57 +0200
committerGitHub <noreply@github.com>2022-08-07 13:07:57 +0200
commit3f4071f20cd7dd379c96f7eaf9f66ad588820b39 (patch)
tree4b378e172a553865ac850caad0f2474042dd7a90 /lua/mason-registry/mockdebug/init.lua
parentrefactor: add __ to private clear_event_handlers() method (#263) (diff)
downloadmason-3f4071f20cd7dd379c96f7eaf9f66ad588820b39.tar
mason-3f4071f20cd7dd379c96f7eaf9f66ad588820b39.tar.gz
mason-3f4071f20cd7dd379c96f7eaf9f66ad588820b39.tar.bz2
mason-3f4071f20cd7dd379c96f7eaf9f66ad588820b39.tar.lz
mason-3f4071f20cd7dd379c96f7eaf9f66ad588820b39.tar.xz
mason-3f4071f20cd7dd379c96f7eaf9f66ad588820b39.tar.zst
mason-3f4071f20cd7dd379c96f7eaf9f66ad588820b39.zip
chore: reformat long descriptions (#264)
Diffstat (limited to 'lua/mason-registry/mockdebug/init.lua')
-rw-r--r--lua/mason-registry/mockdebug/init.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/mason-registry/mockdebug/init.lua b/lua/mason-registry/mockdebug/init.lua
index f0bfb34b..898c8973 100644
--- a/lua/mason-registry/mockdebug/init.lua
+++ b/lua/mason-registry/mockdebug/init.lua
@@ -6,7 +6,10 @@ local Optional = require "mason-core.optional"
return Pkg.new {
name = "mockdebug",
- desc = [[Mock Debug simulates a debug adapter. It supports step, continue, breakpoints, exceptions, and variable access but it is not connected to any real debugger.]],
+ desc = _.dedent [[
+ Mock Debug simulates a debug adapter. It supports step, continue, breakpoints, exceptions, and variable access
+ but it is not connected to any real debugger.
+ ]],
homepage = "https://github.com/microsoft/vscode-mock-debug",
languages = {},
categories = { Pkg.Cat.DAP },