Skip to content

Commit 2f14747

Browse files
committed
Small cleanups
1 parent c45d04e commit 2f14747

File tree

3 files changed

+2
-125
lines changed

3 files changed

+2
-125
lines changed

package.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,27 +1811,6 @@
18111811
"when": "config.githubPullRequests.projectTasksDashboard.enabled"
18121812
}
18131813
],
1814-
"languages": [
1815-
{
1816-
"id": "json",
1817-
"aliases": [
1818-
"GitHub Tasks",
1819-
"github-tasks"
1820-
],
1821-
"extensions": [
1822-
".github-tasks"
1823-
],
1824-
"mimetypes": [
1825-
"application/json"
1826-
]
1827-
}
1828-
],
1829-
"jsonValidation": [
1830-
{
1831-
"fileMatch": "*.github-tasks",
1832-
"url": "./schemas/github-tasks.schema.json"
1833-
}
1834-
],
18351814
"viewsWelcome": [
18361815
{
18371816
"view": "github:login",

schemas/github-tasks.schema.json

Lines changed: 0 additions & 103 deletions
This file was deleted.

webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ async function getWebviewConfig(mode, env, entry) {
7575
configFile: path.join(__dirname, 'tsconfig.webviews.json'),
7676
},
7777
}),
78-
]; return {
78+
];
79+
return {
7980
name: 'webviews',
8081
entry: entry,
8182
mode: mode,

0 commit comments

Comments
 (0)