mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2026-01-08 15:09:42 +07:00
17 lines
350 B
JSON
17 lines
350 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"completion": {
|
|
"autoRequire": false
|
|
},
|
|
"runtime": {
|
|
"version": "LuaJIT",
|
|
"pathStrict": true
|
|
},
|
|
"workspace": {
|
|
"ignoreDir": [
|
|
".vscode",
|
|
"develop/3rdparty"
|
|
]
|
|
}
|
|
}
|