강의

멘토링

로드맵

Inflearn Community Q&A

hazelbreeze3876's profile image
hazelbreeze3876

asked

Getting Started with Programming: Introduction to Python (Inflearn Original)

How to use Python Print (1-1): Let's print various things.

Plain text extension

Written on

·

818

0

안녕하세요, 파이썬과 vscode 모두 잘 설치했습니다.

실습하려고 했는데, 코드를 입력하고 실행 시키려고 하면

'Plain text' extension이 없다고 팝업창이 뜹니다.

그래서 아직 한 번도 제대로 출력되는지 실행을 못 해봤어요.

이건 어떻게 해결해야 하는지요?

참고로 맥북입니다.

python

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

안녕하세요.

고생이 많으셨어요 ㅠㅠ

계속 검색을 하고 vscode issue 가서도 검색을 해보니

특별한 원인이 보이지 않네요.

가장 해볼만한 방법은 전부 삭제 후 환경설정을 다시 해보시는 방법 같습니다.

vscode extension(python)이 설치 되었는지 다시 한 번 확인해 보시구요!

https://github.com/microsoft/vscode/issues/123881

hazelbreeze3876's profile image
hazelbreeze3876

asked

Ask a question