Skip to content

Commit

Permalink
Remove terminal override for tree workspace (#15471)
Browse files Browse the repository at this point in the history
## Description

For some cases (ex: Terminal menu-> new) vscode prompts me for which
place I want to create a terminal when I make a new terminal in the
workspace.

As is, if I pick tree2, it puts the terminal at the repo root, and if I
pick fluid-framework it puts the terminal 3 directories above the repo
root.

With this change it behaves as expected.
  • Loading branch information
CraigMacomber authored May 5, 2023
1 parent 0cb725a commit 44bc951
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions experimental/dds/tree2/.vscode/Tree.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@
"path": ".."
}
],
"settings": {
"terminal.integrated.cwd": "../../.."
}
"settings": {}
}

0 comments on commit 44bc951

Please sign in to comment.