-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.nls.ko.json
More file actions
1 lines (1 loc) · 4.58 KB
/
package.nls.ko.json
File metadata and controls
1 lines (1 loc) · 4.58 KB
1
{"command.restartServer": "서버 다시 시작", "extension.description": "Pylint를 사용하여 Python 파일에 대한 린팅 지원.", "settings.args.description": "Python 파일을 린트하기 위해 Pylint에 전달된 인수입니다. 각 인수는 배열에서 별도의 문자열로 제공되어야 합니다. \n 예: \n- '\"pylint.args\": [\"--rcfile=<file>\"]' \n - '\"pylint.args\": [\"--disable=C0111\", \"--max-line-length=120\"]'", "settings.cwd.description": "Pylint를 사용하여 Python 파일을 린트하는 데 사용되는 현재 작업 디렉터리를 설정합니다. 기본적으로 작업 영역 '${workspaceFolder}'의 루트 디렉터리를 사용합니다. Pylint의 작업 디렉터리로 린트되는 파일의 부모 폴더를 사용하려면 '${fileDirname}으로 설정할 수 있습니다.", "settings.enabled.description": "입력할 때 Pylint를 사용하여 Python 파일을 린트할 수 있도록 설정/하지 않도록 설정합니다.", "settings.ignorePatterns.description": "fnmatch Python 라이브러리에서 지원하는 [GLOB 패턴](https://docs.python.org/3/library/fnmatch.html)을 구성하여 파일 또는 폴더가 Pylint로 linted되지 않도록 제외합니다.", "settings.importStrategy.description": "Python 파일을 린트하는 데 사용할 Pylint 이진 파일을 정의합니다. 'useBundled'로 설정하면 확장은 확장과 함께 제공되는 Pylint 이진 파일을 사용합니다. 'fromEnvironment'로 설정하면 확장은 Pylint 이진 파일 및 현재 선택된 환경에서 사용할 수 있는 모든 종속성을 사용하려고 시도합니다. 참고: 확장이 선택한 환경에서 유효한 Pylint 이진 파일을 찾지 못하면 확장과 함께 제공되는 Pylint 이진 파일을 사용하는 것으로 대체됩니다. 이 설정이 'fromEnvironment'로 설정된 경우에도 'pylint.path' 설정이 무시될 수 있습니다.", "settings.importStrategy.fromEnvironment.description": "선택한 환경에서 Pylint를 사용합니다. 확장이 유효한 Pylint 이진 파일을 찾지 못하면 Pylint의 번들 버전을 사용하는 것으로 대체됩니다.", "settings.importStrategy.useBundled.description": "항상 확장과 함께 제공되는 번들된 버전의 Pylint를 사용합니다.", "settings.interpreter.description": "Python 실행 파일 또는 Pylint 서버 및 하위 프로세스를 시작하는 데 사용할 명령의 경로입니다. 단일 또는 여러 문자열의 배열을 허용합니다. '[]'로 설정하면 확장에서 선택한 Python 인터프리터의 경로를 사용합니다. 명령을 전달하는 경우 각 인수는 배열에서 별도의 문자열로 제공되어야 합니다.", "settings.lintOnChange.description": "입력할 때 Pylint를 사용하여 Python 파일을 린트할 수 있도록 설정합니다.", "settings.path.description": "확장에서 Pylint를 사용하여 Python 파일을 린트하는 데 사용할 경로 또는 명령입니다. 단일 또는 여러 문자열의 배열을 허용합니다. 명령을 전달하는 경우 각 인수는 배열에서 별도의 문자열로 제공되어야 합니다. '[\"pylint\"]'로 설정하면 'PATH' 환경 변수에서 사용할 수 있는 Pylint 버전을 사용합니다. 참고: 이 옵션을 사용하면 린팅 속도가 느려질 수 있습니다. \n예: \n- '[\"~/global_env/pylint\"]' \n- '[\"conda\", \"run\", \"-n\", \"lint_env\", \"python\", \"-m\", \"pylint\"]' \n '[\"pylint\"]'", "settings.severity.description": "문제 창에 표시된 대로 Pylint의 메시지 유형을 VS Code의 진단 심각도 수준에 매핑합니다. 또한 이를 사용하여 특정 Pylint 오류 코드를 재정의할 수도 있습니다. \n 예:</br> '{\"convention\": \"Information\", \"error\": \"Error\", \"fatal\": \"Error\", \"refactor\": \"Hint\", \"warning\": \"Warning\", \"W0611\": \"Error\", \"undefined-variable\": \"Warning\"}'", "settings.showNotifications.always.description": "모든 알림 표시", "settings.showNotifications.description": "이 확장에서 알림을 표시하는 시기를 제어합니다. 허용되는 값은 'onError', 'onWarning', 'always', 'off'입니다.", "settings.showNotifications.off.description": "알림을 표시하지 않습니다. 오류 또는 경고는 로그에서 계속 사용할 수 있습니다.", "settings.showNotifications.onError.description": "오류에 대한 알림을 표시합니다.", "settings.showNotifications.onWarning.description": "오류 및 경고에 대한 알림을 표시합니다.", "settings.showScoreInStatusBar.description": "VS Code 상태 표시줄에 Pylint 점수를 표시합니다."}