File tree Expand file tree Collapse file tree 1 file changed +0
-56
lines changed
Expand file tree Collapse file tree 1 file changed +0
-56
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments