* remove files and init * Update bedrock * add java * Init spigot * Init pocketmine * Update package.json and start pocketmine * Push * Push * update files * update break line in childProcess and add stop * Pocketmine detect port and protocol * add link world * update bedrock regex
22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"name": "Mocha Tests",
|
|
"program": "${workspaceFolder}/node_modules/mocha/bin/mocha.js",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"request": "launch",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
],
|
|
"args": [
|
|
"-r", "ts-node/register",
|
|
"--colors",
|
|
"${workspaceFolder}/tests/**/*.ts"
|
|
],
|
|
}
|
|
|
|
]
|
|
}
|