Skip to content

Commit baea3b9

Browse files
committed
VSCode workspace updates
1 parent 1936c26 commit baea3b9

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,6 @@
3030
"clear": true
3131
},
3232
"problemMatcher": []
33-
},
34-
{
35-
"type": "typespec",
36-
"path": "d:/Repos/pschaeflein/graph-community-metadata/src/main.tsp",
37-
"args": "--watch",
38-
"problemMatcher": {
39-
"owner": "tsp",
40-
"fileLocation": "absolute",
41-
"source": "typespec",
42-
"pattern": {
43-
"regexp": "^..\\/(.*.tsp):(\\d+):(\\d+) - (warning|error) (.*)$",
44-
"file": 1,
45-
"line": 2,
46-
"column": 3,
47-
"severity": 4,
48-
"message": 5
49-
},
50-
"background": {
51-
"activeOnStart": true
52-
}
53-
},
54-
"runOptions": {
55-
"runOn": "folderOpen"
56-
},
57-
"isBackground": true,
58-
"label": "tsp: watch - main.tsp"
5933
}
6034
]
6135
}

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</head>
1717

1818
<body>
19-
<redoc spec-url='./openapi.json' path-in-middle-panel="true" sort-tags-alphabetically="true"
20-
theme='{ "sidebar": { "textColor":"#000000" }, "typography": { "fontSize":"16px", "headings": { "fontWeight": 700 } } }'>
19+
<redoc spec-url='./openapi.json' path-in-middle-panel="true" sort-operations-alphabetically="true" sort-tags-alphabetically="true"
20+
theme='{ "sidebar": { "textColor":"#000000", "width":"350px" }, "typography": { "fontSize":"16px", "headings": { "fontWeight": 700 } } }'>
2121
</redoc>
2222
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"> </script>
2323
</body>

0 commit comments

Comments
 (0)