Skip to content

Commit

Permalink
add pathTranslationStyle to the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett committed Nov 14, 2024
1 parent a596124 commit 4591ff7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/cascadia/profiles.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3095,6 +3095,17 @@
"default": false,
"description": "When set to true, the window will have an acrylic material background. When set to false, the window will have a plain, untextured background.",
"type": "boolean"
},
"pathTranslationStyle": {
"default": "none",
"description": "Controls how file paths are transformed when they are dragged and dropped on the terminal. Possible values are \"none\", \"wsl\", \"cygwin\" and \"msys2\".",
"enum": [
"none",
"wsl",
"cygwin",
"msys2"
],
"type": "string"
}
}
},
Expand Down

0 comments on commit 4591ff7

Please sign in to comment.