diff --git a/.vscode/launch.json b/.vscode/launch.json index 374d16e..35a75aa 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,21 @@ { "version": "0.2.0", "configurations": [ + { + "name": "Launch Chrome", + "request": "launch", + "type": "chrome", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + }, + { + "type": "cmake", + "request": "launch", + "name": "CMake: 配置项目", + "cmakeDebugType": "configure", + "clean": false, + "configureAll": false + }, { "name": "Run application", "type": "node", diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index 452ca1f..47aa419 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,7 @@ - + el="manifest" href="/manifest.json" />