Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Pasero <benjpas@microsoft.com>2020-10-06 09:54:30 +0300
committerBenjamin Pasero <benjpas@microsoft.com>2020-10-06 09:54:30 +0300
commitc6b7be39afb1651d03a85d14bdc67affe7f74591 (patch)
treed42aba730b8b95488729e65bd13784f39aa70f93 /src/typings
parenta5f5df6155fb555a084c0d579bcb6d1c3f782398 (diff)
typings - remove manifest json that no longer seems to be required
Diffstat (limited to 'src/typings')
-rw-r--r--src/typings/cgmanifest.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/typings/cgmanifest.json b/src/typings/cgmanifest.json
deleted file mode 100644
index 6e529a79f23..00000000000
--- a/src/typings/cgmanifest.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "registrations": [
- {
- "component": {
- "type": "git",
- "git": {
- "name": "definitelytyped",
- "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
- "commitHash": "69e3ac6bec3008271f76bbfa7cf69aa9198c4ff0"
- }
- },
- "license": "MIT"
- }
- ],
- "version": 1
-}