What should I do if vscode cannot edit files?
Today I was running the run code plug-in. When running a Python file, I needed to enter a value in the terminal, but there was a problem that I could not enter it, and it was prompted "Cannot edit in a read-only editor".
You only need the following settings to solve the problem
The first step: File → Preferences → Settings
The second step: In Search run code config in the settings and find run in terminal. Just check it and scroll down to find it.
The above is the detailed content of What should I do if vscode cannot edit files?. For more information, please follow other related articles on the PHP Chinese website!