We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca94a9f commit 5ff789bCopy full SHA for 5ff789b
1 file changed
src/Launch.lua
@@ -16,15 +16,6 @@ launch = { }
16
SetMainObject(launch)
17
18
function launch:OnInit()
19
-
20
- -- This is the path to emmy_core.dll. The ?.dll at the end is intentional.
21
-package.cpath = package.cpath .. ";C:/Users/mtssk/.vscode/extensions/tangzx.emmylua-0.9.18-win32-x64/debugger/emmy/windows/x64/?.dll"
22
-local dbg = require("emmy_core")
23
--- This port must match the IDE configuration. Default is 9966.
24
-dbg.tcpListen("localhost", 9966)
25
--- Uncomment the next line if you want Path of Building to block until the debugger is attached
26
---dbg.waitIDE()
27
28
self.devMode = false
29
self.installedMode = false
30
self.versionNumber = "?"
0 commit comments