This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from kbshl/feature/Allow_opening_a_specific_fil…
…e_folder Allow opening a specific file/folder not just projects
- Loading branch information
Showing
7 changed files
with
213 additions
and
29 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 |
---|---|---|
|
@@ -30,3 +30,4 @@ npm-debug.log | |
### Builds | ||
build.log | ||
build | ||
dist |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Binary file not shown.
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
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "alfred-vs-code", | ||
"version": "1.0.0", | ||
"version": "1.2.0", | ||
"author": "Konstantin Büschel <konstantin.bueschel@gmail.com>", | ||
"description": "Alfred workflow that allows you to browse and open Visual Studio Code projects", | ||
"dependencies": { | ||
"alfred-workflow-nodejs": "^2.0.1", | ||
"fs-extra": "^4.0.1", | ||
"fuzzaldrin": "^2.1.0" | ||
}, | ||
"author": "Konstantin Büschel <konstantin.bueschel@gmail.com>", | ||
"license": "MIT" | ||
} |