-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a3b872
commit f9f9581
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
<kbd>cmd</kbd> + <kbd>cmd</kbd> | ||
- [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) |