diff --git a/.gitignore b/.gitignore
index 041e263d3..2ec6ed74c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -170,4 +170,5 @@ $RECYCLE.BIN/
/build/DownloadDependencies/tmp
/**/launchSettings.json
/src/Rules/Embedded
-/src/Integration.Vsix/DownloadedJars
\ No newline at end of file
+/src/Integration.Vsix/DownloadedJars
+/src/Integration.Vsix/Sloop
\ No newline at end of file
diff --git a/build/CopyDependencies/CopyDependencies.targets b/build/CopyDependencies/CopyDependencies.targets
index 7fff16d97..7454beabc 100644
--- a/build/CopyDependencies/CopyDependencies.targets
+++ b/build/CopyDependencies/CopyDependencies.targets
@@ -4,16 +4,21 @@
+
+ ..\..\src\Integration.Vsix
$(LOCALAPPDATA)\SLVS_Build_DownloadedJars
- ..\..\src\Integration.Vsix\DownloadedJars
+ $(VsixDir)\DownloadedJars
+ $(LOCALAPPDATA)\SLVS_Build_SLOOP\sonarlint-backend-cli-$(EmbeddedSloopVersion)-windows_x64
+ $(VsixDir)\Sloop
+
@@ -26,4 +31,12 @@
+
+
+
+
+
+
+
+
diff --git a/src/Integration.Vsix/Integration.Vsix.csproj b/src/Integration.Vsix/Integration.Vsix.csproj
index 882fc4be7..ef6009f6e 100644
--- a/src/Integration.Vsix/Integration.Vsix.csproj
+++ b/src/Integration.Vsix/Integration.Vsix.csproj
@@ -283,9 +283,11 @@
-
+
+ True
+
+
True
- $(JarsFolderName)
@@ -395,6 +397,7 @@
lib
DownloadedJars
+ Sloop
$(MSBuildThisFileDirectory)$(CFamilyFolderName)