From f9f9581f440e56f5f9533b62a53c0a4f32996fce Mon Sep 17 00:00:00 2001 From: Will B Chang Date: Sat, 8 Jun 2019 17:16:36 +0800 Subject: [PATCH] create README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..67b5cf6 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Open in VSCode +Open in VSCode is an Alfred Workflow for opening VSCode with one command. + +## Installation +Download [here](https://raw.githubusercontent.com/willbchang/alfred-open-in-vscode/master/Open%20in%20VSCode.alfredworkflow). + +## Usage +cmd + cmd +- [x] Launch VSCode +- [x] Bring VSCode to the front window +- [x] Open file(s)/folder(s) in VSCode +- [ ] Write selected text to an untitled empty file in VSCode + +### Change Code Editor +Open `Run Script` object and replace `Visual\ Studio\ Code` with `YOUR\ APPLICATION\ NAME`. + +## Contribution +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. + +## License +[MIT](LICENSE)