feat(editor): update editor ui
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user