Skip to content

Instantly share code, notes, and snippets.

@mario-loza
Created July 7, 2017 19:08
Show Gist options
  • Save mario-loza/88c23d053f8dc36fa43da38a08756724 to your computer and use it in GitHub Desktop.
Save mario-loza/88c23d053f8dc36fa43da38a08756724 to your computer and use it in GitHub Desktop.
Visual Studio Code snippet Base Template
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets
xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title></Title>
</Header>
<Snippet>
<Code Language="">
<![CDATA[]]>
</Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment