You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rgp-lua/development-environment.md
+2-34Lines changed: 2 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,28 +55,7 @@ One effective way to do this is to detect modifier keys. If your script has a di
55
55
56
56
3. Inside the folder, edit `packages.json`, deleting the `enableBreakpointsFor` element under `debuggers` and adding a `breakpoints` element under `contributes`.
4. If VS Code was open, close and restart it. You may then be prompted to reload the window when VS Code notices that the extension has changed on disk.
82
61
@@ -96,18 +75,7 @@ One effective way to do this is to detect modifier keys. If your script has a di
96
75
97
76
6.Type<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>D</kbd>orclickonthe"Run and Debug" iconinthesidebar, thenclickonthe"create a launch.json file" link. Fromthe"Select debugger" dropdownthatappears, select`Lua Debugger`. Thiswillcreateadefault`launch.json` thatshouldincludethissnippetatthebottomofthefile:
0 commit comments