Skip to content
Snippets Groups Projects
Commit e44afb29 authored by LJ Sonic's avatar LJ Sonic
Browse files

3.7.4

parent ca8f56b7
Branches
Tags
No related merge requests found
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',
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment