irules/.vscode/settings.json

9 lines
266 B
JSON

{
"dotnetCoreExplorer.logpanel": true,
"dotnetCoreExplorer.searchpatterns": "test/**/bin/**/*.{dll,exe}",
"terminal.integrated.fontFamily": "monospace, fixed",
"terminal.integrated.fontWeight": "normal",
"cSpell.words": [
"irules"
]
}