为什么我不能在VS代码中接受用户输入?

时间:2020-05-20 19:25:07

标签: visual-studio-code user-input

如何获取VS代码中的用户输入? 这是我的 launch.json 文件:

<ul>
  <li>Some list text which goes onto the second line. Some list text which goes onto the second line. Some list text which goes onto the second line
    <ol>
      <li>sub list text1</li>
      <li>sub list text1</li>
      <ol>
  </li>
</ul>

我还需要做什么?

1 个答案:

答案 0 :(得分:0)

设置此项。

{
    "code-runner.runInTerminal": true
}

这个问题几乎可以肯定是this的重复