首页 > 其他分享 >vscode配置

vscode配置

时间:2022-11-15 18:46:26浏览次数:41  
标签:workbench false vscode 配置 editor Cpp true

{
"http.proxy": "http://@rb-proxy-de.bosch.com:8080",
"http.proxyAuthorization": null,
"cmake.configureOnOpen": false,
"telemetry.telemetryLevel": "error",
"http.proxyStrictSSL": false,
"chat.proxyUrl": "http://@rb-proxy-de.bosch.com:8080",
"git.enableSmartCommit": true,
"liveshare.diagnosticLogging": true,
"extensions.ignoreRecommendations": true,
"extensions.autoUpdate": false,
"workbench.editor.highlightModifiedTabs": true,
"window.enableExperimentalProxyLoginDialog": true,
"liveshare.diagnosticMode": true,
"redhat.telemetry.enabled": false,
"bracket-pair-colorizer-2.depreciation-notice": false,
"editor.renderWhitespace": "all",
"window.title": "${dirty}${activeEditorLong}${separator}${rootName}${separator}${appName}",
"terminal.external.windowsExec": "C:\\Program Files\\Git\\cmd\\git.exe",
"editor.mouseWheelZoom": true,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"XXX",
"[ ]",
"[x]",
"todo",
"Todo"
],
"security.workspace.trust.untrustedFiles": "newWindow",
"files.exclude": {
"**/.vscode": true,
"**/*.arxml": false,
"**/.git": true,
"**/.gitignore": true,
"**/.workflow": true,
"*.dvg": true
},
"search.exclude": {
"**/.vscode": true,
"**/*.arxml": false,
"**/.git": true,
"**/.gitignore": true,
"**/.workflow": true,
"*.dvg": true
},

"C_Cpp.autocompleteAddParentheses": true,
"workbench.colorTheme": "Dark (Molokai)",
"editor.largeFileOptimizations": false,
"editor.fontLigatures": true,
"editor.foldingMaximumRegions": 50000,
"workbench.editor.wrapTabs": true,
"workbench.iconTheme": "vscode-icons",
"editor.unicodeHighlight.nonBasicASCII": false,
"C_Cpp.workspaceParsingPriority": "high",
"editor.fontWeight": "normal",
"C_Cpp.exclusionPolicy": "checkFilesAndFolders",
"C_Cpp.errorSquiggles": "Disabled",
"C_Cpp.files.exclude": {

"**/.vscode": true
},
"C_Cpp.codeAnalysis.exclude": {
"**/.vscode": true,
"**/*.arxml": false,
"**/.git": true,
"**/.gitignore": true,
"**/.workflow": true,
"*.dvg": true
},
"vsicons.dontShowNewVersionMessage": true,
"remote.SSH.remotePlatform": {
"SZHVM00520.apac.bosch.com": "linux"
},
"terminal.integrated.enableMultiLinePasteWarning": false,
"color-highlight.matchWords": true,
"markdown-pdf.executablePath": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe",
"markdown.extension.print.imgToBase64": true,
"workbench.editorAssociations": {
"*.pdf": "default"
},
// "workbench.colorCustomizations": {

// "editor.selectionBackground": "#00000000", //選取字色 'you can set other color'

// "editor.findMatchBackground": "#00000000", //搜索選取字色 'you can set other color'

// "editor.selectionHighlightBackground": "#00000000", //選取字改透明色 'required important'

// "editor.findMatchHighlightBackground": "#00000000", //搜索選取字改透明色 'required important'

// "editor.wordHighlightBackground": "#00000000", //全文相同選取字改透明色 'required important'

// "editorBracketMatch.border": "#FF0000", //括號的框線色 'you can set other color'

// "editorBracketMatch.background": "#00000000" //括號的背景色 'you can set other color'
// },
// "editor.fontFamily": "Cascadia Code, 'Courier New', monospace"
"workbench.colorCustomizations": {
// "editor.selectionBackground": "#67769660",
// "editor.selectionHighlightBackground": "#ffffff10",
"editor.selectionHighlightBorder": "#15a9ce",
},
"workbench.editor.enablePreview": false,
"terminal.explorerKind": "external",
"C_Cpp.intelliSenseEngine": "Default",
"editor.fontFamily": "JetBrains Mono, 'Courier New', monospace",
"editor.fontSize": 15,
"window.zoomLevel": -0.5,
"editor.rulers": [120]

}

标签:workbench,false,vscode,配置,editor,Cpp,true
From: https://www.cnblogs.com/liangduo/p/16893473.html

相关文章

  • windows安装程序无法将windows配置为在此计算机上运行
    复现今天在安装Win1122H2官方原版系统的时候突然出现了这个错误解决办法原因我也不清楚,但是从网上找到了解决办法。1、修改注册表shift+F10调出cmdcmd中输入rege......
  • Nginx配置优化详解
    原文http://www.1000zx.cn/it/13526.html大多数的Nginx安装指南告诉你如下基础知识——通过apt-get安装,修改这里或那里的几行配置,好了,你已经有了一个Web服务器了!而且,在大......
  • Nginx配置之实现多台服务器负载均衡
    原文http://www.1000zx.cn/it/13524.htmlNginx负载均衡服务器:IP:192.168.0.4(Nginx-Server)Web服务器列表:Web1:192.168.0.5(Nginx-Node1/Nginx-Web1)Web2:192.168.0.7(Ngi......
  • 配置静态双向共路LSP示例
    本例描述了静态双向共路LSP的基本配置过程,包括使能MPLSTE,配置链路的MPLSTE带宽属性,配置MPLSTE隧道和创建静态双向共路LSP。静态双向共路LSP主要用于在MPLS网络中为承载......
  • umi配置chainWebpack,使用自定义loader----jsx-px2rem
    前言虽然云谦大佬在github上说了,umi本身的配置已经很完善了,但是肯定满足不了所有人各种各样的奇葩需求。。。比如今天说的将jsx中的style里,将px转换为rem。 umi本身提......
  • Jenkins如何配置钉钉机器人?
    需求:每次Jenkins构建任务完后,都要人工去点击查看,能否让构建结果自动通知大家?背景:尝试过邮件通知,但感觉国内的邮件用起来不是很顺手。所有改成用钉钉通知。解决......
  • 通过fluentd配置输出到elasticsearch,启动服务报错 Using Elasticsearch client 8.4.0
    问题描述 通过fluentd的配置文件,将fluentd的输出定向到elasticsearch中,配置文件如下: <matchsyslog.**>@typeelasticsearchhost172.20.58.152port1920......
  • Oracle配置st_shapelib.dll(转)
    首先当然是找到st_shapelib.dll或st_geometry.dll文件,比如我本机的:C:\soft\ArcGIS\Desktop10.2\DatabaseSupport\Oracle\Windows64目录下找到st_shapelib.dll文件。......
  • webpack配置完全指南
    前言对于入门选手来讲,webpack配置项很多很重,如何快速配置一个可用于线上环境的webpack就是一件值得思考的事情。其实熟悉webpack之后会发现很简单,基础的配置可以分为......
  • vue-plugin-Pages自动配置路由
    vite-plugin-pages使用安装首先先安装依赖。因为模版里自带了vue-router,所以不需要再安装。cnpmaddvite-plugin-pagesvite-plugin-vue-layouts-D在vite.config......