_-----_ ╭──────────────────────────╮ | | │ Welcome to the Visual │ |--(o)--| │ Studio Code Extension │ `---------´ │ generator! │ ( _´U`_ ) ╰──────────────────────────╯ /___A___\ / | ~ | __'.___.'__ ´ ` |° ´ Y `
? What type of extension do you want to create? New Code Snippets Folder location that contains Text Mate (.tmSnippet) and Sublime snippets (.sublime-snippet) or press ENTER to start with a new snippet file. ? Folder name for import or none for new: OpenSCAD.tmbundle/Snippets 34 snippet(s) found and converted.
Problems while converting: OpenSCAD.tmbundle/Snippets/difference.tmSnippet: Missing property 'tabTrigger'. Snippet skipped. OpenSCAD.tmbundle/Snippets/intersection.tmSnippet: Missing property 'tabTrigger'. Snippet skipped. OpenSCAD.tmbundle/Snippets/union.tmSnippet: Missing property 'tabTrigger'. Snippet skipped. ? What's the name of your extension? openscad ? What's the identifier of your extension? openscad ? What's the description of your extension? Enter the language for which the snippets should appear. The id is an identifier and is single, lower-case name such as 'php', 'javascript' ? Language id: scad create openscad/.vscode/launch.json create openscad/package.json create openscad/vsc-extension-quickstart.md create openscad/README.md create openscad/CHANGELOG.md create openscad/snippets/snippets.code-snippets create openscad/.vscodeignore
Your extension openscad has been created!
To start editing with Visual Studio Code, use the following commands:
cd openscad code .
Open vsc-extension-quickstart.md inside the new extension for further instructions on how to modify, test and publish your extension.
For more information, also visit http://code.visualstudio.com and follow us @code.