...
설정에서 update mode를 none 으로 설정하여 vccode 자동 업데이트를 막음. (OS 차원에서도 필요할듯)
https://code.visualstudio.com/docs/supporting/faq#_how-do-i-opt-out-of-vs-code-autoupdates
https://code.visualstudio.com/docs/setup/linux
Ubuntu OS에서 code 패키지가 업데이트 되지 않도록 설정을 함. 아래 명령을 실행하면 됨.
Code Block | ||
---|---|---|
| ||
sudo apt-mark hold code |
https://help.ubuntu.com/community/PinningHowto
arduino 관련
vscode 에 필요한 extentions 를 설치하여 사용함.
...