Skip to content

Commit

Permalink
[TO BE REMOVED] modified example app to use builtin git
Browse files Browse the repository at this point in the history
[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 <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed May 9, 2023
1 parent d8a40ae commit 6e4b850
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions examples/browser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
{
"path": "../../packages/getting-started"
},
{
"path": "../../packages/git"
},
{
"path": "../../packages/keymaps"
},
Expand Down
1 change: 0 additions & 1 deletion examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions examples/electron/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@
{
"path": "../../packages/getting-started"
},
{
"path": "../../packages/git"
},
{
"path": "../../packages/keymaps"
},
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6e4b850

Please sign in to comment.