Skip to content

vscode json generation #1072

@thestumbler

Description

@thestumbler

I noticed a few quirks with the VSCode JSON files generated in the .vscode directory using the build build -m ::vscode command as described here.

(1) Using these JSON scripts, VSCode reports a deprecated entry:

WAS:   "runToMain": true
IS:    "runToEntryPoint": "main"

(2) The script generating these JSON files is generating them as JSONC (JSON with comments). Looks like VSCode doesn't have any problem reading it, but my editor NEOVIM was a sea of bright red denoting the JSON "errors"

(3) Documentation search oddness... if you search for VSCODE, there are two results. But if you search for "VISUAL STUDIO CODE", only one result (the page about using VSCode along with WSL2 is missing).

VSCode isn't something I'll use very often, but the debugger integration is very good. Much better than I expected.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions