cheneyboon

第一步,点击设置

 

 第二步,输入shell,点击终端

 

第三步,点击Windows

 

第四步,修改代码

因为电脑原因,我的是没有一行代码的,所以直接拿了网上的代码,如果这里进去为空的朋友,可以复制我的代码进行粘贴,保存并退出即可

{
    "editor.fontSize": 16,
    "python.linting.enabledWithoutWorkspace": false,
    // 取消pylint 代码规范检查
    "python.linting.pylintEnabled": false,
    // "php.validate.executablePath": "D://phpStudy//php//php-5.2.17//php.exe"
    "php.validate.executablePath": "D://phpStudy//php//php-5.4.45//php.exe",
    // 终端在 Windows 使用的 shell 路径。使用随 Windows 一起提供的 shell (cmd、PowerShell 或 Bash on Ubuntu) 时。
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"
    }

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-01-23
  • 2022-02-17
  • 2021-11-28
  • 2021-06-05
  • 2022-12-23
  • 2021-09-10
  • 2021-10-29
猜你喜欢
  • 2021-12-05
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-18
  • 2021-12-02
相关资源
相似解决方案