docs(scripting): Monaco script-editor guide + refresh Scripts page banner
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
else
|
||||
{
|
||||
<section class="panel notice rise" style="animation-delay:.02s">
|
||||
Scripts are fleet-wide expression compilations referenced by virtual tags and scripted
|
||||
alarms. The default language is C#; expansion of the editor (Monaco syntax, dependency
|
||||
introspection) lands in Phase D.2.
|
||||
Scripts are fleet-wide C# expression compilations referenced by virtual tags and scripted
|
||||
alarms. The editor provides Roslyn-backed IntelliSense — completions, diagnostics, hover,
|
||||
and tag-path suggestions for <code>ctx.GetTag</code> / <code>ctx.SetVirtualTag</code> literals.
|
||||
</section>
|
||||
|
||||
<section class="panel rise mt-3" style="animation-delay:.08s">
|
||||
|
||||
Reference in New Issue
Block a user