Visual Studio Code - Developer Tool access

Narmijarv
New Contributor

Hi,

Have a few computers with Visual Studio Code installed. Users do not have admin rights on the computers, And should not have this. 

Now the users want to run the debugging process in Visual Studio Code. But they are prompted to write credentials to be able to run Developer Tool. Users need to be part of Developer Tools group to be able to run this. How do I solve this from Jamf Pro ?

Screenshot 2023-01-03 at 18.55.13.png

1 REPLY 1

AVmcclint
Honored Contributor

You could use the following command to add all users to the _developer group:

/usr/sbin/dseditgroup -o edit -a everyone -t group _developer

Maybe that's what it is asking for?