I am running a simple c++ code on Visual Studio and execution is also successful but this red thing appears . How to solve it ?
Text written in red in image is :-
conda : the term 'conda'is not recognized as the name of cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ conda activate base
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (conda:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException