Updated to SDK 6.4.2 and I'm now getting the warning: "No supported languages are defined."

Language is set to English:

        <!--
            Use "Monkey C: Edit Languages" from the Visual Studio Code command
            palette to edit your compatible language list.
        -->
        <iq:languages>
            <iq:language>eng</iq:language>
        </iq:languages>
Example error:
WARNING: descentmk2: No supported languages are defined. Language-specific resources will be ignored unless language support is added to the manifest file.
BUILD SUCCESSFUL
* Terminal will be reused by tasks, press any key to close it.
A minor thing but annoying. 
I've even added a resources-eng folder.
Paul
  • Not anything new, as this message has appeared for a bunch of SDKs for a long time.

    If you only support english (for example), in VSC. open the command palette, and then "Monkey C: Edit Languages" and turn on english.  

    You'll no longer see the message

  • Not anything new, as this message has appeared for a bunch of SDKs for a long time.

    If you only support english (for example), in VSC. open the command palette, and then "Monkey C: Edit Languages" and turn on english.  

    You'll no longer see the message

    Did you read the post you are replying to?

    Language is set to English:

            <!--
                Use "Monkey C: Edit Languages" from the Visual Studio Code command
                palette to edit your compatible language list.
            -->
            <iq:languages>
                <iq:language>eng</iq:language>
            </iq:languages>
  • I can't reproduce this on either Windows or macOS. Do you have a minimal project to reproduce this bug that you can upload somewhere or post here (as a ZIP file)?

  • Scratch that, I'd not set a language. :(

    I created a brand new project (from within VisualStudio and it as the same issue.

    I have uploaded it as a ZIP to Dropbox: Test Project on Dropbox

  • Scratch that, I'd not set a language. :(

    In that case it's just as jim_m_58 said.

    I created a brand new project (from within VisualStudio and it as the same issue.

    Ofc that's because new projects don't have any languages set by default.