{ ? ? "extensions.ignoreRecommendations":false, ? ? "explorer.confirmDelete":false, ? ? "update.mode": "none", ? ? "editor.columnSelection":false, ? ? "extensions.autoUpdate":false, ? ?? ? ?? ? ? "workbench.colorCustomizations":{ ? ? "terminal.background":"#0C0D0E", ? ? "terminal.foreground":"#B7B8B9", ? ? "terminalCursor.background":"#B7B8B9", ? ? "terminalCursor.foreground":"#B7B8B9", ? ? "terminal.ansiBlack":"#0C0D0E", ? ? "terminal.ansiBlue":"#3182BD", ? ? "terminal.ansiBrightBlack":"#737475", ? ? "terminal.ansiBrightBlue":"#3182BD", ? ? "terminal.ansiBrightCyan":"#80B1D3", ? ? "terminal.ansiBrightGreen":"#31A354", ? ? "terminal.ansiBrightMagenta":"#756BB1", ? ? "terminal.ansiBrightRed":"#E31A1C", ? ? "terminal.ansiBrightWhite":"#FCFDFE", ? ? "terminal.ansiBrightYellow":"#DCA060", ? ? "terminal.ansiCyan":"#80B1D3", ? ? "terminal.ansiGreen":"#31A354", ? ? "terminal.ansiMagenta":"#756BB1", ? ? "terminal.ansiRed":"#E31A1C", ? ? "terminal.ansiWhite":"#B7B8B9", ? ? "terminal.ansiYellow":"#DCA060", ? ? "editor.selectionHighlightBackground":"#e5f105", ? ? "editor.selectionHighlightBorder":"#ecd9d9" ? ? }, ? ?? ? ?? ? ? "remote.SSH.remotePlatform":{ ? ? "192.168.2.168":"linux", ? ? }, ? ?? ? ? "remote.SSH.configFile": "C:\\Users\\admin\\.ssh\\config", ? ? "editor.minimap.enabled":false, ? ? "breadcrumbs.enabled":true, ? ? "editor.renderWhitespace":"none", ? ? "git.ignoreLegacyWarning":true, ? ? //"editor.codeActionsOnSave":null, ? ?? ? ?? ? ? "search.exclude":{ ? ? //"**/node_modules":true, ? ? //"**/bower_components":true, ? ? //"output/":true, ? ? //"temp/":true, ? ? //"library/":true, ? ? //"**/*.anim":true ? ? "output/app":true, ? ? }, ? ? "files.exclude":{ ? ? "**/*.map":true, ? ? "**/*.nm":true, ? ? "**/*.o":true, ? ? //"**/*.bin":true,//charlesclosehereforsvncommit*.bin(exp:strings.bin,iq.bin)2021/02/02 ? ? "**/*.cmd":true, ? ? "**/*.lds":true, ? ? //"**/*.sh":true,//charlesclosehereforsvncommit*.bin(exp:link-amba_app.sh)2021/02/03 ? ? //"**/*.meta":true, ? ? //"output/":true, ? ? //"local/":true, ? ? //"temp/":true ? ? }, ? ? "outline.showArrays":false, ? ? "outline.showBooleans":false, ? ? "outline.showConstants":false, ? ? "outline.showConstructors":false, ? ? "outline.showEnumMembers":false, ? ? "outline.showEnums":false, ? ? "outline.showEvents":false, ? ? "outline.showFields": false, ? ? "outline.showClasses":false, ? ? "outline.showFiles":false, ? ? "outline.showInterfaces":false, ? ? "outline.showKeys":false, ? ? "outline.showMethods":false, ? ? "outline.showModules":false, ? ? "outline.showNamespaces":false, ? ? "outline.showNull":false, ? ? "outline.showNumbers":false, ? ? "outline.showObjects":false, ? ? "outline.showOperators":false, ? ? "outline.showPackages":false, ? ? "outline.showProperties":false, ? ? "outline.showStrings":false, ? ? "outline.showStructs":false, ? ? "outline.showTypeParameters":false, ? ? "outline.showVariables":false, ? ? "diffEditor.renderSideBySide":true, ? ? "svn.multipleFolders.ignore":[ ? ? "**/.git", ? ? "**/.hg", ? ? "**/vendor", ? ? "**/node_modules", ? ? "/output/app", ? ? "/output/ssp", ? ? "/output/build/include", ? ? ], ? ? "git.ignoreMissingGitWarning": true, ? ? "json.maxItemsComputed": 1000, ? ? //"terminal.integrated.shell.linux":"/bin/sh", ? ? //"terminal.integrated.localEchoStyle":null, ? ? }
|