Skip to content

Commit bfd6bdf

Browse files
committed
dose not support install from this repo
1 parent 4b0d54d commit bfd6bdf

File tree

1 file changed

+0
-56
lines changed

1 file changed

+0
-56
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -15,62 +15,6 @@
1515
"cwd": "${workspaceFolder}"
1616
},
1717
"tasks": [
18-
{
19-
"type": "shell",
20-
"label": "PreCompile",
21-
"windows": {
22-
"command": "chcp 65001 && msvc_x64.bat"
23-
},
24-
"linux": {
25-
"command": "ninja -f compile/ninja/linux.ninja"
26-
},
27-
"osx": {
28-
"command": "ninja -f compile/ninja/macos.ninja"
29-
},
30-
"options": {
31-
"cwd": "${workspaceFolder}/server/3rd/luamake"
32-
}
33-
},
34-
{
35-
"type": "shell",
36-
"label": "Compile",
37-
"command": "${workspaceFolder}/server/3rd/luamake/luamake rebuild",
38-
"options": {
39-
"cwd": "${workspaceFolder}/server"
40-
},
41-
"problemMatcher": [],
42-
"group": "build"
43-
},
44-
{
45-
"label": "Install",
46-
"windows": {
47-
"command": "${workspaceFolder}/server/build/msvc/bin/lua.exe",
48-
"args": [
49-
"-e",
50-
"package.cpath = './server/build/msvc/bin/?.dll;' .. package.cpath",
51-
"make/copy.lua",
52-
"${command:extensionPath}"
53-
]
54-
},
55-
"linux": {
56-
"command": "${workspaceFolder}/server/build/linux/bin/lua",
57-
"args": [
58-
"-e",
59-
"package.cpath = \"./server/build/linux/bin/?.so;\" .. package.cpath",
60-
"make/copy.lua",
61-
"${command:extensionPath}"
62-
]
63-
},
64-
"osx": {
65-
"command": "${workspaceFolder}/server/build/macos/bin/lua",
66-
"args": [
67-
"-e",
68-
"package.cpath = \"./server/build/macos/bin/?.so;\" .. package.cpath",
69-
"make/copy.lua",
70-
"${command:extensionPath}"
71-
]
72-
}
73-
},
7418
{
7519
"type": "typescript",
7620
"tsconfig": "client/tsconfig.json",

0 commit comments

Comments
 (0)