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 89633ac commit 600e907Copy full SHA for 600e907
.vscode/tasks.json
@@ -54,7 +54,7 @@
54
"command": "${workspaceFolder}/server/build/linux/bin/lua",
55
"args": [
56
"-e",
57
- "package.cpath = './server/build/linux/bin/?.so;' .. package.cpath",
+ "package.cpath = \"./server/build/linux/bin/?.so;\" .. package.cpath",
58
"make/copy.lua",
59
"${command:extensionPath}",
60
],
@@ -63,7 +63,7 @@
63
"command": "${workspaceFolder}/server/build/macos/bin/lua",
64
65
66
- "package.cpath = './server/build/macos/bin/?.so;' .. package.cpath",
+ "package.cpath = \"./server/build/macos/bin/?.so;\" .. package.cpath",
67
68
69
0 commit comments