Skip to content

Commit

Permalink
update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
metablaster committed May 13, 2024
1 parent 94aab99 commit ef7c66b
Show file tree
Hide file tree
Showing 3 changed files with 14 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": 626,
"line": 634,
"column": 1,
"label": ""
},
{
"line": 679,
"line": 687,
"column": 1,
"label": ""
},
{
"line": 711,
"line": 719,
"column": 1,
"label": ""
},
{
"line": 977,
"line": 985,
"column": 1,
"label": ""
}
Expand Down
2 changes: 1 addition & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
//"globRoot": "${workspaceFolder}",
"ignorePaths": [
"/.git",
"!/.vscode",
"/Logs",
"/Test/Ruleset.Utility/Encoding",
"/Config/cSpell/foul/foul.dic",
Expand Down Expand Up @@ -71,7 +72,6 @@
"Behaviour",
"bigendianutf",
"CONTOSO",
"devdict",
"dmcertinst",
"FilterRTID",
"informations",
Expand Down
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,13 @@
"scope": "user",
"addWords": true
},
"dic.linuxdev": {
"name": "linuxdev",
"path": "~/dev/GitHub/devdict/Development/linuxdev.dic",
"description": "Dictionary of software development terms or symbols specific to Linux",
"scope": "user",
"addWords": true
},
"dic.powershell": {
"name": "powershell",
"path": "~/dev/GitHub/devdict/Development/powershell.dic",
Expand Down Expand Up @@ -397,6 +404,7 @@
"cpp": false,
"development": true,
"extensions": true,
"linuxdev": false,
"powershell": true,
"windowsdev": true,
"networking": true,
Expand Down Expand Up @@ -698,7 +706,7 @@
"sortLines.sortEntireFile": true,
// Extension: Todo Tree
// NOTE: For markdown settings https://github.com/Gruntfuggly/todo-tree#markdown-support
"todo-tree.filtering.includeHiddenFiles": false,
"todo-tree.filtering.includeHiddenFiles": true,
"todo-tree.filtering.useBuiltInExcludes": "file and search excludes",
"todo-tree.general.debug": false,
"todo-tree.general.revealBehaviour": "start of todo",
Expand Down

0 comments on commit ef7c66b

Please sign in to comment.