madskristensen / TextmateExtensionTemplate

Project template for Textmate grammar extensions
Other
6 stars 0 forks source link

"Schema validation error" when trying to build the template #1

Open SusiKette opened 3 years ago

SusiKette commented 3 years ago

I'm getting the following error when I try to build the template:

Schema validation error for 'C:\Users\Scott\source\repos\testing\testing\obj\Debug\extension.vsixmanifest'. The http://schemas.microsoft.com/developer/vsx-schema/2011:Assets element is not declared.

How do I fix this?

ComotoJC commented 2 years ago

yeah I got past this by editing the vsimanifest, and fixing the install targets to be 14.0, 18.0 and same for pre-requisites for core editor.