nyao_scalper_mt5/.vscode/settings.json

69 lines
1.4 KiB
JSON

{
"files.associations": {
"*.mq5": "mql5",
"*.mqh": "mqlh",
"*.mq4": "mql4"
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "token.error.mql",
"settings": {
"foreground": "#F44747"
}
},
{
"scope": "token.done.mql",
"settings": {
"foreground": "#029c23d3"
}
},
{
"scope": "token.warning.mql",
"settings": {
"foreground": "#ff9d00"
}
},
{
"scope": "token.info.mql",
"settings": {
"foreground": "#0861fc"
}
},
{
"scope": "token.heading.mql",
"settings": {
"foreground": "#6796E6"
}
},
{
"scope": "comment.line.double-slash.mql",
"settings": {
"foreground": "#51ff00",
"fontStyle": "italic"
}
},
{
"scope": "comment.block.mql",
"settings": {
"foreground": "#51ff00",
"fontStyle": "italic"
}
}
]
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/flutter/ephemeral": true,
"**/Flutter/ephemeral": true,
"**/.symlinks": true,
"**/.plugin_symlinks": true,
"**/*.ex4": true,
"**/*.ex5": true
},
"C_Cpp.errorSquiggles": "Disabled"
}