Add to git
This commit is contained in:
Vendored
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "1. Run NPM install (first time run)",
|
||||
"program": "${workspaceFolder}/BuildScripts/npm-install.js"
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "2. Start webpack server (w. hot)",
|
||||
"program": "${workspaceFolder}/BuildScripts/webpack-server.js"
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "3. Re-open localhost (if webpack server already running)",
|
||||
"program": "${workspaceFolder}/BuildScripts/open-localhost.js"
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "4. Publish",
|
||||
"program": "${workspaceFolder}/BuildScripts/publish.js"
|
||||
}
|
||||
]
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"typescript.tsdk": "node_modules\\typescript\\lib"
|
||||
}
|
||||
Reference in New Issue
Block a user