feat(editor): update editor ui

This commit is contained in:
2024-06-01 20:39:21 +03:00
parent 648d15fc88
commit 03d6e1f822
18 changed files with 89 additions and 38 deletions

View File

@@ -11,7 +11,12 @@
"HAXE_STD_PATH": "/home/shmyga/sdk/haxe/4.2.5/std"
}
},
"haxe.configurations": [["build/client/flash/haxe/debug.hxml"]],
"haxe.configurations": [
[
//"build/client/flash/haxe/debug.hxml",
"build/editor/flash/haxe/debug.hxml"
]
],
"haxe.displayServer": {
"arguments": [
//"-v"
@@ -38,7 +43,12 @@
{
"id": "task",
"description": "Please enter task name",
"options": ["client:flash:test", "server:cpp:test", "generate"],
"options": [
"client:flash:test",
"editor:flash:test",
"server:cpp:test",
"generate"
],
"type": "pickString"
}
]