close to final version added the subtaskand comment working section
This commit is contained in:
14
temp_spin/temp/.vscode/launch.json
vendored
Normal file
14
temp_spin/temp/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "starlingmonkey",
|
||||
"request": "launch",
|
||||
"name": "Debug StarlingMonkey component",
|
||||
"component": "${workspaceFolder}/dist/temp.wasm",
|
||||
"program": "${workspaceFolder}/src/index.js",
|
||||
"stopOnEntry": false,
|
||||
"trace": true
|
||||
}
|
||||
]
|
||||
}
|
||||
12
temp_spin/temp/.vscode/settings.json
vendored
Normal file
12
temp_spin/temp/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"starlingmonkey": {
|
||||
"componentRuntime": {
|
||||
"executable": "spin",
|
||||
"options": [
|
||||
"up",
|
||||
"-f",
|
||||
"${workspaceFolder}",
|
||||
],
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user