Skip to content

Commit

Permalink
Add preferences to auto-detect git repos in parent dirs.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
  • Loading branch information
tsmaeder committed May 7, 2024
1 parent c97ea0d commit 3300830
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ errorShots
examples/*/src-gen
examples/*/gen-webpack.config.js
examples/*/gen-webpack.node.config.js
examples/*/.theia
examples/*/.vscode
examples/*/.test
.browser_modules
**/docs/api
Expand Down
2 changes: 1 addition & 1 deletion .theia/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"editor.insertSpaces": true,
"[typescript]": {
"editor.tabSize": 4
Expand Down
4 changes: 0 additions & 4 deletions examples/api-tests/test-ts-workspace/.theia/settings.json

This file was deleted.

7 changes: 7 additions & 0 deletions examples/browser/.theia/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"files.autoSave": "afterDelay",
"workbench.editor.closeOnFileDelete": true,
"git.autoRepositoryDetection": true,
"git.openRepositoryInParentFolders": "always"
}

3 changes: 3 additions & 0 deletions examples/browser/.theia/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"tasks": []
}

0 comments on commit 3300830

Please sign in to comment.