Skip to content

requests.rs : remplace usage of CSSlsrs' store by WEBlsp own store #1

@goulvenclech

Description

@goulvenclech

See fn get_language_id( in request.rs, used to dispatch the request to the appropriate language handler based on the current document's language id.

For now, we use CSSlsrs' store, because we only support CSS. So I can just retrieve the document from this store from its URI. Soon, WEBlsp will support multiple languages, and have its own store. The document will be retrieved from this store instead, and the stores for each language will be created with LANGlsrs::new_with_store() instead of LANGlsrs::new().

Metadata

Metadata

Assignees

Labels

P2 - highBugs that violates the documented behavior.enhancementNew feature aheadhelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions