-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvscode.settings.json
More file actions
148 lines (148 loc) · 5.79 KB
/
Copy pathvscode.settings.json
File metadata and controls
148 lines (148 loc) · 5.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"csharp.referencesCodeLens.enabled": false,
"csv-preview.formatValues": "never",
"csv-preview.lineNumbers": "ordinal",
"debug.showBreakpointsInOverviewRuler": true,
"diffEditor.renderSideBySide": false,
"dotnetAcquisitionExtension.enableTelemetry": false,
"editor.codeLens": false,
"editor.cursorSurroundingLines": 1,
"editor.detectIndentation": false,
"editor.dragAndDrop": true,
"editor.folding": true,
"editor.fontFamily": "'FantasqueSansM Nerd Font', 'CaskaydiaCove Nerd Font', 'Cascadia Code', 'JetBrains Mono', 'FiraCode NF', Consolas",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.indentSize": 4,
"editor.insertSpaces": false,
"editor.linkedEditing": true,
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.minimap.showSlider": "always",
"editor.minimap.size": "fit",
"editor.renderWhitespace": "boundary",
"editor.scrollbar.vertical": "visible",
"editor.scrollbar.verticalScrollbarSize": 10,
"editor.showFoldingControls": "always",
"editor.smoothScrolling": true,
"editor.stickyScroll.enabled": true,
"editor.suggest.selectionMode": "whenQuickSuggestion",
"editor.tabSize": 4,
"editor.unfoldOnClickAfterEndOfLine": true,
"editor.wrappingIndent": "indent",
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
"extensions.autoUpdate": false,
"extensions.ignoreRecommendations": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.vs": true,
"**/thumbs.db": true,
"**/desktop.ini": true,
"**/.DS_Store": true
},
"files.trimTrailingWhitespace": true,
"git.defaultBranchName": "master", // i actually prefer "main" but everyone's reason for changing this is moronic, so just to make clear that's not why *i'm* doing it...
"git.inputValidationSubjectLength": 1024,
"git.openRepositoryInParentFolders": "always",
"html.format.extraLiners": "noscript",
"html.format.preserveNewLines": false,
"html.format.wrapLineLength": 0,
"markdown.occurrencesHighlight.enabled": true,
"markdown.preview.fontFamily": "'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif",
"material-icon-theme.showWelcomeMessage": false,
"materialTheme.fixIconsRunning": false,
"mssql.connections": [
{
"server": "{{put-server-name-here}}",
"database": "{{put-database-name-here}}",
"user": "{{put-username-here}}",
"password": ""
}
],
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"omnisharp.enableEditorConfigSupport": true,
"powershell.codeFormatting.autoCorrectAliases": true,
"powershell.codeFormatting.newLineAfterCloseBrace": false,
"powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline",
"powershell.codeFormatting.preset": "OTBS",
"powershell.codeFormatting.useConstantStrings": true,
"powershell.codeFormatting.useCorrectCasing": true,
"powershell.integratedConsole.showOnStartup": false,
"powershell.integratedConsole.suppressStartupBanner": true,
"powershell.powerShellDefaultVersion": "PowerShell (x64)",
"powershell.promptToUpdatePowerShell": false,
"powershell.scriptAnalysis.settingsPath": "C:\\Users\\michael\\OneDrive\\Documents\\myPSScriptAnalyzerSettings.psd1",
"python.analysis.completeFunctionParens": true,
"python.autoComplete.addBrackets": true,
"python.experiments.enabled": false,
"python.languageServer": "Pylance",
"python.linting.enabled": false,
"python.linting.enabledWithoutWorkspace": false,
"python.pythonPath": "C:\\Users\\michael\\AppData\\Local\\Programs\\python3\\python.exe",
"python.showStartPage": false,
"redhat.telemetry.enabled": false,
"rest-client.enableTelemetry": false,
"scm.alwaysShowRepositories": true,
"security.allowedUNCHosts": [
"wallach9",
],
"security.workspace.trust.enabled": false,
"security.workspace.trust.untrustedFiles": "open",
"telemetry.telemetryLevel": "crash",
"terminal.external.windowsExec": "wt.exe",
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.scrollback": 9999,
"terminal.integrated.rightClickBehavior": "default",
"terminal.integrated.shellIntegration.enabled": true,
"terminal.integrated.tabs.defaultColor": "terminal.ansiRed",
"update.mode": "none",
"update.showReleaseNotes": false,
"vsicons.dontShowNewVersionMessage": true,
"window.dialogStyle": "custom",
"window.openFilesInNewWindow": "off",
"window.restoreWindows": "preserve",
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}${separator}${appName}",
"window.titleBarStyle": "native",
"workbench.activityBar.visible": true,
"workbench.colorCustomizations": {
"activityBarBadge.background": "#2979FF",
"list.activeSelectionForeground": "#2979FF",
"list.inactiveSelectionForeground": "#2979FF",
"list.highlightForeground": "#2979FF",
"scrollbarSlider.activeBackground": "#2979FF50",
"editorSuggestWidget.highlightForeground": "#2979FF",
"textLink.foreground": "#2979FF",
"progressBar.background": "#2979FF",
"pickerGroup.foreground": "#2979FF",
"tab.activeBorder": "#2979FF",
"notificationLink.foreground": "#2979FF",
"editorWidget.resizeBorder": "#2979FF",
"editorWidget.border": "#2979FF",
"settings.modifiedItemIndicator": "#2979FF",
"settings.headerForeground": "#2979FF",
"panelTitle.activeBorder": "#2979FF",
"breadcrumb.activeSelectionForeground": "#2979FF",
"menu.selectionForeground": "#2979FF",
"menubar.selectionForeground": "#2979FF"
},
"workbench.colorTheme": "Sapphire (Dim)",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.openPositioning": "last",
"workbench.editor.scrollToSwitchTabs": true,
"workbench.iconTheme": "simple-icons",
"workbench.startupEditor": "none",
"[yaml]": {
"editor.tabSize": 4
},
"yaml.format.printWidth": 160,
}