File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ![ icon] ( vscode/icon.png )
2-
3- # Django Template LSP server
1+ <p align =" center " >
2+ <img src="https://raw.githubusercontent.com/django-template-lsp/vscode/logo.png" alt="Logo" width="128">
3+ </p >
4+ <h1 align =" center " >Django Template LSP server</h1 >
45
56The Django Template LSP server enhances your Django development
67experience with powerful features for navigating and editing template files.
@@ -123,7 +124,7 @@ To use the Django template LSP with VSCode read the following [readme](vscode/RE
123124
124125## Development
125126
126- For local development, using [ Helix] ( https://helix-editor.com ) is the easiest approach.
127+ For local development, using [ Helix] ( https://helix-editor.com ) is the easiest approach.
127128The configuration for using the source Django template language server, with logging enabled, is already set up.
128129
129130To start the Helix editor with the environment activated and the correct workspace loaded, run:
@@ -157,4 +158,3 @@ require("lspconfig").djlsp.setup({
157158 cmd = { " /path/to/django-template-lsp/.venv/bin/djlsp" , " --enable-log" },
158159})
159160```
160-
You can’t perform that action at this time.
0 commit comments