Configuration Editor

{settingsState.configFilePath}
{#if showSettings}
{/if}
{#if localError || settingsState.configEditorError}

{localError || settingsState.configEditorError}

{/if}
{#if showLineNumbers}
{#each lines as _, i}
{i + 1}
{/each}
{/if}
{@html highlightedCode}
{#if showStatusBar}
Ln {cursorLine} Col {cursorCol}
{/if} Ctrl+S save