Skip to content

Commit

Permalink
feat(vscode): disable additionalProperties for vueCompilerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Mar 19, 2024
1 parent 58a8202 commit 777b0a1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 104 deletions.
24 changes: 0 additions & 24 deletions extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,30 +59,6 @@
{
"fileMatch": "jsconfig.*.json",
"url": "./dist/schemas/vue-tsconfig.schema.json"
},
{
"fileMatch": "tsconfig.json",
"url": "./dist/schemas/vue-tsconfig.deprecated.schema.json"
},
{
"fileMatch": "tsconfig-*.json",
"url": "./dist/schemas/vue-tsconfig.deprecated.schema.json"
},
{
"fileMatch": "tsconfig.*.json",
"url": "./dist/schemas/vue-tsconfig.deprecated.schema.json"
},
{
"fileMatch": "jsconfig.json",
"url": "./dist/schemas/vue-tsconfig.deprecated.schema.json"
},
{
"fileMatch": "jsconfig-*.json",
"url": "./dist/schemas/vue-tsconfig.deprecated.schema.json"
},
{
"fileMatch": "jsconfig.*.json",
"url": "./dist/schemas/vue-tsconfig.deprecated.schema.json"
}
],
"languages": [
Expand Down
80 changes: 0 additions & 80 deletions packages/language-core/schemas/vue-tsconfig.deprecated.schema.json

This file was deleted.

1 change: 1 addition & 0 deletions packages/language-core/schemas/vue-tsconfig.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"properties": {
"vueCompilerOptions": {
"type": "object",
"additionalProperties": false,
"properties": {
"target": {
"default": "auto",
Expand Down

0 comments on commit 777b0a1

Please sign in to comment.