From f73c7830c5364930206d6bee35e6f4b7eac743af Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Sat, 25 Jun 2022 18:29:00 -0400 Subject: [PATCH] Updated sonarqube setup --- .vscode/settings.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 734a31b..4f021e6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,8 @@ { "java.configuration.updateBuildConfiguration": "automatic", - "Lua.runtime.special": [], + "Lua.runtime.special": { + "import": "require" + }, "Lua.runtime.version": "Lua 5.1", "Lua.runtime.pathStrict": false, "Lua.runtime.path": [ @@ -33,5 +35,9 @@ "pattern": "**/SkinDefinition.xml", "systemId": "c:\\Users\\m_ell\\.vscode\\extensions\\lunarwtr.lotro-api-1.0.13\\resources\\xsds\\lotro-skin.xsd" } - ] + ], + "sonarlint.connectedMode.project": { + "connectionId": "mattrixwvSonarqube", + "projectKey": "mattrixwv_matrix_AYGcc3wBopaC7KAbzMEd" + } } \ No newline at end of file