docs: Better wording for terminal.working_directory setting (#43388)
Initially this was just going to be a minor docs fix, but then I wondered if we could improve the copy in the editor as well. Release Notes: - N/A
This commit is contained in:
@@ -4071,7 +4071,7 @@ Example command to set the title: `echo -e "\e]2;New Title\007";`
|
||||
|
||||
**Options**
|
||||
|
||||
1. Use the current file's project directory. Will Fallback to the first project directory strategy if unsuccessful
|
||||
1. Use the current file's project directory. Fallback to the first project directory strategy if unsuccessful.
|
||||
|
||||
```json [settings]
|
||||
{
|
||||
@@ -4081,7 +4081,7 @@ Example command to set the title: `echo -e "\e]2;New Title\007";`
|
||||
}
|
||||
```
|
||||
|
||||
2. Use the first project in this workspace's directory. Will fallback to using this platform's home directory.
|
||||
2. Use the first project in this workspace's directory. Fallback to using this platform's home directory.
|
||||
|
||||
```json [settings]
|
||||
{
|
||||
@@ -4091,7 +4091,7 @@ Example command to set the title: `echo -e "\e]2;New Title\007";`
|
||||
}
|
||||
```
|
||||
|
||||
3. Always use this platform's home directory (if we can find it)
|
||||
3. Always use this platform's home directory if it can be found.
|
||||
|
||||
```json [settings]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user