From 1a3e9830f90ca139867bec08a22b2200c890e7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= <sumneko@hotmail.com> Date: Fri, 17 Feb 2023 21:16:58 +0800 Subject: [PATCH] fix url of webvue #76 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f5e7bfa..d238488 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/LuaLS/vscode-lua-doc [submodule "client/webvue"] path = client/webvue - url = git@github.com:carsakiller/vscode-lua-webvue.git + url = https://github.com/LuaLS/vscode-lua-webvue -- GitLab