I followed simple Hello World sample from Create your first extension: Hello World example from the Microsoft Docs to build an extension for SSMS 2017
Created V
First, you need to declare SSMS support in your source.extension.vsixmanifest file:
Then I don't think VS can automatically install your extension for SSMS. So, run the .vsix file manually.