forked from Ingo72/AZ-400-V2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
194 lines (194 loc) · 6.63 KB
/
settings.json
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
{
"workbench.startupEditor": "none",
"git.enableSmartCommit": true,
"problems.autoReveal": false,
"editor.bracketPairColorization.enabled": true,
"window.restoreWindows": "none",
"files.hotExit": "off",
"editor.wordWrap": "on",
"editor.minimap.enabled": false,
"problems.decorations.enabled": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 0,
"typescript.updateImportsOnFileMove.enabled": "always",
"emmet.triggerExpansionOnTab": true,
"workbench.editor.restoreViewState": false,
"workbench.colorCustomizations": {
"terminal.background": "#6b7477",
"terminal.foreground": "#e6ddd3",
"terminalCursor.background": "#d33f12",
"terminalCursor.foreground": "#ec1426",
"terminal.ansiBlack": "#1D2021",
"terminal.ansiBlue": "#0D6678",
"terminal.ansiBrightBlack": "#ebe6e2",
"terminal.ansiBrightBlue": "#0D6678",
"terminal.ansiBrightCyan": "#8BA59B",
"terminal.ansiBrightGreen": "#95C085",
"terminal.ansiBrightMagenta": "#8F4673",
"terminal.ansiBrightRed": "#FB543F",
"terminal.ansiBrightWhite": "#FDF4C1",
"terminal.ansiBrightYellow": "#FAC03B",
"terminal.ansiCyan": "#8BA59B",
"terminal.ansiGreen": "#95C085",
"terminal.ansiMagenta": "#8F4673",
"terminal.ansiRed": "#FB543F",
"terminal.ansiWhite": "#A89984",
"terminal.ansiYellow": "#FAC03B"
},
"csharp.format.enable": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.defaultProfile.windows": "Windows PowerShell",
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Windows PowerShell":{
"path": [
"${env:windir}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
],
"args": [
"-nologo"
],
"icon": "terminal-powershell"
}
},
"git.confirmSync": false,
"git.autofetchPeriod": 90,
"git.autofetch": true,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features",
"editor.formatOnSave": true
},
"typescript.preferences.quoteStyle": "single",
"javascript.preferences.quoteStyle": "single",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.editor.revealIfOpen": true,
"csharp.suppressDotnetInstallWarning": true,
"csharp.suppressDotnetRestoreNotification": true,
"csharp.suppressProjectJsonWarning": true,
"csharp.suppressBuildAssetsNotification": true,
"update.mode": "start",
"update.enableWindowsBackgroundUpdates": false,
"yaml.schemaStore.enable": false,
"settingsSync.ignoredExtensions": [
"teamsdevapp.ms-teams-vscode-extension",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"mindaro.mindaro",
"wallabyjs.wallaby-vscode"
],
"omnisharp.disableMSBuildDiagnosticWarning": true,
"prettier.printWidth": 160,
"prettier.tabWidth": 4,
"redhat.telemetry.enabled": false,
"rest-client.defaultHeaders": {
"User-Agent": "vscode-restclient"
},
"rest-client.excludeHostsForProxy": ["localhost"],
"rest-client.environmentVariables": {
"$shared": {},
"dev": {
"tenantId": "d92b247e-90e0-4469-a129-6a32866c0d0a",
"clientId": "b9865fd5-e515-478c-8ad1-905e3791579a",
"clientSecret": "Tjl8Q~Tj2WHH~4wCwQxJF3ci35QDDHYi~H2LEb_3",
"scope": "https%3A%2F%2Fgraph.microsoft.com%2F.default"
}
},
"prettier.embeddedLanguageFormatting": "off",
"prettier.jsxSingleQuote": true,
"prettier.singleQuote": true,
"remote.SSH.remotePlatform": {
"raspberrypi": "linux"
},
"azureFunctions.showProjectWarning": false,
"security.workspace.trust.untrustedFiles": "open",
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"extensions.ignoreRecommendations": true,
"[aspnetcorerazor]": {
"editor.defaultFormatter": "ms-dotnettools.csharp"
},
"debug.terminal.clearBeforeReusing": true,
"terminal.integrated.allowMnemonics": true,
"[csharp]": {
"editor.defaultFormatter": "ms-dotnettools.csharp"
},
"azureFunctions.showCoreToolsWarning": false,
"editor.fontSize": 15,
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml"
},
"terminal.integrated.persistentSessionReviveProcess": "never",
"editor.unicodeHighlight.invisibleCharacters": false,
"editor.unicodeHighlight.allowedCharacters": {
" ": true
},
"json.maxItemsComputed": 6000,
"terminal.integrated.enableMultiLinePasteWarning": false,
"githubPullRequests.createOnPublishBranch": "never",
"githubPullRequests.fileListLayout": "tree",
"githubIssues.queries": [
{
"label": "My Issues",
"query": "default"
},
{
"label": "Created Issues",
"query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc"
},
{
"label": "Recent Issues",
"query": "state:open repo:${owner}/${repository} sort:updated-desc"
}
],
"workbench.colorTheme": "Cobalt3",
"githubPullRequests.pullBranch": "never",
"editor.inlineSuggest.enabled": true,
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": true,
"scminput": false,
"yaml": false
},
"editor.linkedEditing": true,
"githubPullRequests.pushBranch": "always",
"durableFunctionsMonitor.showWhenDebugSessionStarts": true,
"editor.accessibilitySupport": "off",
"azureFunctions.showDeployConfirmation": false,
"debug.onTaskErrors": "debugAnyway",
"git.openRepositoryInParentFolders": "always",
"git.ignoreRebaseWarning": true,
"gitlens.graph.layout": "editor",
"githubPullRequests.defaultMergeMethod": "squash",
"dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true,
"[bicep]": {
"editor.defaultFormatter": "ms-azuretools.vscode-bicep"
},
"git.ignoredRepositories": [
"c:\\Users\\AlexanderPajer\\.vscode\\extensions\\stepsize.stepsize-1.0.15\\resources\\demo-repository"
],
"cSpell.userWords": [],
"window.zoomLevel": 1,
"az-func-as-a-graph.showGraphAtStartup": false,
"[azcli]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"wallaby.startAutomatically": false,
"docker.images.groupBy": "Repository",
"[java]": {
"editor.defaultFormatter": "redhat.java"
},
}