{
	"extension.displayName": "Unity",
	"extension.description": "Visual Studio Code를 Unity와 통합",
	"commands.attachUnityDebugger.title": "Unity 디버거 연결",
	"commands.showUnityAPIReference.title": "Unity API 참고자료",
	"configuration.projectPath.description": "프로젝트 경로",
	"configuration.logFile.description": "디버거의 로그 파일 경로",
	"configuration.endPoint.description": "ip:port",
	"configuration.refreshOnSave.description": "C# 스크립트를 저장할 때 Unity의 자산 데이터베이스 새로 고침",
	"configuration.displayBackgroundProcesses.description": "기본 Unity 프로세스에서 만든 백그라운드 프로세스를 표시합니다.",
	"configuration.enableMessageCompletion.description": "Unity 메시지에 대한 IntelliSense 제공(다시 시작해야 함)",
	"configuration.enableCodeModel.description": "CodeLens 및 Hover와 같은 Unity 코드 모델 기능 사용(다시 시작해야 함)",
	"configuration.unityMessageScope.description": "Unity 메시지를 생성할 때 기본 scope(다시 시작해야 함)"
}