Browse Source

[benchs] fix deprecation warning in settings.json

[skip ci]
Jens Fischer 6 years ago
parent
commit
f73d4a761b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/benchs/.vscode/settings.json

+ 1 - 1
tests/benchs/.vscode/settings.json

@@ -1,5 +1,5 @@
 {
-	"haxe.displayConfigurations": [
+	"haxe.configurations": [
 		{"label": "Neko", "args": ["build.hxml", "-neko", "export/run.n", "-cmd", "neko export/run.n"]},
 		{"label": "JavaScript", "args": ["build.hxml", "-js","export/run.js", "-lib", "hxnodejs", "-cmd", "node export/run.js"]},
 		{"label": "Python", "args": ["build.hxml", "-python", "export/run.py", "-cmd", "python3 export/run.py"]},