Enable tracing from simulator to appTheme (#810)

This commit is contained in:
Sam El-Husseini 2018-10-17 11:33:18 -07:00 committed by Peli de Halleux
parent f27d13f88e
commit ffe0f0fb32

View File

@ -23,7 +23,6 @@
"streams": true, "streams": true,
"aspectRatio": 0.5, "aspectRatio": 0.5,
"parts": false, "parts": false,
"enableTrace": true,
"boardDefinition": { "boardDefinition": {
"visual": "ev3" "visual": "ev3"
} }
@ -178,7 +177,8 @@
"monacoColors": { "monacoColors": {
"editor.background": "#f9f9f9" "editor.background": "#f9f9f9"
}, },
"fileNameExclusiveFilter": "[^a-zA-Z0-9]" "fileNameExclusiveFilter": "[^a-zA-Z0-9]",
"enableTrace": true
}, },
"ignoreDocsErrors": true "ignoreDocsErrors": true
} }