add function channel

This commit is contained in:
ekibun
2020-08-15 14:52:53 +08:00
parent 2731f97c63
commit 7b35868c5c
12 changed files with 313 additions and 52 deletions

13
.vscode/launch.json vendored
View File

@@ -4,9 +4,20 @@
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "(Windows) 启动",
"type": "cppvsdbg",
"request": "launch",
"program": "example/build/windows/runner/Debug/flutter_qjs_example.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false
},
{
"name": "Flutter",
"program": "lib/main.dart",
"program": "example/lib/main.dart",
"request": "launch",
"type": "dart"
}

View File

@@ -98,7 +98,8 @@
"numeric": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp",
"typeindex": "cpp"
"typeindex": "cpp",
"__functional_03": "cpp"
},
"java.configuration.updateBuildConfiguration": "interactive"
}