HOME » WIKI » Cursor

Cursor

설정

User Settings (JSON) settings.json은 다음과 같다.

{
    "window.commandCenter": true,
    "makefile.configureOnOpen": true,
    "git.confirmSync": false,
    "git.openRepositoryInParentFolders": "always",
    "security.promptForLocalFileProtocolHandling": false,
    "remote.SSH.remotePlatform": {
        "box": "linux",
        "runpod": "linux",
        "b200": "linux"
    },
    "window.autoDetectColorScheme": false,
    "workbench.agentsWindowButton.enabled": false,
    "outline.showVariables": false,
    "outline.showFields": false,
    "outline.showProperties": false,
    "outline.showConstants": false,
    "outline.showModules": false,
    "editor.minimap.enabled": true,
    "editor.minimap.showSlider": "always",
    "workbench.colorCustomizations": {
        "minimapSlider.activeBackground": "#ffff00b6",
        "minimapSlider.background": "#ffff0068",
        "minimapSlider.hoverBackground": "#ffff007f",
    },
    "editor.minimap.renderCharacters": false,
    "editor.minimap.maxColumn": 60,
    "editor.minimap.size": "fit"
}

서버 설정으로 하려 했으나 그렇게 하면 서버별로 모두 설정해줘야 한다. 유저 설정 또한 사용 기기별로 해야한다.

Recent Updates:
2026/09/11 작성
자바 알고리즘 인터뷰 파이썬 알고리즘 인터뷰

카카오 코딩 테스트 출제위원이 직접 집필한,
리트코드(LeetCode) 문제로 풀어보는,
구글, 마이크로소프트, 네이버, 카카오
코딩 테스트 완벽 가이드
『자바 알고리즘 인터뷰』,
『파이썬 알고리즘 인터뷰』

© 2000 - Sang Park Except where otherwise noted, content on this site is licensed under a CC BY-NC 4.0.
This site design was brought from Distill. Logo and wiki background image was brought from Bear.