From 6f300a430ac307a3a2611ca3c06bca6ffcc13881 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Sat, 25 Jun 2022 18:30:49 -0400 Subject: [PATCH] Updated sonarqube settings --- .vscode/settings.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 734a31b..4784c9f 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_cipherstreamjava_AYGcdy79opaC7KAbzMEs" + } } \ No newline at end of file