Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

#84 Support for language id and full file name extensions #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

#84 Support for language id and full file name extensions #85

wants to merge 1 commit into from

Conversation

gayanper
Copy link
Contributor

Some of the language server implementation extension and language id are
different. So then the specific language id must be provided. Now the
RawCommandServerDefinition.scala support excepting language id as well.

Some of the language server implementation are based on cetain file
names than the extension. Now as a fallback option if the extension
(which is more prominent approach) is not found the LSP will look for
file name mapping as well.

Signed-off-by: gayanper [email protected]

Some of the language server implementation extension and language id are
different. So then the specific language id must be provided. Now the
RawCommandServerDefinition.scala support excepting language id as well.

Some of the language server implementation are based on cetain file
names than the extension. Now as a fallback option if the extension
(which is more prominent approach) is not found the LSP will look for
file name mapping as well.

Signed-off-by: gayanper <[email protected]>
connected = true
}
})

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is probably a if (!connected) missing here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants