Ah, I didn't realize that was coming from another extension. I did use the esp-idf extension to install but I think vs code suggested installing cmake tools as well.
I have two more issues:
1. Is after opening the project I get.
Unable to resolve configuration with compilerPath "c:/esp32/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe". Using "cl.exe" instead.
The Project builds without issues so I'm not 100% sure what is going on here.
2. Is Opening the monitor fails with
C:\ESP32\Projects\HRV-Main-Control>C:\ESP32\.espressif\python_env\idf4.3_py3.9_env\Scripts\python.exe C:\ESP32\esp-idf\tools\idf.py -p COM3 monitor
Traceback (most recent call last):
File "C:\ESP32\esp-idf\tools\idf.py", line 811, in <module>
main()
File "C:\ESP32\esp-idf\tools\idf.py", line 726, in main
checks_output = check_environment()
File "C:\ESP32\esp-idf\tools\idf.py", line 77, in check_environment
debug_print_idf_version()
File "C:\ESP32\esp-idf\tools\idf.py", line 132, in debug_print_idf_version
version = idf_version()
File "C:\ESP32\esp-idf\tools\idf_py_actions\tools.py", line 56, in idf_version
"--git-dir=%s" % os.path.join(os.environ["IDF_PATH"], '.git'),
File "C:\Python\Python39\lib\os.py", line 679, in __getitem__
raise KeyError(key) from None
KeyError: 'IDF_PATH'
C:\ESP32\Projects\HRV-Main-Control>C:\ESP32\.espressif\python_env\idf4.3_py3.9_env\Scripts\python.exe C:\ESP32\esp-idf\tools\idf.py -p COM3 monitor
Traceback (most recent call last):
File "C:\ESP32\esp-idf\tools\idf.py", line 811, in <module>
main()
File "C:\ESP32\esp-idf\tools\idf.py", line 726, in main
checks_output = check_environment()
File "C:\ESP32\esp-idf\tools\idf.py", line 77, in check_environment
debug_print_idf_version()
File "C:\ESP32\esp-idf\tools\idf.py", line 132, in debug_print_idf_version
version = idf_version()
File "C:\ESP32\esp-idf\tools\idf_py_actions\tools.py", line 56, in idf_version
"--git-dir=%s" % os.path.join(os.environ["IDF_PATH"], '.git'),
File "C:\Python\Python39\lib\os.py", line 679, in __getitem__
raise KeyError(key) from None
KeyError: 'IDF_PATH'
Any help you can provide with these would be awesome!