chinese_convert
Version:
簡繁轉換 (簡體轉繁體,繁體轉簡體)
22 lines (21 loc) • 633 B
JSON
{
// Use IntelliSense to learn about possible Node.js debug attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "啟動程式",
"program": "${workspaceRoot}\\example/ex1.js"
},
{
"type": "node",
"request": "attach",
"name": "附加至處理序",
"address": "localhost",
"port": 5858
}
]
}