Error creating new app in VS Code: malformed manifest

Hey All:

I'm trying to create a new app in VS Code. I've got the latest v2.0.0 SDK. I get the following error:

[west]: FATAL ERROR: Malformed manifest file: /home/ebolton/workspace/echo/west.yml
[west]: Schema file: /home/ebolton/ncs/toolchains/v2.0.0/usr/local/lib/python3.8/site-packages/west/manifest-schema.yml
[west]: Hint: manifest:
[west]: remotes:
[west]: - name: ncs
[west]: url-base: https://github.com/nrfconnect
[west]: projects:
[west]: - name: sdk-nrf
[west]: remote: ncs
[west]: path: nrf
[west]: revision: v2.0.1
[west]: import: true
[west]: clone-depth: 1
[west]: self:
[west]: path: echo
[west]:

Related