TypescriptSyntaxPaste
TypescriptSyntaxPaste copied to clipboard
Unable to compile with VS 2017
Cloned the repository, tried to open the solution. Firstly, VS demanded to upgrade TypescriptSyntaxPaste project. After that build fail with numerous errors and warnings: outdated nuget dependencies, not found vsix v3 manifest, etc. I was just trying compile it to use as a command-line tool (as described here). I'm not an VS-extensions expert, so any help would be appreciated.
Any update on this? I am having the same issue
There was a problem opening the VSIXManifest Schema. Could not find a part of the path 'C:\TypescriptSyntaxPaste-master\packages\Microsoft.VSSDK.BuildTools.15.0.26201\tools\VSSDK\schemas\v3\PackageManifestSchema.xsd'. TypescriptSyntaxPaste
Any update on this? I am having the same issue
There was a problem opening the VSIXManifest Schema. Could not find a part of the path 'C:\TypescriptSyntaxPaste-master\packages\Microsoft.VSSDK.BuildTools.15.0.26201\tools\VSSDK\schemas\v3\PackageManifestSchema.xsd'. TypescriptSyntaxPaste
for the above issue, create folder with name "v3" and place all the files available in the schemas.... this solved the problem