sadesyllas / vscode-workspace-switcher

Easily switch between workspaces
GNU General Public License v3.0
28 stars 8 forks source link

Workspaces with space in path name not working correctly. #7

Closed sftd closed 6 years ago

sftd commented 6 years ago

Easy fix in switchToWorkspace(workspaceEntry, inNewWindow = false):

const command = `${app} ${inNewWindow ? '-n' : '-r'} "${workspaceEntry.path}"`;
sadesyllas commented 6 years ago

Quite an omission on my part! Please, try v1.5.1. Thanks! 👍