1 parent 9d7b838 commit 3c3c344Copy full SHA for 3c3c344
1 file changed
src/Workspaces/FolderWorkspace_ProjectLoader.cs
@@ -33,7 +33,7 @@ private abstract class ProjectLoader
33
.Select(path =>
34
DocumentInfo.Create(
35
DocumentId.CreateNewId(projectId),
36
- name: ".editorconfig",
+ name: path,
37
loader: new FileTextLoader(path, Encoding.UTF8),
38
filePath: path))
39
.ToImmutableArray();
0 commit comments