일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- react
- asp core 권한
- Git
- redux
- 리액트 타입스크립트
- 도커 이미지
- asp.net core
- Docker
- 도커
- C#
- react ts
- 리덕스
- 리액트
- docker container
- 리액트 타입스크립트 적용하기
- js
- javascript
- ASP Core
- Asp Net Core
- vscode extension
- Docker image
- 도커 레이어
- asp.net core mvc
- React Redux
- c# delegate
- 리액트 리덕스
- react typescript
- 도커 컨테이너
- asp core mvc
- docker layer
- Today
- Total
목록IDE/VS Code (4)
기초 메모지

콘솔 히스토리 저장 위치 C:\Users\사용자\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadLine\ConsoleHost_history.txt

1. Visual Code 확장프로그램 생성기 설치 npm i -g yo generator-code 2. 스캐폴드 실행 yo code 표시되는 템플릿 리스트에서 확장프로그램 템플릿을 선택합니다. 2-1. What's the name of your extension? 확장 프로그램 이름을 작성합니다. 2-2. What's the identifier of your extension? 확장 프로그램의 고유 식별자를 입력합니다. 기본적으로 확장프로그램 이름으로 지정됩니다. 2-3 What's the description of your extension? 확장 프로그램 설명을 작성합니다. 2-4 Initialize a git repository? Git 레포지토리를 초기화 여부를 선택합니다. 2-4 Bundle ..

1. NPM `VSCE` 설치 npm install -g vsce 2. Marketplace 로그인 vsce login `사용자 ID` 'UserID' : Personal Access Token Personal Access Token은 다음 페이지에서 발급 받을 수 있습니다. https://dev.azure.com/ Azure DevOps Services | Microsoft Azure Plan smarter, collaborate better, and ship faster with Azure DevOps Services, formerly known as Visual Studio Team Services. Get agile tools, CI/CD, and more. azure.microsoft.com 3..

VS Code Market Place에서 게시자를 잘못 만들어서 삭제하려고 했는데 아무리 찾아봐도 삭제 메뉴가 없어서 고생했었던 경험을 적어봅니다. 1. Azure DevOps 계정이 있다면 로그인, 없다면 등록합니다. https://dev.azure.com/ Azure DevOps Services | Microsoft Azure Plan smarter, collaborate better, and ship faster with Azure DevOps Services, formerly known as Visual Studio Team Services. Get agile tools, CI/CD, and more. azure.microsoft.com 2. 로그인을 하고 엑세스 토큰 관리 메뉴를 선택합니다. 3..