提交 5f891687 编写于 作者: S SteVen Batten

vbs test

上级 3cadb517
......@@ -162,7 +162,8 @@
"request": "launch",
"name": "Launch VS Code",
"windows": {
"runtimeExecutable": "${workspaceFolder}/scripts/code.bat"
"runtimeExecutable": "C:\\Windows\\System32\\cscript.exe",
"runtimeArgs": ["${workspaceFolder}/scripts/code.vbs"]
},
"osx": {
"runtimeExecutable": "${workspaceFolder}/scripts/code.sh"
......
......@@ -103,6 +103,7 @@ const copyrightFilter = [
'!**/*.template',
'!**/*.md',
'!**/*.bat',
'!**/*.vbs',
'!**/*.cmd',
'!**/*.ico',
'!**/*.icns',
......
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "code.bat" & Chr(34), 0
Set WshShell = Nothing
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册