This commit is contained in:
parent
832ed27f5f
commit
644450a90b
|
|
@ -1,9 +1,9 @@
|
|||
# npm
|
||||
package-lock.json
|
||||
# package-lock.json
|
||||
node_modules
|
||||
|
||||
# vscode
|
||||
.vscode
|
||||
#.vscode
|
||||
|
||||
# vuepress
|
||||
dist
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
// 使用 IntelliSense 了解相关属性。
|
||||
// 悬停以查看现有属性的描述。
|
||||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "启动程序",
|
||||
"program": "${workspaceFolder}\\utils\\getFilenames.js"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue