Skip to content
Snippets Groups Projects
Commit 1efd8281 authored by 最萌小汐's avatar 最萌小汐
Browse files

改为发布 beta 版

parent 34c3ad9a
No related branches found
No related tags found
No related merge requests found
{
"Lua.runtime.version": "Lua 5.4"
"Lua.runtime.version": "Lua 5.4",
"Lua.workspace.library": {
"server/script-beta": true
}
}
local diagDefault = require 'constant.DiagnosticDefaultSeverity'
local const = require 'proto.define'
local config = {
["Lua.runtime.version"] = {
......@@ -276,7 +276,7 @@ local config = {
}
local DiagSeverity = config["Lua.diagnostics.severity"].properties
for name, level in pairs(diagDefault) do
for name, level in pairs(const.DiagnosticDefaultSeverity) do
DiagSeverity[name] = {
scope = 'resource',
type = 'string',
......
......@@ -3,7 +3,7 @@ local rootPath = currentPath:gsub('[^/\\]-$', '')
if rootPath == '' then
rootPath = './'
end
loadfile(rootPath .. 'server/platform.lua')('script')
loadfile(rootPath .. 'server/platform.lua')('script-beta')
require 'bee'
local fs = require 'bee.filesystem'
local subprocess = require 'bee.subprocess'
......
Subproject commit fe6f1115b5302ddd8ea7ed3e61a222d7294454d0
Subproject commit af024872678d83e51a110ed96a8b6967acfecdc4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment