We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814f9f2 commit b9fe09cCopy full SHA for b9fe09c
plugin/src/main/java/io/snyk/languageserver/protocolextension/SnykExtendedLanguageClient.java
@@ -204,7 +204,7 @@ public void triggerScan(Path projectPath) {
204
try {
205
if (projectPath != null) {
206
if (languageServerConfigReceived.contains(projectPath)) {
207
- executeCommand(LsConstants.COMMAND_WORKSPACE_FOLDER_SCAN, List.of(projectPath));
+ executeCommand(LsConstants.COMMAND_WORKSPACE_FOLDER_SCAN, List.of(projectPath.toString()));
208
}
209
return;
210
0 commit comments