I am working through the Power BI custom visual development tutorial by Microsoft. I have followed the steps until the "Developing the visual elements" section and have managed to generate the standard Power BI visual template via the pbiviz new visualNameHere
command. It successfully compiles and works on my sample report on Power BI .
However, before I have even changed anything beyond the tutorial steps, I get an error message in Visual Studio Code that something is wrong with the automatically generated pbiviz.json file.
The error given is:
File not found (<removed>\CircleCard\.api\v1.6.0\schema.pbiviz.json))
Since the visual does compile can I just ignore this message and assume that it is a Visual Studio quirk? I am confused as to what setting is even searching for this, and why is it searching under .api\v1.6.0\ when the current api version seems to be 2.6.0.