Describe the bug
The plugin can no longer find workspaces that it could before. It can only find a handful of antigravity workspaces and 1 or 2 or none of the vs code workspaces. I suspect that this is caused by an update of vscode.
Steps to Reproduce
- Run the plugin
- Search a workspace in vscode
- No results
Expected Behavior
It should find the results
Actual Behavior
No results
Extension Version
1.26.0.0
settings.json
{
"vscode._showTypeTag": "true",
"vscode._showTargetTag": "true",
"vscode._enableVisualStudio": "true",
"vscode._enableDefault": "false",
"vscode._enableSystem": "false",
"vscode._enableInsider": "false",
"vscode._enableCustom": "true",
"vscode._enableCursor": "false",
"vscode.CursorPath": "C:\\Program Files\\cursor\\Cursor.exe",
"vscode._enableAntigravity": "true",
"vscode.AntigravityPath": "E:\\Program\\Antigravity\\Antigravity.exe",
"vscode._enableWindsurf": "false",
"vscode.WindsurfPath": "C:\\Users\\<UserName>\\AppData\\Local\\Programs\\Windsurf\\Windsurf.exe",
"vscode.PageSize": "8",
"vscode.SearchBy": "Both",
"vscode.SortBy": "Default",
"vscode.TerminalType": "PowerShell",
"vscode.VSSecondaryCommand": "OpenAsAdministrator",
"vscode.VSCodeSecondaryCommand": "OpenInExplorer",
"vscode.ClearSearchOnExecute": "false",
"vscode.UseHelperLauncher": "false"
}
error.log
No response
Additional Context
My vscode is on 1.118.1. My vscode is on custom path.
Describe the bug
The plugin can no longer find workspaces that it could before. It can only find a handful of antigravity workspaces and 1 or 2 or none of the vs code workspaces. I suspect that this is caused by an update of vscode.
Steps to Reproduce
Expected Behavior
It should find the results
Actual Behavior
No results
Extension Version
1.26.0.0
settings.json
{ "vscode._showTypeTag": "true", "vscode._showTargetTag": "true", "vscode._enableVisualStudio": "true", "vscode._enableDefault": "false", "vscode._enableSystem": "false", "vscode._enableInsider": "false", "vscode._enableCustom": "true", "vscode._enableCursor": "false", "vscode.CursorPath": "C:\\Program Files\\cursor\\Cursor.exe", "vscode._enableAntigravity": "true", "vscode.AntigravityPath": "E:\\Program\\Antigravity\\Antigravity.exe", "vscode._enableWindsurf": "false", "vscode.WindsurfPath": "C:\\Users\\<UserName>\\AppData\\Local\\Programs\\Windsurf\\Windsurf.exe", "vscode.PageSize": "8", "vscode.SearchBy": "Both", "vscode.SortBy": "Default", "vscode.TerminalType": "PowerShell", "vscode.VSSecondaryCommand": "OpenAsAdministrator", "vscode.VSCodeSecondaryCommand": "OpenInExplorer", "vscode.ClearSearchOnExecute": "false", "vscode.UseHelperLauncher": "false" }error.log
No response
Additional Context
My vscode is on 1.118.1. My vscode is on custom path.