mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-22 20:05:02 +00:00
switch from runner to ipc and long-running sidecar process (#21)
This commit is contained in:
parent
4c10afb602
commit
235bb4419d
23 changed files with 556 additions and 281 deletions
|
@ -2,11 +2,11 @@ from __future__ import annotations
|
|||
|
||||
import json
|
||||
|
||||
from django.conf import settings
|
||||
from django.template.engine import Engine
|
||||
|
||||
|
||||
def get_django_setup_info():
|
||||
from django.conf import settings
|
||||
from django.template.engine import Engine
|
||||
|
||||
return {
|
||||
"installed_apps": list(settings.INSTALLED_APPS),
|
||||
"templatetags": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue