From 4ed37ae2fe74cff9bf36a1b6e9326c6a6cc6a3c4 Mon Sep 17 00:00:00 2001 From: carsakiller <carsakiller@gmail.com> Date: Thu, 2 Mar 2023 20:44:26 -0500 Subject: [PATCH] fix: direct issue report toast to vscode-lua --- client/src/addon_manager/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/addon_manager/config.ts b/client/src/addon_manager/config.ts index 376bd30..ab0afe1 100644 --- a/client/src/addon_manager/config.ts +++ b/client/src/addon_manager/config.ts @@ -7,7 +7,7 @@ export const REPOSITORY_OWNER = "carsakiller"; export const REPOSITORY_NAME = "LLS-Addons"; export const REPOSITORY_DEFAULT_BRANCH = "main"; export const REPOSITORY_ISSUES_URL = - "https://github.com/LuaLS/vscode-lua-webvue/issues/new?template=bug_report.yml"; + "https://github.com/LuaLS/vscode-lua/issues/new?template=bug_report.yml"; export const ADDONS_DIRECTORY = "addons"; export const GIT_DOWNLOAD_URL = "https://git-scm.com/downloads"; -- GitLab