Skip to content

Commit 5636236

Browse files
committed
处理缩进
1 parent 0eacabb commit 5636236

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"program": "${workspaceRoot}/test.lua",
1111
"luaexe": "${workspaceFolder}/bin/Windows/lua-language-server",
1212
"linux": {
13-
"luaexe": "${workspaceFolder}/bin/Linux/lua-language-server"
13+
"luaexe": "${workspaceFolder}/bin/Linux/lua-language-server"
1414
},
1515
"osx": {
16-
"luaexe": "${workspaceFolder}/bin/macOS/lua-language-server"
17-
},
16+
"luaexe": "${workspaceFolder}/bin/macOS/lua-language-server"
17+
},
1818
"arg": [
1919
],
2020
"consoleCoding": "utf8",

0 commit comments

Comments
 (0)