Replies: 1 comment
-
In the user scope |
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
-
Now, for using VSCode in my Mac M1, I have to basically have to keep a .vscode folder in every directory where I run my code on. Which contains the
c_cpp_properties.json
,tasks.json
, andsettings.json files
. Is there any way to make sure that every C++ file in my Laptop follows a specific configuration if there are no local configuration files overwriting them? Even a solution which inculcates this behaviour in subdirectories is also fine.Beta Was this translation helpful? Give feedback.
All reactions