Is it possible to pass arguments to a task in Visual Studio Code

前端 未结 3 1279
臣服心动
臣服心动 2020-12-25 11:39

Here\'s an example of my tasks.json:

{
  \"version\": \"0.1.0\",
  \"tasks\": [
    {
      \"taskName\": \"test\",
      \"suppressTaskName\":          


        
3条回答
  •  無奈伤痛
    2020-12-25 11:52

    Regarding Input variables, VSCode 1.43 (Feb. 2020) adds a new feature:

    promptString Password Input

    The "promptString" "input" type can have "password": true, which will cause the quick input that shows to obscure the typed content like a password.

提交回复
热议问题