Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EnvironmentVariableMutatorType

A type of mutation that can be applied to an environment variable.

索引

Enumeration members(3)

Enumeration members(3)

Replace

Replace: = 1

Replace the variable's existing value.

Append

Append: = 2

Append to the end of the variable's existing value.

Prepend

Prepend: = 3

Prepend to the start of the variable's existing value.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹