Skip to content

Commit

Permalink
update deprecated vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
metablaster committed Mar 2, 2024
1 parent 7ac8f24 commit da01894
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 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": 515,
"column": 1,
"label": ""
},
{
"line": 556,
"line": 567,
"column": 1,
"label": ""
},
{
"line": 587,
"line": 599,
"column": 1,
"label": ""
},
{
"line": 854,
"line": 865,
"column": 1,
"label": ""
}
Expand Down
8 changes: 6 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@
"editor.defaultFormatter": "redhat.vscode-yaml"
},
// VSCode: audio cues
"audioCues.lineHasError": "off",
"audioCues.lineHasWarning": "off",
"accessibility.signals.lineHasError": {
"sound": "off"
},
"accessibility.signals.lineHasWarning": {
"sound": "off"
},
// VSCode: diffeditor
"diffEditor.ignoreTrimWhitespace": false,
// NOTE: "inherit" does not work for all file formats
Expand Down

0 comments on commit da01894

Please sign in to comment.