UNPKG

zh-converter

Version:

Conversion Simplified Chinese <-> Traditional Chinese.

27 lines 873 B
{ // 使用 IntelliSense 以得知可用的屬性。 // 暫留以檢視現有屬性的描述。 // 如需詳細資訊,請瀏覽: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [{ "type": "node", "request": "launch", "name": "launch", "program": "${workspaceFolder}/index.js", "args": ["-t", "-e", ".yml"], "cwd": "${workspaceRoot}", "protocol": "inspector" }, { "type": "node", "request": "launch", "name": "test", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", "args": [ "test/index.js" ], "cwd": "${workspaceRoot}", "protocol": "inspector" } ] }