보관함

2021년 6월 내가 설치한 vscode 확장들

최근에는 asp.net core 에 한정해서 개발을 하다보니 대부분 Disable 하고 필요한 것만 Enable 해서 사용

사용중 .NET Core Add Reference .NET Core Test Explorer .NET Install Tool for Extension Authors ASP.NET Core Switcher Auto Close Tag Auto Rename Tag Auto-Using for C# Bookmarks C# C# Namespace Autocompletion Code Spell Checker CSS Flexbox Cheatsheet CSS […]

NodeJs VSCode 에 Remote Debugging 환경 구축

터널링 구축

ssh -N -L 9221:localhost:9229 [remoteIP]

node를 inspection 모드로 변경 & 웹 서버 실행

node –inspect & yarn start

vscode에 launch.json

{ // IntelliSense를 사용하여 가능한 특성에 대해 알아보세요. // 기존 특성에 대한 설명을 보려면 가리킵니다. // 자세한 내용을 보려면 https://go.microsoft.com/fwlink/?linkid=830387을(를) 방문하세요. “version”: “0.2.0”, “configurations”: [ { “address”: “localhost”, “localRoot”: “${workspaceFolder}”, “name”: “Attach […]

tar 사용법

tar Basic compress

tar Basic compress with date

tar increase compress

tar compress remote backup

tar compress remote decompress

tar remote compress backup