mirror of
http://CODE.RHODECODE.COM/u/O/O/O
synced 2024-11-10 10:43:28 -05:00
⠀
This commit is contained in:
parent
cf2701dca7
commit
366260e71c
@ -0,0 +1,59 @@
|
||||
{
|
||||
"workbench.colorTheme": "⠀",
|
||||
"workbench.sideBar.location": "right",
|
||||
"editor.colorDecoratorsLimit": 1000000,
|
||||
"workbench.preferredDarkColorTheme": "⠀",
|
||||
"workbench.preferredHighContrastColorTheme": "⠀",
|
||||
"workbench.preferredHighContrastLightColorTheme": "⠀",
|
||||
"workbench.preferredLightColorTheme": "⠀",
|
||||
"terminal.integrated.minimumContrastRatio": 1,
|
||||
"editor.hover.delay": 0,
|
||||
"workbench.hover.delay": 0,
|
||||
"workbench.sash.hoverDelay": 0,
|
||||
"workbench.tree.renderIndentGuides": "always",
|
||||
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
|
||||
"editor.bracketPairColorization.enabled": false,
|
||||
"editor.inlineSuggest.showToolbar": "always",
|
||||
"editor.stickyScroll.enabled": true,
|
||||
"workbench.view.alwaysShowHeaderActions": true,
|
||||
"window.commandCenter": true,
|
||||
"window.zoomLevel": -1,
|
||||
"notebook.stickyScroll.enabled": true,
|
||||
"editor.renderWhitespace": "all",
|
||||
"json.maxItemsComputed": 65536,
|
||||
"files.exclude": {
|
||||
"**/.DS_Store": false,
|
||||
"**/.git": false,
|
||||
"**/.hg": false,
|
||||
"**/.svn": false,
|
||||
"**/CVS": false,
|
||||
"**/Thumbs.db": false
|
||||
},
|
||||
"diffEditor.codeLens": true,
|
||||
"diffEditor.maxComputationTime": 0,
|
||||
"editor.defaultColorDecorators": true,
|
||||
"scm.diffDecorationsGutterWidth": 4,
|
||||
"search.searchEditor.defaultNumberOfContextLines": 4,
|
||||
"search.quickOpen.includeSymbols": true,
|
||||
"search.defaultViewMode": "tree",
|
||||
"search.exclude": {
|
||||
"**/*.code-search": false,
|
||||
"**/bower_components": false,
|
||||
"**/node_modules": false
|
||||
},
|
||||
"editor.columnSelection": true,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.foldingMaximumRegions": 65000,
|
||||
"editor.foldingImportsByDefault": true,
|
||||
"editor.glyphMargin": false,
|
||||
"editor.guides.highlightActiveIndentation": "always",
|
||||
"editor.linkedEditing": true,
|
||||
"editor.multiCursorPaste": "full",
|
||||
"editor.renderLineHighlight": "all",
|
||||
"editor.scrollbar.horizontal": "visible",
|
||||
"editor.scrollbar.vertical": "visible",
|
||||
"editor.scrollbar.verticalScrollbarSize": 16,
|
||||
"editor.scrollbar.horizontalScrollbarSize": 16,
|
||||
"editor.semanticHighlighting.enabled": true,
|
||||
"editor.showFoldingControls": "always",
|
||||
}
|
Loading…
Reference in New Issue
Block a user