Archived
1
0

vscode: Show notification when upgrade is available

And link to the release notes.
This commit is contained in:
Anmol Sethi
2020-11-23 21:06:45 -05:00
parent bb26d2edd3
commit fb63c0cd22
2 changed files with 52 additions and 4 deletions

View File

@ -7,7 +7,7 @@ export const router = Router()
const provider = new UpdateProvider()
router.get("/", ensureAuthenticated, async (req, res) => {
router.get("/check", ensureAuthenticated, async (req, res) => {
const update = await provider.getUpdate(req.query.force === "true")
res.json({
checked: update.checked,