> ## Documentation Index
> Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# preferences

> ワークスペースの環境設定を取得または設定する

`preferences` コマンドを使用すると、どのフォルダーを同期するかなど、ワークスペース固有の環境設定を表示および変更できます。

```bash theme={null}
dv preferences [-add <folder> | -remove <folder>]
```

現在の環境設定を表示するには：

```bash theme={null}
dv preferences
```

## -add

同期するフォルダーを選択します：

```bash theme={null}
dv preferences -add <folder_name>
```

## -remove

フォルダーの同期を停止します：

```bash theme={null}
dv preferences -remove <folder_name>
```

<Note>
  環境設定はワークスペース固有であり、同じリポジトリ内の他のワークスペースには影響しません。
</Note>
