forked from redhat-developer/vscode-yaml
-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix/gh template #1
Draft
ssbarnea
wants to merge
222
commits into
ssbarnea:master
Choose a base branch
from
redhat-developer:fix/gh-template
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Improved documentation on schema configuration
Client side modifications for accessing schema modification api
Allow multiple matches for one yaml file with requestCustomSchema
Added a "yamlValidation" example in documentation
Proposing one other example for this. I had a few hiccups setting up as mentioned in issue #291
address issue with spacing
Update README.md
Updates the package.json and README for kedge references
remove references to kedge
Signed-off-by: Josh Pinkney <[email protected]>
Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/kpdecker/jsdiff/releases) - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@v3.4.0...v3.5.0) Signed-off-by: dependabot[bot] <[email protected]>
…/diff-3.5.0 Bump diff from 3.4.0 to 3.5.0
Signed-off-by: Yevhen Vydolob <[email protected]>
Signed-off-by: Yevhen Vydolob <[email protected]>
Signed-off-by: Josh Pinkney <[email protected]>
Fix travis to use newer version of node and typescript
release 1.5.1
This reverts commit 074f366.
Release 1.6.0
update bump version 1.7.0
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…/minimist-1.2.6 Bump minimist from 1.2.5 to 1.2.6
* Support JSON Schema versions from schemastore Signed-off-by: Yevhen Vydolob <[email protected]> * Fix test Signed-off-by: Yevhen Vydolob <[email protected]> * add tests Signed-off-by: Yevhen Vydolob <[email protected]>
This ones clickable
Alternate way to add local schema in windows
Improvements to the contributing instructions
* #725 Send startup event on LS start Signed-off-by: Yevhen Vydolob <[email protected]> * Send initialize event, along side with LS error Signed-off-by: Yevhen Vydolob <[email protected]> * Send error message on LS start error Signed-off-by: Yevhen Vydolob <[email protected]>
Signed-off-by: Yevhen Vydolob <[email protected]>
Release 1.7.0
Signed-off-by: Yevhen Vydolob <[email protected]>
Use sftp to upload vsix file
Signed-off-by: Yevhen Vydolob <[email protected]>
Signed-off-by: Yevhen Vydolob <[email protected]>
Bump version
Use sftp to upload stable vsix file
Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](caolan/async@v3.2.1...v3.2.3) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…/async-3.2.3 Bump async from 3.2.1 to 3.2.3
This should send more people to discussions and reduce the amount of SPAM we receive on the issue tracker. Based on https://github.com/ansible/ansible-lint/issues/new/choose which worked quite well.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
What issues does this PR fix or reference?
Is it tested? How?