remove another .vscode

This commit is contained in:
Kevin Jahns 2016-02-24 10:07:07 +01:00
parent 214380c3ca
commit 1c15edd332
2 changed files with 0 additions and 35 deletions

30
.vscode/launch.json vendored
View File

@ -1,30 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Test",
"type": "node",
"request": "launch",
"program": "node_modules/gulp/bin/gulp.js",
"stopOnEntry": false,
"args": ["test"],
"cwd": ".",
"runtimeExecutable": null,
"runtimeArgs": [
"--nolazy"
],
"env": {
"NODE_ENV": "development"
},
"externalConsole": false,
"sourceMaps": false,
"outDir": null
},
{
"name": "Attach",
"type": "node",
"request": "attach",
"port": 5858
}
]
}

View File

@ -1,5 +0,0 @@
// Place your settings in this file to overwrite default and user settings.
{
"standard.enable": true,
"javascript.validate.enable": false
}