Skip to content

Commit 777b0a1

Browse files
committed
feat(vscode): disable additionalProperties for vueCompilerOptions
1 parent 58a8202 commit 777b0a1

File tree

3 files changed

+1
-104
lines changed

3 files changed

+1
-104
lines changed

extensions/vscode/package.json

-24
Original file line numberDiff line numberDiff line change
@@ -59,30 +59,6 @@
5959
{
6060
"fileMatch": "jsconfig.*.json",
6161
"url": "./dist/schemas/vue-tsconfig.schema.json"
62-
},
63-
{
64-
"fileMatch": "tsconfig.json",
65-
"url": "./dist/schemas/vue-tsconfig.deprecated.schema.json"
66-
},
67-
{
68-
"fileMatch": "tsconfig-*.json",
69-
"url": "./dist/schemas/vue-tsconfig.deprecated.schema.json"
70-
},
71-
{
72-
"fileMatch": "tsconfig.*.json",
73-
"url": "./dist/schemas/vue-tsconfig.deprecated.schema.json"
74-
},
75-
{
76-
"fileMatch": "jsconfig.json",
77-
"url": "./dist/schemas/vue-tsconfig.deprecated.schema.json"
78-
},
79-
{
80-
"fileMatch": "jsconfig-*.json",
81-
"url": "./dist/schemas/vue-tsconfig.deprecated.schema.json"
82-
},
83-
{
84-
"fileMatch": "jsconfig.*.json",
85-
"url": "./dist/schemas/vue-tsconfig.deprecated.schema.json"
8662
}
8763
],
8864
"languages": [

packages/language-core/schemas/vue-tsconfig.deprecated.schema.json

-80
This file was deleted.

packages/language-core/schemas/vue-tsconfig.schema.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"properties": {
33
"vueCompilerOptions": {
44
"type": "object",
5+
"additionalProperties": false,
56
"properties": {
67
"target": {
78
"default": "auto",

0 commit comments

Comments
 (0)