You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## Version 1.2.0
2
+
3
+
* Added new keyword `vs` to open specified file or folder in Visual Studio Code. Press and hold `shift` to open file or folder in a new Visual Studio Code window.
4
+
* Removed `dist` folder, cause releases are managed in Github.
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Alfred Visual Studio Code Project Manager Workflow
2
2
3
-
Simple workflow that allows you to browse and open [Visual Studio Code](https://code.visualstudio.com/) projects.
3
+
Simple workflow that allows you to browse and open [Visual Studio Code](https://code.visualstudio.com/) projects or simply open specified folders/files.
4
4
5
5
*[Requirements](#requirements)
6
6
*[Installation](#installation)
@@ -9,7 +9,7 @@ Simple workflow that allows you to browse and open [Visual Studio Code](https://
9
9
## Requirements
10
10
11
11
*[NodeJS](https://nodejs.org)
12
-
*[Visual Studio Code Project Manager](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager)
12
+
*[Visual Studio Code Project Manager](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager) - Only if you like to have a project manager for VS Code.
13
13
*[Visual Studio Code Command Line](https://code.visualstudio.com/docs/setup/mac)
@@ -21,10 +21,18 @@ Download the latest `VisualStudioCode.alfredworkflow` from [GitHub](https://gith
21
21
22
22
## Usage
23
23
24
+
### Projects
25
+
24
26
Simply type `vsc` followed by space to list all projects. Optionally type a search string to filter results.
25
27
26
28

27
29
30
+
### Folders / Files
31
+
32
+
Type `vs` followed by space and search for a specific folder or file to open in Visual Studio Code.
33
+
34
+
Press and hold `shift` to open that folder or file in a new VS Code window, before pressing return.
35
+
28
36
## Thanks!
29
37
30
38
Big Thanks to [Cloudstek](https://github.com/Cloudstek) for his [Alfred Atom Workflow](https://github.com/Cloudstek/alfred-atom) which I used as a base for this project.
<string># Alfred Visual Studio Code Project Manager Workflow
@@ -204,13 +349,27 @@ Simply type `vsc` followed by space to list all projects. Optionally type a sear
204
349
Big Thanks to [Cloudstek](https://github.com/Cloudstek) for his [Alfred Atom Workflow](https://github.com/Cloudstek/alfred-atom) which I used as a base for this project.</string>
205
350
<key>uidata</key>
206
351
<dict>
352
+
<key>0344F04E-AC60-4847-AA73-E093D16BBB46</key>
353
+
<dict>
354
+
<key>xpos</key>
355
+
<integer>520</integer>
356
+
<key>ypos</key>
357
+
<integer>550</integer>
358
+
</dict>
207
359
<key>16C325FD-9D57-4988-9A88-CE69B2EF34FA</key>
208
360
<dict>
209
361
<key>xpos</key>
210
362
<integer>520</integer>
211
363
<key>ypos</key>
212
364
<integer>300</integer>
213
365
</dict>
366
+
<key>48B1068B-C755-4DBE-BDAB-9F24B0EE3354</key>
367
+
<dict>
368
+
<key>xpos</key>
369
+
<integer>120</integer>
370
+
<key>ypos</key>
371
+
<integer>420</integer>
372
+
</dict>
214
373
<key>4DD30082-AABC-4CFA-8FC3-0738FA31C350</key>
215
374
<dict>
216
375
<key>xpos</key>
@@ -225,6 +384,13 @@ Big Thanks to [Cloudstek](https://github.com/Cloudstek) for his [Alfred Atom Wor
225
384
<key>ypos</key>
226
385
<integer>180</integer>
227
386
</dict>
387
+
<key>7F96C0AC-981E-4579-AFF4-CB907D33CAC4</key>
388
+
<dict>
389
+
<key>xpos</key>
390
+
<integer>520</integer>
391
+
<key>ypos</key>
392
+
<integer>420</integer>
393
+
</dict>
228
394
<key>8A722A20-D801-4DAC-AA32-80052ADC87D4</key>
229
395
<dict>
230
396
<key>xpos</key>
@@ -247,7 +413,7 @@ Big Thanks to [Cloudstek](https://github.com/Cloudstek) for his [Alfred Atom Wor
0 commit comments