We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4f4cc commit 0157c61Copy full SHA for 0157c61
.vscode/launch.json
@@ -26,7 +26,7 @@
26
"type": "lua",
27
"request": "attach",
28
"stopOnEntry": false,
29
- "address": "127.0.0.1:11427",
+ "address": "127.0.0.1:11413",
30
"outputCapture": [
31
],
32
"sourceMaps": [
script/parser/guide.lua
@@ -16,6 +16,7 @@ local type = type
16
---@field uri uri
17
---@field start integer
18
---@field finish integer
19
+---@field range integer
20
---@field effect integer
21
---@field attrs string[]
22
---@field specials parser.object[]
0 commit comments