Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

353
Visualizações
How to Revert VS Code run and debug configurations to default

I typically only ran Python and C++ code. When running Python Code, it would drop down a simply menu, such as this.

img

It would drop this down then you would click enter and boom it would run

But then I randomly ran a console.log("Hello World") JavaScript program. It dropped down a menu and I selected something like "Node.js" or whatever.

Anyway now when I go to run code, it opens in something called the "JavaScript Debug Terminal". The code never ran and you just had to manually open the file and run it. Later I went to the run and debug page and added a configuration to a launch.json file, where I added a Python Config:

{
    "configurations": [
        {
            "name": "Python: Current File",
            "type": "python",
            "request": "launch",
            "program": "${file}",
            "console": "integratedTerminal"
        }
    ]
}

Now when I run Python Code it runs in something called the "Python Debug Console". Can someone tell me how to revert this to how it was in the factor settings

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

It appears that you're running the python file in debug mode. If you want to run python normally you can right-click anywhere in the file and select run python file in terminal.

enter image description here

For more information on running python files, you can look at https://code.visualstudio.com/docs/python/python-tutorial.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda