// 將設置放入此文件中以覆蓋默認設置 { "window.title": "${dirty}${activeEditorShort}${separator}${activeEditorLong}", // 控制是否顯示 minimap "editor.minimap.enabled": false, // 以像素為單位控制字號。 "editor.fontSize": 12, // 通過使用鼠標滾輪同時按住 Ctrl 可縮放編輯器的字體 "editor.mouseWheelZoom": true, // 調整窗口的縮放級別。原始大小是 0,每次遞增(例如 1)或遞減(例如 -1)表示放大或縮小 20%。也可以輸入小數以便以更精細的粒度調整縮放級別。 "window.zoomLevel": 1, // 控制光標樣式,接受的值為 "block"、"block-outline"、"line"、"line-thin" 、"underline" 和 "underline-thin" "editor.cursorStyle": "block", // 控制光標動畫樣式,可能的值為 "blink"、"smooth"、"phase"、"expand" 和 "solid" "editor.cursorBlinking": "expand", // 控制換行方式。可以選擇: // - "off" (禁用換行), // - "on" (視區換行), // - "wordWrapColumn" (在 "editor.wordWrapColumn" 處換行)或 // - "bounded" (在最小視區和 "editor.wordWrapColumn" 處換行)。 "editor.wordWrap": "off", // 在 "editor.wordWrap" 為 "wordWrapColumn" 或 "bounded" 時控制編輯器列的換行。 //"editor.wordWrapColumn": 180, // 要對鼠標滾輪滾動事件的 "deltaX" 和 "deltaY" 使用的乘數 "editor.mouseWheelScrollSensitivity": 1, // 控制邊欄的位置。它可顯示在工作台的左側或右側。 "workbench.sideBar.location": "left", // 控制是否應在新窗口中打開文件。 // - default: 文件將在該文件的文件夾打開的窗口中打開,或在上一個活動窗口中打開,除非該文件通過平台或從查找程序(僅限 macOS)打開 // - on: 文件將在新窗口中打開 // - off: 文件將在該文件的文件夾打開的窗口中打開,或在上一個活動窗口中打開 // 注意,可能仍會存在忽略此設置的情況(例如當使用 -new-window 或 -reuse-window 命令行選項時)。 "window.openFilesInNewWindow": "on", // 配置語言的文件關聯(如: "*.extension": "html")。這些關聯的優先級高於已安裝語言的默認關聯。 "files.associations": { //"*.txt": "cmake" }, // 讀取和編寫文件時將使用的默認字符集編碼。 "files.encoding": "utf8", // When enabled, will attempt to guess the character set encoding when opening files "files.autoGuessEncoding": true, // 默認行尾字符。 "files.eol": "\r\n", "workbench.colorTheme": "Monokai", "workbench.colorCustomizations": { "contrastActiveBorder": "#c0c0c0", "contrastBorder": "#aaaaa0", "focusBorder": "#ffd800", "widget.shadow": "#f2f3f4", "scrollbarSlider.background": "#414a4c", "scrollbarSlider.activeBackground": "#ecd540", "scrollbarSlider.hoverBackground": "#ffba00", "foreground": "#f0ead6", "sideBar.background": "#282a36", "button.background": "#708090", "button.foreground": "#282a31", "button.hoverBackground": "#808080", "input.foreground": "#a7fc00", "editorCursor.foreground": "#7fff00", "editor.findMatchBackground": "#f94d00", "editor.findMatchHighlightBackground": "#f94d00", "editor.foreground": "#f0ead6", "editor.background": "#282a36", "editor.selectionBackground": "#69359c", "editor.selectionHighlightBackground": "#282a36", "editor.inactiveSelectionBackground": "#282a36", "editor.wordHighlightBackground": "#282a36", "editor.wordHighlightStrongBackground": "#282a36", "editor.hoverHighlightBackground": "#0f0f0f", "editor.lineHighlightBackground": "#282a36", "editor.lineHighlightBorder": "#414a4c", "editorLineNumber.foreground": "#40404f", "editorBracketMatch.background": "#ff01aff9", "tab.activeBackground": "#0c3d44", "tab.border": "#d3f127", "tab.activeBorder":"#31f4ee", "tab.inactiveForeground": "#e0e0e0", "tab.hoverBorder":"#e7e4e2", "tab.hoverBackground":"#f67104", "activityBar.foreground": "#c0c0c0", "statusBar.background": "#6f6f6f", "statusBarItem.activeBackground": "#ff0000", "statusBarItem.hoverBackground": "#06905f", "editorIndentGuide.activeBackground": "#f94d00", "terminal.background":"#000000", "terminal.foreground": "#f0ead6", "terminal.border":"#8d5506", "terminalCursor.foreground":"#7fff00" }, "terminal.integrated.fontSize": 13, "terminal.integrated.cursorBlinking": true, "terminal.integrated.cursorStyle": "block", "terminal.integrated.copyOnSelection": true, "editor.renderWhitespace": "all", "editor.renderControlCharacters": true, "editor.renderIndentGuides": true, "workbench.editor.showTabs": true, "editor.tabSize": 4, "editor.trimAutoWhitespace": false, "editor.multiCursorModifier": "alt", //bookmarks "bookmarks.navigateThroughAllFiles": true, "bookmarks.saveBookmarksInProject": false, //active file in statusbar "ActiveFileInStatusBar.revealFile": true, "explorer.confirmDelete": true, //------------------------------------------------------ "update.channel": "none", "extensions.ignoreRecommendations": true, "extensions.autoUpdate": false, //latex workshop "latex-workshop.latex.autoBuild.onSave.enabled": false, "latex-workshop.latex.autoBuild.cleanAndRetry.enabled": false, "latex-workshop.message.update.show": false, "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, "suppressResultsExplorerNotice": false, "suppressShowKeyBindingsNotice": true }, "csharp.suppressDotnetRestoreNotification": true, "java.errors.incompleteClasspath.severity": "ignore", "[cpp]": {"editor.quickSuggestions": false}, "[c]": {"editor.quickSuggestions": false}, "workbench.iconTheme": "material-icon-theme", "vsicons.dontShowNewVersionMessage": true, "clock.dateFormat": "isoDateTime", "launcher.commands": [ { "description": "List files in Workspace folder", "executable": "g++", "parameters": "-help", "startIn": "%workspace%", "output": true } ], "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, }, "search.exclude": { "**/node_modules": true, "**/bower_components": true, "**/*.dot": true, "**/*.html": true, "**/*.rhtml": true, "**/*.def": true, "**/*.map": true, }, }
// 將設置放入此文件中以覆蓋默認設置 { "window.title": "${dirty}${activeEditorShort}${separator}${activeEditorLong}", // 控制是否顯示 minimap "editor.minimap.enabled": false, // 以像素為單位控制字號。 "editor.fontSize": 12, // 通過使用鼠標滾輪同時按住 Ctrl 可縮放編輯器的字體 "editor.mouseWheelZoom": true, // 調整窗口的縮放級別。原始大小是 0,每次遞增(例如 1)或遞減(例如 -1)表示放大或縮小 20%。也可以輸入小數以便以更精細的粒度調整縮放級別。 "window.zoomLevel": 1, // 控制光標樣式,接受的值為 "block"、"block-outline"、"line"、"line-thin" 、"underline" 和 "underline-thin" "editor.cursorStyle": "block", // 控制光標動畫樣式,可能的值為 "blink"、"smooth"、"phase"、"expand" 和 "solid" "editor.cursorBlinking": "expand", // 控制換行方式。可以選擇: // - "off" (禁用換行), // - "on" (視區換行), // - "wordWrapColumn" (在 "editor.wordWrapColumn" 處換行)或 // - "bounded" (在最小視區和 "editor.wordWrapColumn" 處換行)。 "editor.wordWrap": "off", // 在 "editor.wordWrap" 為 "wordWrapColumn" 或 "bounded" 時控制編輯器列的換行。 //"editor.wordWrapColumn": 180, // 要對鼠標滾輪滾動事件的 "deltaX" 和 "deltaY" 使用的乘數 "editor.mouseWheelScrollSensitivity": 1, // 控制邊欄的位置。它可顯示在工作台的左側或右側。 "workbench.sideBar.location": "left", // 控制是否應在新窗口中打開文件。 // - default: 文件將在該文件的文件夾打開的窗口中打開,或在上一個活動窗口中打開,除非該文件通過平台或從查找程序(僅限 macOS)打開 // - on: 文件將在新窗口中打開 // - off: 文件將在該文件的文件夾打開的窗口中打開,或在上一個活動窗口中打開 // 注意,可能仍會存在忽略此設置的情況(例如當使用 -new-window 或 -reuse-window 命令行選項時)。 "window.openFilesInNewWindow": "on", // 配置語言的文件關聯(如: "*.extension": "html")。這些關聯的優先級高於已安裝語言的默認關聯。 "files.associations": { //"*.txt": "cmake" }, // 讀取和編寫文件時將使用的默認字符集編碼。 "files.encoding": "utf8", // When enabled, will attempt to guess the character set encoding when opening files "files.autoGuessEncoding": true, // 默認行尾字符。 "files.eol": "\r\n", //"workbench.colorTheme": "vsc-material-theme", "workbench.colorCustomizations": { "contrastActiveBorder": "#c0c0c0", "contrastBorder": "#aaaaa0", "focusBorder": "#ffd800", "widget.shadow": "#f2f3f4", "scrollbarSlider.background": "#414a4c", "scrollbarSlider.activeBackground": "#ecd540", "scrollbarSlider.hoverBackground": "#ffba00", "foreground": "#c3c0b7", "sideBar.background": "#292b10", "button.background": "#708090", "button.foreground": "#282a31", "button.hoverBackground": "#808080", "input.foreground": "#a7fc00", "editorCursor.foreground": "#7fff00", "editor.findMatchBackground": "#f94d00", "editor.findMatchHighlightBackground": "#f94d00", "editor.foreground": "#c3c0b7", "editor.background": "#292b10", "editor.selectionBackground": "#69359c", "editor.selectionHighlightBackground": "#282a36", "editor.inactiveSelectionBackground": "#282a36", "editor.wordHighlightBackground": "#282a36", "editor.wordHighlightStrongBackground": "#282a36", "editor.hoverHighlightBackground": "#0f0f0f", "editor.lineHighlightBackground": "#282a36", "editor.lineHighlightBorder": "#414a4c", "editorLineNumber.foreground": "#40404f", "editorBracketMatch.background": "#f30beff9", "tab.activeBackground": "#0a2f34", "tab.border": "#565655", "tab.activeBorder":"#31f4ee", "tab.inactiveForeground": "#888585", "tab.hoverBorder":"#494746", "tab.hoverBackground":"#f67104", "activityBar.foreground": "#c0c0c0", "statusBar.background": "#6f6f6f", "statusBarItem.activeBackground": "#ff0000", "statusBarItem.hoverBackground": "#06905f", "editorIndentGuide.activeBackground": "#f94d00", "terminal.background":"#292b10", "terminal.foreground": "#b4b2ab", "terminal.border":"#8d5506", "terminalCursor.foreground":"#7fff00" }, "terminal.integrated.fontSize": 13, "terminal.integrated.cursorBlinking": true, "terminal.integrated.cursorStyle": "block", "terminal.integrated.copyOnSelection": true, "editor.renderWhitespace": "none", "editor.renderControlCharacters": true, "editor.renderIndentGuides": true, "workbench.editor.showTabs": true, "editor.tabSize": 4, "editor.trimAutoWhitespace": false, "editor.multiCursorModifier": "alt", //bookmarks "bookmarks.navigateThroughAllFiles": true, "bookmarks.saveBookmarksInProject": false, //active file in statusbar "ActiveFileInStatusBar.revealFile": true, "explorer.confirmDelete": true, //------------------------------------------------------ "update.channel": "none", "extensions.ignoreRecommendations": true, "extensions.autoUpdate": false, //latex workshop "latex-workshop.latex.autoBuild.onSave.enabled": false, "latex-workshop.latex.autoBuild.cleanAndRetry.enabled": false, "latex-workshop.message.update.show": false, "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, "suppressResultsExplorerNotice": false, "suppressShowKeyBindingsNotice": true }, "csharp.suppressDotnetRestoreNotification": true, "java.errors.incompleteClasspath.severity": "ignore", "[cpp]": {"editor.quickSuggestions": false}, "[c]": {"editor.quickSuggestions": false}, "clock.dateFormat": "isoDateTime", "launcher.commands": [ { "description": "List files in Workspace folder", "executable": "g++", "parameters": "-help", "startIn": "%workspace%", "output": true } ], "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, }, "search.exclude": { "**/node_modules": true, "**/bower_components": true, "**/*.dot": true, "**/*.html": true, "**/*.rhtml": true, "**/*.def": true, "**/*.map": true, }, "workbench.colorTheme": "Visual Studio Dark", //"workbench.iconTheme": "vscode-icons", "workbench.iconTheme": "vscode-icons", }
// 將設置放入此文件中以覆蓋默認設置 { "window.title": "${dirty}${activeEditorShort}${separator}${activeEditorLong}", // 控制是否顯示 minimap "editor.minimap.enabled": false, // 以像素為單位控制字號。 "editor.fontSize": 12, // 通過使用鼠標滾輪同時按住 Ctrl 可縮放編輯器的字體 "editor.mouseWheelZoom": true, // 調整窗口的縮放級別。原始大小是 0,每次遞增(例如 1)或遞減(例如 -1)表示放大或縮小 20%。也可以輸入小數以便以更精細的粒度調整縮放級別。 "window.zoomLevel": 1, // 控制光標樣式,接受的值為 "block"、"block-outline"、"line"、"line-thin" 、"underline" 和 "underline-thin" "editor.cursorStyle": "block", // 控制光標動畫樣式,可能的值為 "blink"、"smooth"、"phase"、"expand" 和 "solid" "editor.cursorBlinking": "expand", // 控制換行方式。可以選擇: // - "off" (禁用換行), // - "on" (視區換行), // - "wordWrapColumn" (在 "editor.wordWrapColumn" 處換行)或 // - "bounded" (在最小視區和 "editor.wordWrapColumn" 處換行)。 "editor.wordWrap": "off", // 在 "editor.wordWrap" 為 "wordWrapColumn" 或 "bounded" 時控制編輯器列的換行。 //"editor.wordWrapColumn": 180, // 要對鼠標滾輪滾動事件的 "deltaX" 和 "deltaY" 使用的乘數 "editor.mouseWheelScrollSensitivity": 1, // 控制邊欄的位置。它可顯示在工作台的左側或右側。 "workbench.sideBar.location": "left", // 控制是否應在新窗口中打開文件。 // - default: 文件將在該文件的文件夾打開的窗口中打開,或在上一個活動窗口中打開,除非該文件通過平台或從查找程序(僅限 macOS)打開 // - on: 文件將在新窗口中打開 // - off: 文件將在該文件的文件夾打開的窗口中打開,或在上一個活動窗口中打開 // 注意,可能仍會存在忽略此設置的情況(例如當使用 -new-window 或 -reuse-window 命令行選項時)。 "window.openFilesInNewWindow": "on", // 配置語言的文件關聯(如: "*.extension": "html")。這些關聯的優先級高於已安裝語言的默認關聯。 "files.associations": { //"*.txt": "cmake" }, // 讀取和編寫文件時將使用的默認字符集編碼。 "files.encoding": "utf8", // When enabled, will attempt to guess the character set encoding when opening files "files.autoGuessEncoding": true, // 默認行尾字符。 "files.eol": "\r\n", //"workbench.colorTheme": "vsc-material-theme", "workbench.colorCustomizations": { "contrastActiveBorder": "#c0c0c0", "contrastBorder": "#aaaaa0", "focusBorder": "#ffd800", "widget.shadow": "#f2f3f4", "scrollbarSlider.background": "#414a4c", "scrollbarSlider.activeBackground": "#ecd540", "scrollbarSlider.hoverBackground": "#ffba00", "foreground": "#c3c0b7", "sideBar.background": "#292b10", "button.background": "#708090", "button.foreground": "#282a31", "button.hoverBackground": "#808080", "input.foreground": "#a7fc00", "editorCursor.foreground": "#7fff00", "editor.findMatchBackground": "#f94d00", "editor.findMatchHighlightBackground": "#f94d00", "editor.foreground": "#b7b5ad", "editor.background": "#2a2c00", "editor.selectionBackground": "#69359c", "editor.selectionHighlightBackground": "#282a36", "editor.inactiveSelectionBackground": "#282a36", "editor.wordHighlightBackground": "#282a36", "editor.wordHighlightStrongBackground": "#282a36", "editor.hoverHighlightBackground": "#0f0f0f", "editor.lineHighlightBackground": "#282a36", "editor.lineHighlightBorder": "#414a4c", "editorLineNumber.foreground": "#40404f", "editorBracketMatch.background": "#f30beff9", "tab.activeBackground": "#464747", "tab.border": "#565655", "tab.activeBorder":"#31f4ee", "tab.inactiveForeground": "#888585", "tab.hoverBorder":"#494746", "tab.hoverBackground":"#363536", "activityBar.foreground": "#c0c0c0", "statusBar.background": "#6f6f6f", "statusBarItem.activeBackground": "#ff0000", "statusBarItem.hoverBackground": "#06905f", "editorIndentGuide.activeBackground": "#f94d00", "terminal.background":"#292b10", "terminal.foreground": "#b4b2ab", "terminal.border":"#8d5506", "terminalCursor.foreground":"#7fff00" }, "terminal.integrated.fontSize": 13, "terminal.integrated.cursorBlinking": true, "terminal.integrated.cursorStyle": "block", "terminal.integrated.copyOnSelection": true, "editor.renderWhitespace": "none", "editor.renderControlCharacters": true, "editor.renderIndentGuides": true, "workbench.editor.showTabs": true, "editor.tabSize": 4, "editor.trimAutoWhitespace": false, "editor.multiCursorModifier": "alt", //bookmarks "bookmarks.navigateThroughAllFiles": true, "bookmarks.saveBookmarksInProject": false, //active file in statusbar "ActiveFileInStatusBar.revealFile": true, "explorer.confirmDelete": true, //------------------------------------------------------ "update.channel": "none", "extensions.ignoreRecommendations": true, "extensions.autoUpdate": false, //latex workshop "latex-workshop.latex.autoBuild.onSave.enabled": false, "latex-workshop.latex.autoBuild.cleanAndRetry.enabled": false, "latex-workshop.message.update.show": false, "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, "suppressResultsExplorerNotice": false, "suppressShowKeyBindingsNotice": true }, "csharp.suppressDotnetRestoreNotification": true, "java.errors.incompleteClasspath.severity": "ignore", "[cpp]": {"editor.quickSuggestions": false}, "[c]": {"editor.quickSuggestions": false}, "clock.dateFormat": "isoDateTime", "launcher.commands": [ { "description": "List files in Workspace folder", "executable": "g++", "parameters": "-help", "startIn": "%workspace%", "output": true } ], "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, }, "search.exclude": { "**/node_modules": true, "**/bower_components": true, "**/*.dot": true, "**/*.html": true, "**/*.rhtml": true, "**/*.def": true, "**/*.map": true, }, //"workbench.iconTheme": "vscode-icons", "workbench.iconTheme": "vscode-icons", }
