Skip to content

Add Sublime Text setup documentation #70

Open
@joshuadavidthomas

Description

@joshuadavidthomas

First draft instructions:

  1. Install the LSP client package for Sublime Text
  2. Install Djaneiro package -- there may be another way, but as a non-Sublime user this seemed like the easiest way to get an htmldjango filetype
  3. Add the following settings to the LSP settings
{
	"clients": {
    	"djls": {
    		"enabled": true,
      		"command": [
        		"djls",
        		"serve"
      		],
      		"selector": "text.html.django",
    	},
	},
}

Of course, this is pending #69 -- Sublime uses subprocess to launch the server, so it won't work currently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions