new-vscode-project template command

This commit is contained in:
2023-03-18 18:05:58 -06:00
parent be795317ec
commit d57ed8a453

View File

@@ -6,4 +6,13 @@
(printThroughInfoMessage)
// Add your extension's commands here with (defCommand <...>):
// (defCommand context yourExt.exampleCommand "An example command for your extension" "C-; C-1" [] (doSomething))
// Add your extension's configuration here with (defConfiguration <...>):
// (defConfiguration
// :Bool configBool
// (object
// default false)
// :String configString
// (object
// default ""))
)