-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-data-studio-machine.json
46 lines (46 loc) · 1.5 KB
/
azure-data-studio-machine.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
{
"workbench.startupEditor": "none",
"workbench.enablePreviewFeatures": true,
"workbench.colorTheme": "Default Dark Azure Data Studio",
"workbench.editor.enablePreview": false,
"workbench.editor.restoreViewState": false,
"workbench.editorAssociations": {
"*.{sqlplan}": "workbench.editor.executionplan"
},
"update.mode": "none",
"update.showReleaseNotes": false,
"editor.fontSize": 13,
"editor.tabSize": 2,
"editor.codeLens": false,
"editor.renderWhitespace": "none",
"breadcrumbs.enabled": false,
"telemetry.telemetryLevel": "off",
"security.workspace.trust.enabled": false,
"security.workspace.trust.emptyWindow": false,
"security.workspace.trust.banner": "never",
"extensions.autoCheckUpdates": false,
"git.openRepositoryInParentFolders": "always",
"git.confirmSync": false,
"git.enableSmartCommit": true,
"queryEditor.results.showCopyCompletedNotification": false,
"mssql.format.datatypeCasing": "lowercase",
"mssql.format.keywordCasing": "lowercase",
"mssql.intelliSense.lowerCaseSuggestions": true,
"mssql.query.displayBitAsNumber": false,
"task.quickOpen.history": 0,
"search.quickOpen.includeHistory": false,
"search.exclude": {
"**/node_modules": true,
"**/bin": true,
"**/obj": true
},
"notebookExplorerSearch.quickOpen.includeHistory": false,
"explorer.compactFolders": false,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/node_modules": true,
"**/bin": true,
"**/obj": true
}
}