From c713f4cd681e186159f35c82541752725f314d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E7=AB=B9?= Date: Sat, 14 Aug 2021 18:03:00 +0800 Subject: [PATCH] chore: remove gitRevision --- typedoc.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/typedoc.json b/typedoc.json index 599fb234..d98059b3 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,8 +1,6 @@ { "name": "VS Code API", "readme": "./README.md", - "gitRemote": "origin", - "gitRevision": "main", "sort": ["source-order"], "entryPoints": ["./vscode.d.ts"], "out": "docs"