Skip to content

Commit

Permalink
Use HTTPS URLs for schemastore.com (prettier#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhamburger authored Nov 6, 2021
1 parent e801332 commit 8a58c0a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the "prettier-vscode" extension will be documented in thi

<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->

## [9.0.1]

- Changed schemastore.com URLs to use HTTPS

## [9.0.0]

- Support for browser VS Code
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Feel free to open issues or PRs!
## Running extension

- Open this repository inside VSCode
- `yarn install`
- Debug sidebar
- `Launch Extension`
- `Run Extension`

## Running tests

Expand Down
2 changes: 1 addition & 1 deletion package-json-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"properties": {
"prettier": {
"description": "Prettier configuration",
"$ref": "http://json.schemastore.org/prettierrc"
"$ref": "https://json.schemastore.org/prettierrc"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,11 +376,11 @@
"jsonValidation": [
{
"fileMatch": ".prettierrc",
"url": "http://json.schemastore.org/prettierrc"
"url": "https://json.schemastore.org/prettierrc"
},
{
"fileMatch": ".prettierrc.json",
"url": "http://json.schemastore.org/prettierrc"
"url": "https://json.schemastore.org/prettierrc"
},
{
"fileMatch": "package.json",
Expand Down

0 comments on commit 8a58c0a

Please sign in to comment.