Skip to content

Commit 7d3e5c5

Browse files
committed
fix folder results
1 parent fa7bead commit 7d3e5c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WorkspacesHelper/VSCodeWorkspacesApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ private VsCodeWorkspace ParseFolderEntry(JsonElement folderUri, VSCodeInstance v
177177
workspace = workspace with
178178
{
179179
Label = $"{matchGroup.Groups[2]} {matchGroup.Groups[1]}",
180-
WorkspaceType = WorkspaceType.Workspace
180+
WorkspaceType = WorkspaceType.Folder
181181
};
182182
}
183183

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ActionKeyword": "{",
55
"Name": "VS Code Workspaces",
66
"Author": "ricardosantos9521, MaskedRPGFan",
7-
"Version": "1.4.0",
7+
"Version": "1.4.1",
88
"Language": "csharp",
99
"Website": "https://github.com/taooceros/Flow.Plugin.VSCodeWorkspace",
1010
"ExecuteFileName": "Flow.Plugin.VSCodeWorkspaces.dll",

0 commit comments

Comments
 (0)