Is there a way to open the .code-workspace file when opening the project root directory via the CLI? In other words, instead of needing developers to use the command code project.code-workspace, they can just enter code <project-root-dir>?
Is there a way to open the .code-workspace file when opening the project root directory via the CLI? In other words, instead of needing developers to use the command code project.code-workspace, they can just enter code <project-root-dir>?