ACLauncher/.vscode/snippets/java.json

9 lines
235 B
JSON

{
"LogManager_Log": {
"prefix": "logmanager",
"body": [
"LogManager.${1|debug,debugObject,warn,logStackTrace,info,error|}(${2:\"Test\"});"
],
"description": "Log a debug message to the ATLauncher console"
}
}