Skip to main content
Question

Visual Studio Code - Developer Tool access

  • January 3, 2023
  • 1 reply
  • 123 views

Narmijarv
Forum|alt.badge.img+4

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 ?

1 reply

AVmcclint
Forum|alt.badge.img+21
  • Esteemed Contributor
  • 1043 replies
  • January 3, 2023

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?