본문 바로가기
728x90
반응형

개발환경40

[vscode] Markdown+Math : vscode의 markdown에서 LaTeX수식 보기. 제목 그대로, markdown 파일에서 LaTex 수식을 미리보기 등에서 확인하기 위해 필요한 extension. Official site https://marketplace.visualstudio.com/items?itemName=goessner.mdmath Markdown+Math - Visual Studio Marketplace Extension for Visual Studio Code - LaTeX Math for Markdown ... with macros and more marketplace.visualstudio.com 읽어보면 좋은 자료들 https://katex.org/docs/supported.html KaTeX – The fastest math typesetting library fo.. 2024. 1. 1.
[vscode] Markdown All in One : vscode를 markdown editor로. vscode를 markdown 에디터로 사용할 수 있도록 해주는 extension. side view로 markdown의 결과를 쉽게 확인할 수 있게 해 준다 (사실 그외에도 기능이 많지만... 이정도만 써도 충분.) Official site https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one Markdown All in One - Visual Studio Marketplace Extension for Visual Studio Code - All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more) market.. 2024. 1. 1.
[CE] Process versus Thread Process versus Thread1. Process (프로세스)Process는 자신을 위한 독립된 메모리 공간 등의 리소스를 차지한 상태에서 실행 중인 프로그램의 instance라고 볼 수 있음. 독립된 execution unit (실행 단위)이며, self-contained(자체포함) unit임.하나의 프로세스는 자신을 위한 독립되고 격리된address space(=memory space)와고유의 data, heap, stack 영역으로 구성된 address space를 가짐.시스템 리소스 (file 등),execution path 데이터 등을 가짐.위의 내용을 다르게 표현하면 프로세스는 독립된 protected location을 가지고 있다라고 할 수 있다. CPU의 core에서 동작하는 독립된.. 2023. 12. 27.
[vscode] How to completely uninstall vscode on Mac 다음과 같이, brew uninstall을 이용하거나, brew uninstall visual-studio-code brew list 로 vscode의 설치명을 확인하는 것을 권함. 다음과 같이, Finder 의 Applicaitons 을 열어서 거기에 있는 VSCode를 trash bin으로 이동시킴. 이후 VSCode 의 extensions 와 설정들을 지운다 (이 단계는 완전제거시에만 해도 된다.) rm -fr ~/.vscode* rm -fr ~/Library/Application\ Support/Code/ rm -fr ~/Library/Saved\ Application\ State/com.microsoft.VSCode.savedState/ rm -fr ~/Library/Preferences/com.. 2023. 12. 15.
[vscode] How to install vscode How to install vscodemacOS, Linux, 그리고 Windows에서의 vscode 설치에 대한 방법을 다룸.MacOShomebrew를 이용하여 설치하는 것이 가장 편한 방법임.brew install --cask visual-studio-codeReferencehttps://formulae.brew.sh/cask/visual-studio-code visual-studio-codeHomebrew’s package indexformulae.brew.sh2023.12.15 - [Mac] - [Homebrew] 사용법 요약본 [Homebrew] 사용법 요약본brew --version brew의 버전을 출력함. brew update brew를 최신버전으로 업데이트. brew upgrade bre.. 2023. 12. 15.
[vscode] external terminal 사용하기 Mac OS에서 기본 terminal 대신 주로 사용되는 iterm2를 사용하기 위해서는 Settings (ctrl+,)에서 설정이 필요함. Settings 를 열고 난 후 상단의 다음 그림과 같이 Osx Exec 항목에서 iTerm.app로 변경을 해줌. Explorer에서 Terminal을 열 때에도 iterm2를 사용하기 위해서는 역시 Settings (ctrl+,) 에서 Explorer Kind 를 입력하고, 선택을 external로 지정한다. 이 경우, Explorer 에서 우클릭한 경우 다음과 같이 Open in External Terminal 이 보임. 2023. 12. 15.
728x90
반응형