summaryrefslogtreecommitdiffstats
path: root/.vscode/tasks.json
AgeCommit message (Collapse)AuthorFilesLines
2018-07-10Fixed bug when searching tail of listSebastien Douheret1-10/+37
When searching tail of list, you cannot use directly input parameter (*l) , you should use a local variable instead (here new_elt). Change-Id: I13fc042f85580342ecf33cca2067a37ee55f4799 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-07-10Improve vscode workspace settingsRomain Forlot1-0/+12
2 debug mode: - One first run which clean any trace of timestamp record on disk - the other which keep timestamp file Cleaning Change-Id: I80f1d8e4ad574c14b3312da0e8691c49ed17e9fb Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>