Skip to content

Commit

Permalink
Remove git Theia extension from examples
Browse files Browse the repository at this point in the history
related to #12745
  • Loading branch information
JonasHelming committed Jan 16, 2024
1 parent b25357f commit 287ff1c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 14 deletions.
3 changes: 1 addition & 2 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@theia/file-search": "1.45.0",
"@theia/filesystem": "1.45.0",
"@theia/getting-started": "1.45.0",
"@theia/git": "1.45.0",
"@theia/keymaps": "1.45.0",
"@theia/markers": "1.45.0",
"@theia/memory-inspector": "1.45.0",
Expand Down Expand Up @@ -90,4 +89,4 @@
"devDependencies": {
"@theia/cli": "1.45.0"
}
}
}
5 changes: 1 addition & 4 deletions examples/browser/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../configs/base.tsconfig",
"include": [ ],
"include": [],
"compilerOptions": {
"composite": true
},
Expand Down Expand Up @@ -38,9 +38,6 @@
{
"path": "../../packages/getting-started"
},
{
"path": "../../packages/git"
},
{
"path": "../../packages/keymaps"
},
Expand Down
3 changes: 1 addition & 2 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@theia/file-search": "1.45.0",
"@theia/filesystem": "1.45.0",
"@theia/getting-started": "1.45.0",
"@theia/git": "1.45.0",
"@theia/keymaps": "1.45.0",
"@theia/markers": "1.45.0",
"@theia/memory-inspector": "1.45.0",
Expand Down Expand Up @@ -85,4 +84,4 @@
"@theia/cli": "1.45.0",
"electron": "^23.2.4"
}
}
}
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
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,9 @@
"theiaPluginsExcludeIds": [
"ms-vscode.js-debug-companion",
"vscode.extension-editing",
"vscode.git",
"vscode.git-base",
"vscode.github",
"vscode.github-authentication",
"vscode.microsoft-authentication",
"ms-vscode.references-view"
]
}
}

0 comments on commit 287ff1c

Please sign in to comment.