Skip to content

Commit

Permalink
feat(.vscode): update settings.json
Browse files Browse the repository at this point in the history
- change schema url
  • Loading branch information
abgox committed Jul 6, 2024
1 parent 936b0d8 commit 8f7b626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"json.schemas": [
{
"url": "https://abgox.github.io/schema/PSCompletions/config.json",
"url": "https://abgox.github.io/schema/PSCompletions/zh-CN/config-min.json",
"fileMatch": [
"completions/**/config.json"
]
},
{
"url": "https://abgox.github.io/schema/PSCompletions/completion.json",
"url": "https://abgox.github.io/schema/PSCompletions/zh-CN/completion-min.json",
"fileMatch": [
"completions/**/language/*.json"
]
},
{
"url": "https://abgox.github.io/schema/PSCompletions/completions.json",
"url": "https://abgox.github.io/schema/PSCompletions/zh-CN/completions-min.json",
"fileMatch": [
"completions.json"
]
Expand Down

0 comments on commit 8f7b626

Please sign in to comment.