Create/Configure language service for C# service implementation #719
Labels
kind/analysis
Used when an issue needs to be analysed before it becomes a user story.
solution/studio/designer
Issues related to the Altinn Studio Designer solution.
Functional architect/designer: @-mention
Technical architect: @TheTechArch @nkylstad
Description
We need to create (or configure) a language server for C# that can be used by the Monaco Editor in Altinn Studio. Monaco will use Monaco Language Client to call this server. This is done in #317
There exist open source project for the Language Service Protocool and for a Roslyn language server.
The most relevant project is Omnisharp Roslyn. According to this thread and this pull request it should now support LSP. (at least limited)
I have asked questions to see if the team can give feedback if this product is feasable or not.
Technical considerations
The server need to have access to local repo in the cloud.
Acceptance criterea
Tasks
The text was updated successfully, but these errors were encountered: