Skip to content

Commit

Permalink
Update VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
n1amr committed Oct 28, 2024
1 parent 1d66551 commit 8dc7630
Showing 1 changed file with 38 additions and 43 deletions.
81 changes: 38 additions & 43 deletions config/vscode/User/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
// User Settings (All Platforms)
// Last update: 2024-08-25 11:40:43 +03:00
// Last update: 2024-10-28 08:37:31 +03:00
{
// ##################
// ### Behavior ###
// ##################

"debug.console.wordWrap": false,
"diffEditor.ignoreTrimWhitespace": true,
"diffEditor.renderSideBySide": false,
"editor.accessibilitySupport": "off",
"editor.cursorSurroundingLines": 0,
"editor.fontFamily": "DejaVu Sans Mono for Powerline", // or "Consolas",
"editor.fontSize": 14,
"editor.inlineSuggest.enabled": true,
"editor.lineNumbers": "on",
"editor.mouseWheelZoom": true,
"editor.renderWhitespace": "all",
Expand All @@ -19,9 +25,12 @@
"files.autoSaveDelay": 5000, // Not applicable when autosave: "off"
"files.eol": "auto",
"search.collapseResults": "auto",
"window.customTitleBarVisibility": "auto",
"workbench.activityBar.location": "top",
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.wrapTabs": true,
"workbench.editor.pinnedTabsOnSeparateRow": true,
"workbench.editor.wrapTabs": true,
"workbench.panel.opensMaximized": "never",
"workbench.startupEditor": "none",

// Auto Format
Expand All @@ -30,22 +39,13 @@
"files.trimTrailingWhitespace": true,
// "json.format.keepLines": false,

// Language Specific.
"[arm-template]": {
"editor.defaultFormatter": "msazurermtools.azurerm-vscode-tools"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[json]": {
"editor.indentSize": 2,
"editor.tabSize": 2,
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.indentSize": 2,
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand All @@ -56,11 +56,24 @@
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file"
},
"[json]": {
"editor.indentSize": 2,
"editor.tabSize": 2,
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.indentSize": 2,
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand All @@ -74,6 +87,11 @@
"editor.formatOnType": true
},

"markdown.showToolbar": true,
"yaml.schemas": {
"file:///Users/amralaa/.vscode/extensions/docsmsft.docs-yaml-1.0.5/dist/toc.schema.json": "/toc\\.yml/i"
},

// ===========================================================================

// ###############
Expand Down Expand Up @@ -278,13 +296,17 @@
"numpy",
"parquetjs",
"Popen",
"Proto",
"Protobuf",
"pycache",
"Renderable",
"RNSVG",
"screenshotting",
"SSTREAM",
"STREAMEXPIRY",
"Sublayer",
"sublayers",
"swiftlint",
"tqdm",
"xargs"
],
Expand Down Expand Up @@ -314,11 +336,13 @@
// ###############
// ### Other ###
// ###############
"editor.accessibilitySupport": "off",
"azure.authenticationLibrary": "MSAL",
"git.autofetch": true,
"git.mergeEditor": false, // Disable 3-way merge editor
"git.autorefresh": true,
"git.mergeEditor": false, // Disable 3-way merge editor
"keyboard.dispatch": "keyCode", // Linux fix: caps:escape not working on Ubuntu
"security.workspace.trust.untrustedFiles": "open",
"update.showReleaseNotes": false,

// ===========================================================================

Expand Down Expand Up @@ -417,33 +441,4 @@
// ===========================================================================

"__APPEND_NEW_SETTINGS_HERE__": "__APPEND_NEW_SETTINGS_HERE__",
"debug.console.wordWrap": false,
"azure.resourceFilter": [
"72f988bf-86f1-41af-91ab-2d7cd011db47/42db8b88-f5e6-40b8-9b0b-0af715701fc8",
"72f988bf-86f1-41af-91ab-2d7cd011db47/34093ecf-e969-49a6-a6a9-44c45fcdb780",
"cba545ce-21d5-4fcc-a680-d9477e5f872e/f08e8989-79d3-4847-b6ea-d5f8a08a56f2"
],
"azureResourceManagerTools.parameterFiles": {
"c:\\users\\amralaa\\source\\repos\\clarity-backend\\devops\\azure-resources\\alerts\\arm-templates\\alerts-actions.jsonc": "alerts-actions.gitignored.parameters.json"
},
"azureResourceGroups.groupBy": "resourceGroup",
"editor.inlineSuggest.enabled": true,
"update.showReleaseNotes": false,
"azure.authenticationLibrary": "MSAL",
"editor.cursorSurroundingLines": 0,
"diffEditor.renderSideBySide": false,
"security.workspace.trust.untrustedFiles": "open",
"workbench.activityBar.location": "top",
"window.customTitleBarVisibility": "auto",
"diffEditor.ignoreTrimWhitespace": true,
"yaml.schemas": {
"file:///Users/amralaa/.vscode/extensions/docsmsft.docs-yaml-1.0.5/dist/toc.schema.json": "/toc\\.yml/i"
},
"markdown.showToolbar": true,
"workbench.panel.opensMaximized": "never",
"remote.portsAttributes": {
"50586": {
"protocol": "https"
}
}
}

0 comments on commit 8dc7630

Please sign in to comment.