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
e44afb29
Commit
e44afb29
authored
1 year ago
by
LJ Sonic
Browse files
Options
Downloads
Patches
Plain Diff
3.7.4
parent
ca8f56b7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
local.diff
+119
-0
119 additions, 0 deletions
local.diff
with
119 additions
and
0 deletions
local.diff
0 → 100644
+
119
−
0
View file @
e44afb29
diff --git a/package.json b/package.json
index d3af9c2..dd6ce59 100644
--- a/package.json
+++ b/package.json
@@ -1,15 +1,15 @@
{
"__metadata": {
- "id": "3a15b5a7-be12-47e3-8445-88ee3eabc8b2",
- "publisherDisplayName": "sumneko",
- "publisherId": "fb626675-24cf-4881-8c13-b465f29bec2f"
+ "id": "4a15b5a7-be12-47e3-8445-88ee3eabc8b2",
+ "publisherDisplayName": "lj",
+ "publisherId": "0b626675-24cf-4881-8c13-b465f29bec2f"
},
"activationEvents": [
"onLanguage:lua",
"onWebviewPanel:lua-doc",
"onCommand:extension.lua.doc"
],
- "author": "sumneko",
+ "author": "lj",
"capabilities": {
"untrustedWorkspaces": {
"description": "",
@@ -1659,7 +1659,7 @@
]
},
"description": "Lua Language Server coded by Lua",
- "displayName": "Lua",
+ "displayName": "SRB2 Lua",
"engines": {
"vscode": "^1.61.0"
},
@@ -1667,12 +1667,13 @@
"keywords": [
"Lua",
"IntelliSense",
- "EmmyLua"
+ "EmmyLua",
+ "SRB2"
],
"license": "MIT",
"main": "./client/out/extension",
- "name": "lua",
- "publisher": "sumneko",
+ "name": "srb2lua",
+ "publisher": "lj",
"repository": {
"type": "git",
"url": "https://github.com/sumneko/lua-language-server"
diff --git a/package/build.lua b/package/build.lua
index f3896b2..07ae86a 100644
--- a/package/build.lua
+++ b/package/build.lua
@@ -7,9 +7,9 @@
local fsu = require 'fs-utility'
package.version = VERSION
package.__metadata = {
- id = "3a15b5a7-be12-47e3-8445-88ee3eabc8b2",
- publisherDisplayName = "sumneko",
- publisherId = "fb626675-24cf-4881-8c13-b465f29bec2f",
+ id = "4a15b5a7-be12-47e3-8445-88ee3eabc8b2",
+ publisherDisplayName = "lj",
+ publisherId = "0b626675-24cf-4881-8c13-b465f29bec2f",
}
local encodeOption = {
diff --git a/package/package.lua b/package/package.lua
index f5390e4..cbd5c63 100644
--- a/package/package.lua
+++ b/package/package.lua
@@ -1,15 +1,15 @@
return {
- name = "lua",
- displayName = "Lua",
+ name = "srb2lua",
+ displayName = "SRB2 Lua",
description = "Lua Language Server coded by Lua",
- author = "sumneko",
+ author = "lj",
icon = "images/logo.png",
license = "MIT",
repository = {
type = "git",
url = "https://github.com/sumneko/lua-language-server"
},
- publisher = "sumneko",
+ publisher = "lj",
categories = {
"Linters",
"Programming Languages",
@@ -19,6 +19,7 @@
return {
"Lua",
"IntelliSense",
"EmmyLua",
+ "SRB2",
},
engines = {
vscode = "^1.61.0"
diff --git a/publish.lua b/publish.lua
index b4036f5..197c7a2 100644
--- a/publish.lua
+++ b/publish.lua
@@ -227,6 +227,7 @@
end
-- cwd = out,
--}
+--[[
shell {
'git', 'add', '*',
}
@@ -246,6 +247,7 @@
shell {
shell {
'git', 'push', '--tags',
}
+]]
--shell {
-- 'vsce', 'publish',
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