Programming/(C++)(Visual Studio) 썸네일형 리스트형 VS Code python.autoComplete.extraPaths 설정 VS Code python.autoComplete.extraPaths 설정 "python.autoComplete.extraPaths": [ "/home/com/anaconda3/envs/tensorflow/lib/python3.6", "/home/com/anaconda3/envs/torch/lib/python3.6", "/home/com/anaconda3/envs/react/lib/python3.6" ], 해당하는 python 환경에서 필요한 모듈 불러오기 가능 더보기 VSCode Python launch.json Python launch.json 수정 { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Python: Current File (Integrated Terminal)", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTermin.. 더보기 우분투 비주얼 스튜디오 설치 Ubuntu Visual Studio 설치 0. build-essential 설치 build-essential 은 소스코드 빌드 시 필요한 기본적인 패키지들을 다운로드 합니다. 설치 후에는 gcc, g++, make, perl 등과 각종 라이브러리들이 설치됩니다. $ sudo apt-get install -y build-essential 1. Visual studio Code 설치 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual St.. 더보기 이전 1 다음