Skip to content

Commit

Permalink
revisit vscode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
metablaster committed Jan 31, 2024
1 parent ea4e3ac commit 78749ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .vscode/bookmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"path": ".vscode/settings.json",
"bookmarks": [
{
"line": 504,
"line": 506,
"column": 1,
"label": ""
},
{
"line": 556,
"line": 558,
"column": 1,
"label": ""
},
{
"line": 588,
"line": 590,
"column": 1,
"label": ""
},
{
"line": 854,
"line": 858,
"column": 1,
"label": ""
}
Expand Down
10 changes: 7 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
"outline.collapseItems": "alwaysCollapse",
// VSCode: workbench
// TODO: What is a new option, needed for autogenrated files
// seems to be user only option?
"workbench.action.files.saveWithoutFormatting": [],
"workbench.colorCustomizations": {
"tab.activeBorder": "#ff0000"
Expand Down Expand Up @@ -300,17 +301,18 @@
"test": true,
"unsorted": true
},
// TODO: see if desired
"cSpell.diagnosticLevel": "Information",
"cSpell.enabled": true,
"cSpell.showAutocompleteSuggestions": true,
// CAUTION: Needs to be set in user settings
// "cSpell.showCommandsInEditorContextMenu": true,
// "cSpell.showStatus": true,
// "cSpell.showStatusAlignment": "Right",
// "cSpell.showSuggestionsLinkInEditorContextMenu": true,
"cSpell.showAutocompleteSuggestions": true,
// "cSpell.spellCheckDelayMs": 50,
"cSpell.spellCheckOnlyWorkspaceFiles": true,
"cSpell.suggestionMenuType": "quickPick",
// CAUTION: Needs to be set in uer settings
// "cSpell.spellCheckDelayMs": 50,
// Extension: Filter Line
// CAUTION: Needs to be set in user settings
// "filter-line.historySize": 20,
Expand Down Expand Up @@ -795,6 +797,8 @@
// CAUTION: Enabling this causes issues writing code according to indentation rules
"trailing-spaces.trimOnSave": false,
//Extension: XML
// NOTE: Configure telemetry if you wish in user settings
// ISSUE: https://github.com/redhat-developer/vscode-yaml/issues/564
"xml.codeLens.enabled": true,
"xml.completion.autoCloseRemovesContent": true,
"xml.completion.autoCloseTags": true,
Expand Down

0 comments on commit 78749ac

Please sign in to comment.