update dcos

This commit is contained in:
Barrett Ruth 2025-10-04 17:48:35 -04:00
parent c627a40c0a
commit 2c0e808c8c

View file

@ -168,11 +168,19 @@ is required:
}
}
Any language is supported, provided the proper configuration. For example, to
Any language is supported provided the proper configuration. For example, to
run CSES problems with Rust:
{
platforms = {
codeforces = {
rust = {
compile = { 'rustc', '{source}', '-o', '{binary}' },
test = { 'binary' },
extension = 'rs'
}
}
}
}
*cp.Config*
@ -182,8 +190,6 @@ run CSES problems with Rust:
{snippets} (table[]) LuaSnip snippet definitions.
{debug} (boolean, default: false) Show info messages
during operation.
{scrapers} (table<string>) List of enabled scrapers.
Default: all scrapers enabled
{run_panel} (|RunPanelConfig|) Test panel behavior configuration.
{diff} (|DiffConfig|) Diff backend configuration.
{picker} (string, optional) Picker integration: "telescope",