Updated VSCode to 1.25.1

This commit is contained in:
Rafal Kupiec 2018-07-15 11:14:24 +02:00
parent 4f4371545b
commit e9c61bd49a
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 2 additions and 0 deletions

View File

@ -20,12 +20,14 @@
"update.channel": "default",
"debug.allowBreakpointsEverywhere": true,
"debug.inlineValues": true,
"debug.toolBarLocation": "floating",
"html.format.indentInnerHtml": true,
"html.trace.server": "verbose",
"json.trace.server": "verbose",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"git.enableCommitSigning": true,
"window.titleBarStyle": "custom",
"C_Cpp.clang_format_fallbackStyle": "Visual Studio",
"C_Cpp.clang_format_style": "Visual Studio",
"C_Cpp.errorSquiggles": "Enabled",