vscode set get permission code example
Example: vscode give music permissions
#Run this in vscode:
#!/bin/bash
osascript <<EOD
tell application "Music"
next track
play
end tell
#Run this in vscode:
#!/bin/bash
osascript <<EOD
tell application "Music"
next track
play
end tell