Mac Permissions pop up for every new .cpp file #11904
Unanswered
kornnchenn
asked this question in
Q&A
Replies: 1 comment
-
Hello,
Notice the change for the parameter "-o". Compiling with that you will be no asked for permission. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I figure this is an issue with how I setup something.. but every time I compile a new .cpp file in VS Code (on MacOS Ventura 13.6.3) I get a pop up asking if I would like to grant permissions to my Documents folder.
In Privacy it looks like it's creating a new app for every .cpp file? Shown are helloworld, hw2part1, and particles. This is only kind of annoying but I should probably fix it since eventually this is gonna be filled with all files I've made .. I assume that it should be running as Terminal, or as VS Code, which already have access to my Documents folder?
Thanks for your help!
P.S. VS Code is called "Visual Studio Code 2" in my computer cause I had previously had it downloaded, deleted it, and then reinstalled and for some reason it's called that now... "Visual Studio Code" does not appear in my Applications folder or Launchpad (the name with the 2 does) but they are both there as an option when you right click > file > open with .. and they both open the same thing... idk that's a separate issue I assume lol
Beta Was this translation helpful? Give feedback.
All reactions