#7 - Fix for excluding null values

This commit is contained in:
Elio Struyf
2020-03-25 17:50:24 +01:00
parent bd82913ec7
commit 060ffc0591
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "npm: webpack"
// "preLaunchTask": "npm: webpack"
},
{
"name": "Extension Tests",
+8
View File
@@ -15,6 +15,14 @@
"kind": "build",
"isDefault": true
}
},
{
"type": "npm",
"script": "webpack",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}