From 6e4b85047b1dd4de2b9a74f86ad4dc4405b05a5d Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Tue, 9 May 2023 09:43:54 -0400 Subject: [PATCH] [TO BE REMOVED] modified example app to use builtin git [REMOVE BEFORE MERGING] modified example app to use builtin git Temporary test commit. So we can test the stub implementation in the previous commit is enough to satisfy its only user so far, vscode.git@1.72.2 . This extension will need to be in the `plugins` folder, along with its companion vscode.git-base@1.72.2, ince they are not published yet. Do not run `yarn download:plugins` after adding the git extensions, since the command might install another version along, which might interfere with the tests. Signed-off-by: Marc Dumais --- examples/browser/package.json | 1 - examples/browser/tsconfig.json | 3 --- examples/electron/package.json | 1 - examples/electron/tsconfig.json | 3 --- package.json | 2 -- 5 files changed, 10 deletions(-) diff --git a/examples/browser/package.json b/examples/browser/package.json index 60ff72f0f8ae4..5c640f957020c 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -25,7 +25,6 @@ "@theia/file-search": "1.37.0", "@theia/filesystem": "1.37.0", "@theia/getting-started": "1.37.0", - "@theia/git": "1.37.0", "@theia/keymaps": "1.37.0", "@theia/markers": "1.37.0", "@theia/memory-inspector": "1.37.0", diff --git a/examples/browser/tsconfig.json b/examples/browser/tsconfig.json index d4bcfc14426b9..c12c780ddddcd 100644 --- a/examples/browser/tsconfig.json +++ b/examples/browser/tsconfig.json @@ -38,9 +38,6 @@ { "path": "../../packages/getting-started" }, - { - "path": "../../packages/git" - }, { "path": "../../packages/keymaps" }, diff --git a/examples/electron/package.json b/examples/electron/package.json index d7c0bf4966006..9f2acac3df4f1 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -27,7 +27,6 @@ "@theia/file-search": "1.37.0", "@theia/filesystem": "1.37.0", "@theia/getting-started": "1.37.0", - "@theia/git": "1.37.0", "@theia/keymaps": "1.37.0", "@theia/markers": "1.37.0", "@theia/memory-inspector": "1.37.0", diff --git a/examples/electron/tsconfig.json b/examples/electron/tsconfig.json index a9ea549221e47..8283706bce11d 100644 --- a/examples/electron/tsconfig.json +++ b/examples/electron/tsconfig.json @@ -44,9 +44,6 @@ { "path": "../../packages/getting-started" }, - { - "path": "../../packages/git" - }, { "path": "../../packages/keymaps" }, diff --git a/package.json b/package.json index 815d4a5a77c0a..17c9178330dbd 100644 --- a/package.json +++ b/package.json @@ -107,8 +107,6 @@ "theiaPluginsExcludeIds": [ "ms-vscode.js-debug-companion", "vscode.extension-editing", - "vscode.git", - "vscode.git-base", "vscode.github", "vscode.github-authentication", "vscode.ipynb",