Restructured loading of editor modes; changed LSP config loading

This commit is contained in:
2025-07-06 15:05:12 -05:00
parent 27c4cda01a
commit 9e01628ffb
9 changed files with 64 additions and 44 deletions

View File

@@ -19,9 +19,9 @@
<div class="row">
<div class="col">
<textarea #lspConfigText class="form-control form-control-sm lsp-config-text" placeholder="LSP Config..."> </textarea>
<code-view #editorComponent [mode]="'standalone'" class="lsp-config-text"></code-view>
</div>
</div>
</div>
</div>