Commit b0c9242 1 parent f6bb794 commit b0c9242 Copy full SHA for b0c9242
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
// Place your settings in this file to overwrite default and user settings.
2
2
{
3
- "json.schemas" : [
3
+ "json.schemas" :[
4
4
{
5
- "fileMatch" : [
6
- " /**/swagger /*.json"
5
+ "fileMatch" :[
6
+ " /**/specification /*.json"
7
7
],
8
- "url" : " https://raw.githubusercontent.com/Azure/autorest/master/schema/swagger-extensions.json"
8
+ "url" :" https://raw.githubusercontent.com/Azure/autorest/master/schema/swagger-extensions.json"
9
9
},
10
10
{
11
- "fileMatch" : [
11
+ "fileMatch" :[
12
12
" /**/examples/*.json"
13
13
],
14
- "url" : " https://raw.githubusercontent.com/Azure/autorest/master/schema/example-schema.json"
14
+ "url" :" https://raw.githubusercontent.com/Azure/autorest/master/schema/example-schema.json"
15
15
},
16
16
{
17
- "fileMatch" : [
17
+ "fileMatch" :[
18
18
" /**/composite*.json"
19
19
],
20
- "url" : " https://raw.githubusercontent.com/Azure/autorest/master/schema/composite-swagger.json"
20
+ "url" :" https://raw.githubusercontent.com/Azure/autorest/master/schema/composite-swagger.json"
21
21
}
22
22
]
23
23
}
You can’t perform that action at this time.
0 commit comments