lostintangent / codeswing

VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
https://aka.ms/codeswing
MIT License
977 stars 46 forks source link

Invalid schema.json urls #72

Closed theimpostor closed 8 months ago

theimpostor commented 1 year ago

While opening codeswing.json I see vscode report the following problem: Unable to parse content from 'https://gist.githubusercontent.com/lostintangent/21727eab0d79c7b9fd0dde92df7b1f50/raw/schema.json': Parse error at offset 3.. Looks like the gist url returns 404. In fact both schema urls mentioned in package.json appear to be invalid:

    "jsonValidation": [
      {
        "fileMatch": "codeswing.json",
        "url": "https://gist.githubusercontent.com/lostintangent/21727eab0d79c7b9fd0dde92df7b1f50/raw/schema.json"
      },
      {
        "fileMatch": "gallery.json",
        "url": "https://gist.githubusercontent.com/lostintangent/091c0eec1f6443b526566d1cd3a85294/raw/schema.json"
      }
    ],
lostintangent commented 8 months ago

Closing as a duplicate of #57