Problem building firmware

anyone help with my atom/mvsc issues? I’m trying to get build software setup and have done tinkering with stm32 based 3d printer boards in the past but I’m having issues attempting to build firmware here. I get this error in both editors:

Processing heltec-v2 (board: heltec_wifi_lora_32_V2; platform: https://github.com/platformio/platform-espressif32.git; framework: arduino)

Platform Manager: Installing git+https://github.com/platformio/platform-espressif32.git
Error: Traceback (most recent call last):
File “c:\users\administrator.platformio\penv\lib\site-packages\platformio\commands\run\processor.py”, line 70, in process
p = PlatformFactory.new(self.options[“platform”])
File “c:\users\administrator.platformio\penv\lib\site-packages\platformio\platform\factory.py”, line 54, in new
raise UnknownPlatform(pkg_or_spec)
platformio.platform.exception.UnknownPlatform: Unknown development platform ‘https://github.com/platformio/platform-espressif32.git

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “c:\users\administrator.platformio\penv\lib\site-packages\platformio_main_.py”, line 109, in main
cli() # pylint: disable=no-value-for-parameter