We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d737e7a commit aa57cdaCopy full SHA for aa57cda
src/Export/Launch.lua
@@ -13,13 +13,6 @@ launch = { }
13
SetMainObject(launch)
14
15
function launch:OnInit()
16
- -- This is the path to emmy_core.dll. The ?.dll at the end is intentional.
17
-package.cpath = package.cpath .. ";C:/Users/Thomas/.vscode/extensions/tangzx.emmylua-0.8.20-win32-x64/debugger/emmy/windows/x64/?.dll"
18
-local dbg = require("emmy_core")
19
--- This port must match the Visual Studio Code configuration. Default is 9966.
20
-dbg.tcpListen("localhost", 9966)
21
--- Uncomment the next line if you want Path of Building to block until the debugger is attached
22
---dbg.waitIDE()
23
self.devMode = true
24
self.subScripts = { }
25
RenderInit()
0 commit comments