refactor: update dependencies
This commit is contained in:
50
.vscode/launch.json
vendored
Normal file
50
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"args": [
|
||||
"client:flash:test"
|
||||
],
|
||||
"name": "client:flash:test",
|
||||
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js",
|
||||
"request": "launch",
|
||||
"type": "node"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"client:linux:test"
|
||||
],
|
||||
"name": "client:linux:test",
|
||||
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js",
|
||||
"request": "launch",
|
||||
"type": "node"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"client:html5:test"
|
||||
],
|
||||
"name": "client:html5:test",
|
||||
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js",
|
||||
"request": "launch",
|
||||
"type": "node"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"client:android:test"
|
||||
],
|
||||
"name": "client:android:test",
|
||||
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js",
|
||||
"request": "launch",
|
||||
"type": "node"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"editor:flash:test"
|
||||
],
|
||||
"name": "editor:flash:test",
|
||||
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js",
|
||||
"request": "launch",
|
||||
"type": "node"
|
||||
}
|
||||
]
|
||||
}
|
||||
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"haxe.executable": {
|
||||
"path": "/home/shmyga/sdk/haxe/4.2.5/haxe",
|
||||
"env": {
|
||||
"HAXE_STD_PATH": "/home/shmyga/sdk/haxe/4.2.5/std",
|
||||
},
|
||||
},
|
||||
"haxe.configurations": [
|
||||
["build/client/flash/haxe/debug.hxml"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user