@@ -91,7 +91,7 @@ const _OPEN_IN_APPS = {
9191 appNames : [ 'Cursor' ] ,
9292 } ,
9393 win32 : {
94- openCommands : [ 'start "" cursor {{path}}' ] ,
94+ openCommands : [ 'cursor {{path}}' ] ,
9595 checkCommands : [ 'cursor' ] ,
9696 } ,
9797 linux : {
@@ -118,7 +118,7 @@ const _OPEN_IN_APPS = {
118118 appNames : [ 'Visual Studio Code' ] ,
119119 } ,
120120 win32 : {
121- openCommands : [ 'start "" code {{path}}' , 'start "" code-insiders {{path}}' ] ,
121+ openCommands : [ 'code {{path}}' , 'code-insiders {{path}}' ] ,
122122 checkCommands : [ 'code' , 'code-insiders' ] ,
123123 } ,
124124 linux : {
@@ -145,7 +145,7 @@ const _OPEN_IN_APPS = {
145145 appNames : [ 'VSCodium' ] ,
146146 } ,
147147 win32 : {
148- openCommands : [ 'start "" codium {{path}}' ] ,
148+ openCommands : [ 'codium {{path}}' ] ,
149149 checkCommands : [ 'codium' ] ,
150150 } ,
151151 linux : {
@@ -171,7 +171,7 @@ const _OPEN_IN_APPS = {
171171 appNames : [ 'Windsurf' ] ,
172172 } ,
173173 win32 : {
174- openCommands : [ 'start "" windsurf {{path}}' ] ,
174+ openCommands : [ 'windsurf {{path}}' ] ,
175175 checkCommands : [ 'windsurf' ] ,
176176 } ,
177177 linux : {
@@ -343,6 +343,7 @@ const _OPEN_IN_APPS = {
343343 label : 'Zed' ,
344344 iconPath : ICON_PATHS . zed ,
345345 autoInstall : true ,
346+ supportsRemote : true ,
346347 platforms : {
347348 darwin : {
348349 openCommands : [ 'command -v zed >/dev/null 2>&1 && zed {{path}}' , 'open -a "Zed" {{path}}' ] ,
@@ -353,6 +354,10 @@ const _OPEN_IN_APPS = {
353354 openCommands : [ 'zed {{path}}' , 'xdg-open {{path}}' ] ,
354355 checkCommands : [ 'zed' ] ,
355356 } ,
357+ win32 : {
358+ openCommands : [ 'zed {{path}}' ] ,
359+ checkCommands : [ 'zed' ] ,
360+ } ,
356361 } ,
357362 } ,
358363 kiro : {
@@ -371,7 +376,7 @@ const _OPEN_IN_APPS = {
371376 appNames : [ 'Kiro' ] ,
372377 } ,
373378 win32 : {
374- openCommands : [ 'start "" kiro {{path}}' ] ,
379+ openCommands : [ 'kiro {{path}}' ] ,
375380 checkCommands : [ 'kiro' ] ,
376381 } ,
377382 linux : {
@@ -395,7 +400,7 @@ const _OPEN_IN_APPS = {
395400 appNames : [ 'Antigravity' ] ,
396401 } ,
397402 win32 : {
398- openCommands : [ 'start "" antigravity {{path}}' ] ,
403+ openCommands : [ 'antigravity {{path}}' ] ,
399404 checkCommands : [ 'antigravity' ] ,
400405 } ,
401406 linux : {
@@ -419,7 +424,7 @@ const _OPEN_IN_APPS = {
419424 appNames : [ 'Trae' ] ,
420425 } ,
421426 win32 : {
422- openCommands : [ 'start "" trae "{{path_raw}}"' ] ,
427+ openCommands : [ 'trae "{{path_raw}}"' ] ,
423428 checkCommands : [ 'trae' ] ,
424429 } ,
425430 linux : {
@@ -443,7 +448,7 @@ const _OPEN_IN_APPS = {
443448 appNames : [ 'Trae Solo' ] ,
444449 } ,
445450 win32 : {
446- openCommands : [ 'start "" trae-solo "{{path_raw}}"' ] ,
451+ openCommands : [ 'trae-solo "{{path_raw}}"' ] ,
447452 checkCommands : [ 'trae-solo' ] ,
448453 } ,
449454 linux : {
0 commit comments