Code Monkey home page Code Monkey logo

vscode-jsonresume's People

Contributors

evanplaice avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vscode-jsonresume's Issues

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet.
We recommend using:

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please click the 'fix repo' button on account.greenkeeper.io.

Archive Project?

It looks like this project can be archived?

What this extension would do, is literally just a setting in Visual Studio Code.
If you're adamant on helping users configure it, I think describing the setting in the documentation would be better.

That'd also provide a standardized solution that helps users be more productive with the editor, rather than a special one-off solution just for JSON Resume.

image

"json.schemas": [
  {
    "fileMatch": [
      "resume.json",
      "*.resume.json"
    ],
    "url": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json"
  }
]

Visual Studio Code also documents that one can use JSON Schema Store (on GitHub) to fetch JSON schemas to use in the $schema property. JSON Schema Store includes an entry for JSON Resume in its catalog.

The JSON support shipped with VS Code supports JSON Schema Draft 7.

Servers like JSON Schema Store provide schemas for most of the common JSON-based configuration files.
- https://code.visualstudio.com/Docs/languages/json#_json-schemas-and-settings

image

The only difference is that this project matches **/*resume.json and **/*.resume.json.
Schema Store currently only matches resume.json.

I've made a PR there to match the same files as this repository, plus the .yaml and .yml extensions, as they're supported by resume-cli.


The most popular YAML extension (redhat-developer/vscode-yaml) (third-party) automatically fetches JSON Schemas from JSON Schema Store and validates against it.

The JSON extension (built-in) doesn't do this yet. However, all example resumes and resume-cli set the $schema property by default, and getting IntelliSense enabled can otherwise be configured easily by users, and documented on the website if desirable.

The same support for JSON files will hopefully come eventually, an issue is being tracked for it here:

When that's done, matching the JSON files will become default behavior of Visual Studio Code.


Overall, I think it'd be better to archive this repository and update the top of the README with instructions on how they could configure it themselves. (shown at the start of this issue)
It could also be nice to include a link to the issue on microsoft/vscode just to get it some more attention.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.