From 33c0ee8f4ff83059623002f27b77f916bd25a441 Mon Sep 17 00:00:00 2001 From: Composure Date: Fri, 24 Feb 2023 20:50:27 +0800 Subject: [PATCH] test: tsx --- .vscode/launch.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..b2a7bfc --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // 使用 IntelliSense 了解相关属性。 + // 悬停以查看现有属性的描述。 + // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8848", + "webRoot": "${workspaceFolder}" + } + ] +}