Settup for Visual:
Settings.json
{
"workbench.colorTheme": "Default Dark+",
"vscode-edge-devtools.fallbackRevision": "@a41122be052fe9616f0def5fe6842fa942930d46",
"workbench.iconTheme": "material-icon-theme",
"security.workspace.trust.untrustedFiles": "open",
"telemetry.telemetryLevel": "error",
"breadcrumbs.enabled": true,
"http.proxyStrictSSL": false,
"http.proxy": "
http://@rb-proxy-de.bosch.com:8080",
"chat.proxyUrl": "
http://@rb-proxy-de.bosch.com:8080",
"git.enableSmartCommit": true,
"liveshare.diagnosticLogging": true,
"http.proxyAuthorization": null,
"extensions.showRecommendationsOnlyOnDemand": true,
"extensions.ignoreRecommendations": true,
"workbench.editor.highlightModifiedTabs": true,
"window.enableExperimentalProxyLoginDialog": true,
"liveshare.diagnosticMode": true,
"redhat.telemetry.enabled": false,
"js/ts.implicitProjectConfig.experimentalDecorators": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"workbench.tree.indent": 20,
"workbench.colorCustomizations": {
"editorIndentGuide.activeBackground": "#17adb8",
"editorIndentGuide.background": "#616061"
},
"workbench.tree.renderIndentGuides": "always",
"workbench.tree.expandMode": "doubleClick",
"editor.wordWrap": "on"
}