Skip to content

No communication after initialized message, like textDocument/DidOpen, textDocument/DidChange #660

Closed Answered by cjayashantha
cjayashantha asked this question in Q&A
Discussion options

You must be logged in to vote

I missed the part registering the language...


 editorAppConfig: {
          $type: 'classic',
          codeResources: {
            main: {
              text: '',
              fileExt: LANGUAGE_EXTENSION
            }
          },
         languageDef: {
           languageExtensionConfig: {
             id: LANGUAGE_ID,
             extensions: [LANGUAGE_EXTENSION],
             aliases: [LANGUAGE_ID],
           },
         },
          useDiffEditor: false,
        }
      },


Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cjayashantha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant