Skip to content

Commit

Permalink
Merge pull request #5 from tupleapp/open-vs-code
Browse files Browse the repository at this point in the history
Add trigger to open VS Code when a call is connected
  • Loading branch information
mcasper authored Oct 26, 2023
2 parents 8256ecc + 041b763 commit ad38163
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions triggers/open-vs-code/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Open Visual Studio Code

This trigger will launch Visual Studio Code when a call is connected.
Binary file added triggers/open-vs-code/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions triggers/open-vs-code/call-connected
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env osascript

tell application "Visual Studio Code" to activate
6 changes: 6 additions & 0 deletions triggers/open-vs-code/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "open-vs-code",
"description": "Open Visual Studio Code when a call starts.",
"platforms": ["macos"],
"language": "applescript"
}

0 comments on commit ad38163

Please sign in to comment.