We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e9405 commit 2266ae6Copy full SHA for 2266ae6
src/com/goide/sdk/GoSdkUtil.java
@@ -201,6 +201,7 @@ public static VirtualFile findFileByRelativeToLibrariesPath(@NotNull String path
201
if (path.isEmpty()) {
202
return null;
203
}
204
+ path = FileUtil.toSystemIndependentName(path);
205
for (VirtualFile root : getSourcesPathsToLookup(project, module)) {
206
VirtualFile file = root.findFileByRelativePath(path);
207
if (file != null) {
0 commit comments