简体   繁体   English

终端在 VS 代码中仅显示一个空的不可编辑的 cursor

[英]Terminal shows only an empty non-editable cursor in VS Code

Something has changed in my VS code that doesn't allow me to type in my Terminal.我的 VS 代码发生了一些变化,不允许我在终端中输入。 I'm sure it's a config issue but not sure where to look.我确定这是一个配置问题,但不知道在哪里看。 This is what I see:这就是我所看到的: 在此处输入图像描述

I tried changing my Python version or shell showing on the terminal but no luck.我尝试更改终端上显示的 Python 版本或 shell 但没有运气。 How can I fix this?我怎样才能解决这个问题?

I had the same problem when learning some PHP.我在学习一些 PHP 时遇到了同样的问题。 After clicking on every option modifier available, I found that in the bottom Status Bar, there was a "Normal" view on the left.单击每个可用的选项修饰符后,我发现在底部状态栏中,左侧有一个“普通”视图。

Right-clicked, and selected "Hide Normal" and the cursor and my ability to write code came back enter image description here右键单击,然后选择“隐藏正常”和 cursor 和我编写代码的能力回来了在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 创建一个仅显示(不可编辑)Django 管理字段 - Creating a display-only (non-editable) Django admin field 如何将 python CLI 程序的终端 output 重定向到 PyQt5 GUI 应用程序内的不可编辑的“QTextEdit”? - How to redirect the terminal output of a python CLI program, to non-editable "QTextEdit" inside PyQt5 GUI app? 终端中的 VS Code cursor 错误 - VS Code cursor bug in terminal 终端不工作,只在输出上显示代码(vs 代码) - Terminal doesn't work and only shows codes on output(vs code) 使用 PyQt 将不可编辑的 QComboBox 文本居中 - Center non-editable QComboBox Text with PyQt wxPython中不可编辑的文本框 - Non-editable text box in wxPython 如何在 django 管理员中创建“仅创建”不可编辑字段 - How to make a “create-only” non-editable field in django admin 是否可以在 streamlit 中创建像这样的不可编辑的文本框? St.write 只会写,但我需要在文本框中 - Is it possible to create a non-editable text box like this in streamlit ? St.write would only write but i need it in a text box 输入字段中是否有不可编辑前缀的配置选项 - Is there a config option for non-editable prefixes in entry field 以不可编辑的模式从bitbucket安装python包 - Install python package from bitbucket in non-editable mode
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM