new-vscode-project template command
This commit is contained in:
@@ -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 ""))
|
||||
)
|
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"main": "index.js",
|
||||
"name": "ksr_express",
|
||||
"name": "ksr-express",
|
||||
"description": "An ExpressJS website made with Kisslang",
|
||||
"title": "ksr-express",
|
||||
"dependencies": {
|
||||
"express": "^4.18.1",
|
||||
"@types/express": "^4.17.13"
|
||||
|
Reference in New Issue
Block a user