Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vscode-lua-srb2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LJ Sonic
vscode-lua-srb2
Commits
1efd8281
Commit
1efd8281
authored
4 years ago
by
最萌小汐
Browse files
Options
Downloads
Patches
Plain Diff
改为发布 beta 版
parent
34c3ad9a
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.vscode/settings.json
+5
-2
5 additions, 2 deletions
.vscode/settings.json
package/configuration.lua
+2
-2
2 additions, 2 deletions
package/configuration.lua
publish.lua
+1
-1
1 addition, 1 deletion
publish.lua
server
+1
-1
1 addition, 1 deletion
server
with
9 additions
and
6 deletions
.vscode/settings.json
+
5
−
2
View file @
1efd8281
{
"Lua.runtime.version"
:
"Lua 5.4"
"Lua.runtime.version"
:
"Lua 5.4"
,
"Lua.workspace.library"
:
{
"server/script-beta"
:
true
}
}
This diff is collapsed.
Click to expand it.
package/configuration.lua
+
2
−
2
View file @
1efd8281
local
diagDefaul
t
=
require
'
constant.DiagnosticDefaultSeverity
'
local
cons
t
=
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'
,
...
...
This diff is collapsed.
Click to expand it.
publish.lua
+
1
−
1
View file @
1efd8281
...
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
server
@
af024872
Compare
fe6f1115
...
af024872
Subproject commit
fe6f1115b5302ddd8ea7ed
3e
6
1a
222d7294454d0
Subproject commit
af024872678d8
3e
5
1a
110ed96a8b6967acfecdc4
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment