# zsh-vscode **Repository Path**: dashixiong91/zsh-vscode ## Basic Information - **Project Name**: zsh-vscode - **Description**: a oh-my-zsh plugin to open file in vscode - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## zsh-vscode This is a oh-my-zsh plugin to open file in vscode ### Requirements * [Visual Studio Code](https://code.visualstudio.com/) ### Usage * If `vs` command is called without an argument, launch Visual Studio Code * If `vs` is passed a directory, `cd` to it and open it in Visual Studio Code * If `vs` is passed a file, open it in Visual Studio Code * If `vst` command is called, it is equivalent to `vs .`, opening the current folder in Visual Studio Code * If `svs` command is called, it is like `sudo vs`, opening the file or folder in Visual Studio Code. Useful for editing system protected files.