From d65bd9a8826eb3ded69972b1b1cee2c5fc857b39 Mon Sep 17 00:00:00 2001 From: christychoi Date: Wed, 5 Oct 2022 16:05:06 +0900 Subject: [PATCH 1/3] Add visual studio code for code editor --- ko/code_editor/instructions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ko/code_editor/instructions.md b/ko/code_editor/instructions.md index 0622da4ccd5..c0eae097f33 100755 --- a/ko/code_editor/instructions.md +++ b/ko/code_editor/instructions.md @@ -2,6 +2,11 @@ 이 중 내가 사용하고 싶은 것을 선택해 사용해도 되지만, 여러분의 코치가 어떤 프로그램을 사용하는지 물어보세요. 같은 프로그램을 사용하면 도움받기 수월해질 거에요. +## Visual Studio Code +Visual Studio Code는 Microsoft에서 Windows, Linux 및 macOS용으로 개발한 소스 코드 편집기에요. 여기에는 디버깅, 내장된 Git 제어, 구문 강조 표시, 지능형 코드 완성, 스니펫 및 코드 리팩토링에 대한 지원이 포함됩니다. + +[다운받기](https://code.visualstudio.com/) + ## Gedit Gedit는 모든 운영체제에서 사용 가능한 무료 오픈소스에요. From 0893261777cfd67ca004f2847ff6a68b13b5dbaf Mon Sep 17 00:00:00 2001 From: christychoi Date: Thu, 6 Oct 2022 16:19:17 +0900 Subject: [PATCH 2/3] Add visual studio code at code editor (synced version) --- ko/code_editor/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ko/code_editor/instructions.md b/ko/code_editor/instructions.md index c0eae097f33..ac7f5828afe 100755 --- a/ko/code_editor/instructions.md +++ b/ko/code_editor/instructions.md @@ -3,7 +3,7 @@ 이 중 내가 사용하고 싶은 것을 선택해 사용해도 되지만, 여러분의 코치가 어떤 프로그램을 사용하는지 물어보세요. 같은 프로그램을 사용하면 도움받기 수월해질 거에요. ## Visual Studio Code -Visual Studio Code는 Microsoft에서 Windows, Linux 및 macOS용으로 개발한 소스 코드 편집기에요. 여기에는 디버깅, 내장된 Git 제어, 구문 강조 표시, 지능형 코드 완성, 스니펫 및 코드 리팩토링에 대한 지원이 포함됩니다. +Visual Studio Code는 마이크로소프트가 윈도우, 리눅스, 맥OS를 위해 개발한 소스 코드 에디터입니다. 디버깅, 내장 Git 컨트롤,문법 하이라이팅, 지능형 코드 완성, 스니펫, 코드 리팩토링등 지원을 포함하고 있습니다. [다운받기](https://code.visualstudio.com/) From 7882e6fa0be8c30403674ad1747c5eb495e9d06b Mon Sep 17 00:00:00 2001 From: christychoi Date: Thu, 6 Oct 2022 16:27:54 +0900 Subject: [PATCH 3/3] Add visual studio code at code editor (synced version) --- ko/code_editor/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ko/code_editor/instructions.md b/ko/code_editor/instructions.md index ac7f5828afe..2a8c05278fd 100755 --- a/ko/code_editor/instructions.md +++ b/ko/code_editor/instructions.md @@ -5,7 +5,7 @@ ## Visual Studio Code Visual Studio Code는 마이크로소프트가 윈도우, 리눅스, 맥OS를 위해 개발한 소스 코드 에디터입니다. 디버깅, 내장 Git 컨트롤,문법 하이라이팅, 지능형 코드 완성, 스니펫, 코드 리팩토링등 지원을 포함하고 있습니다. -[다운받기](https://code.visualstudio.com/) +[이 곳에서 다운받을 수 있어요.](https://code.visualstudio.com/) ## Gedit Gedit는 모든 운영체제에서 사용 가능한 무료 오픈소스에요.