From e44afb291fbf28c80b001efacd0420c5f5bafc01 Mon Sep 17 00:00:00 2001 From: LJ Sonic <lamr@free.fr> Date: Mon, 25 Mar 2024 16:47:17 +0100 Subject: [PATCH] 3.7.4 --- local.diff | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 local.diff diff --git a/local.diff b/local.diff new file mode 100644 index 0000000..d6b8e65 --- /dev/null +++ b/local.diff @@ -0,0 +1,119 @@ +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', -- GitLab