Skip to content

Commit

Permalink
Revert "Add local haxe to vscode settings"
Browse files Browse the repository at this point in the history
This reverts commit bb2f5a9.
  • Loading branch information
benmerckx committed Jun 13, 2019
1 parent faff4bd commit da7d66f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,5 @@
["dev.hxml"]
],
"editor.tabSize": 2,
"editor.insertSpaces": true,
"haxe.executable": {
"path": "node_modules/.bin/haxe",
"windows": {
"path": "node_modules/.bin/haxe.cmd"
}
}
"editor.insertSpaces": true
}

0 comments on commit da7d66f

Please sign in to comment.