Skip to content

Commit 1844077

Browse files
committed
0746.使用最小花费爬楼梯.md Javascript
1 parent 515d0b2 commit 1844077

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vscode/launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// 使用 IntelliSense 了解相关属性。
3+
// 悬停以查看现有属性的描述。
4+
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
8+
{
9+
"type": "pwa-chrome",
10+
"request": "launch",
11+
"name": "Launch Chrome against localhost",
12+
"url": "http://localhost:8080",
13+
"webRoot": "${workspaceFolder}"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)