Add visual studio code config

This commit is contained in:
Xavier Guimard 2018-06-04 15:58:33 +02:00
parent d7106f2c2d
commit ea4b1f0f1f
2 changed files with 18 additions and 1 deletions

17
.vscode/tasks.json vendored Normal file
View File

@ -0,0 +1,17 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "LANG=C make"
},
{
"label": "test",
"type":"shell",
"command": "LANG=C make test"
}
]
}

View File

@ -13,7 +13,7 @@ my $res;
my $client = LLNG::Manager::Test->new(
{
ini => {
logLevel => 'debug',
logLevel => 'error',
useSafeJail => 1,
cda => 1,
logger => 'Lemonldap::NG::Common::Logger::Std',