Skip to content

Instantly share code, notes, and snippets.

@BrunoMoraes-Z
Last active December 20, 2024 14:51
Show Gist options
  • Save BrunoMoraes-Z/f067157381d52f8808feb4a3912ab7c9 to your computer and use it in GitHub Desktop.
Save BrunoMoraes-Z/f067157381d52f8808feb4a3912ab7c9 to your computer and use it in GitHub Desktop.
robotcode_config
{
"robotcode.robot.variables": {
"EXECDIR": "${workspaceFolder}",
"ROOT": "${workspaceFolder}"
},
"robotcode.robot.outputDir": "${workspaceFolder}/results",
"robotcode.debug.attachPython": true,
"robotcode.analysis.findUnusedReferences": true,
"robotcode.analysis.progressMode": "simple",
"robotcode.analysis.diagnosticMode": "workspace",
"robotcode.robot.args": [
"--report",
"NONE",
"--xunit",
"outputxunit.xml",
"--skipteardownonexit",
"--tagstatexclude",
"*",
"--loglevel",
"TRACE"
],
"robotcode.analysis.diagnosticModifiers.ignore": [
"PossibleCircularImport",
"discover"
]
}
{
"editor.semanticTokenColorCustomizations": {
"[Dracula Theme]": {
"rules": {
"namespace:robotframework": {
"foreground": "#8BE9FD"
},
"headerSettings:robotframework": {
"foreground": "#8BE9FD"
},
"headerVariable:robotframework": {
"foreground": "#8BE9FD"
},
"headerTestcase:robotframework": {
"foreground": "#8BE9FD"
},
"headerKeyword:robotframework": {
"foreground": "#8BE9FD"
},
"headerTask:robotframework": {
"foreground": "#8BE9FD"
},
"keywordCall:robotframework": {
"foreground": "#8BE9FD"
},
"controlFlow": {
"foreground": "#FFB86C",
"fontStyle": "italic"
}
}
},
"rules": {
"namespace": {
"fontStyle": "italic"
},
"headerSettings:robotframework": {
"fontStyle": ""
},
"headerVariable:robotframework": {
"fontStyle": ""
},
"headerTestcase:robotframework": {
"fontStyle": ""
},
"headerKeyword:robotframework": {
"fontStyle": ""
},
"headerTask:robotframework": {
"fontStyle": ""
},
"keywordCall:robotframework": {
"fontStyle": ""
},
"testcaseName:robotframework": {
"fontStyle": ""
},
"keywordName:robotframework": {
"fontStyle": ""
},
"taskName:robotframework": {
"fontStyle": ""
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment