Settings for Visual Studio Code

0 thích 0 không thích
1 lượt xem
đã hỏi 3 Tháng 2, 2023 trong Các câu hỏi khác bởi dinhtona (1,120 điểm)
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"

}
Looking for an answer?  Share this question:     

Xin vui lòng đăng nhập hoặc đăng ký để trả lời câu hỏi này.

...