mirror of
https://github.com/fourdigits/django-template-lsp.git
synced 2025-12-23 12:26:50 +00:00
| .. | ||
| client | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .vscodeignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| RELEASE.md | ||
| tsconfig.json | ||
Django Template LSP vscode extension
This extension provides Django Template Language completions for Visual Studio Code.
Usage
Make sure you have installed the python django-template-lsp package on your system. You can install it using pipx:
pipx install django-template-lsp
Then, install the djlsp extension from the Visual Studio Code marketplace.
Settings
Within the settings.json file, you can configure the following settings:
djangoTemplateLsp.djlspPath: Path to thedjlspexecutable. When empty it will look for djlsp in your ~/.local/ directory Default: ``djangoTemplateLsp.dockerComposeFile: Docker Compose file name. Default:docker-compose.ymldjangoTemplateLsp.dockerServiceName: Docker service name. Default:djangodjangoTemplateLsp.djangoSettingsModule: Django settings module. Default: ``djangoTemplateLsp.enableLogging: Enable logging. Default:false