Having trouble importing a library on VS Code Win 10

I’m having trouble importing a library into my project.
I am running VS Code on Windows 10 and I just installed Platform.IO. Here are the steps I took.

  1. Imported the micro_speech sample from the Arduino_TensorflowLite library examples.
  2. Selected Arduino_TensorflowLite in the library manager to import it.
  3. Clicked the Install to button
  4. Clicked the drop down to select my project to import the library into.

The only thing in the drop down list was Global storage. According to the tutorials I looked at, I expected to see my project listed.

My project is stored in the default location. Is there something else I have to do to make PlatformIO recognize it as a project?