~/.theia/settings.json

Jmnote (토론 | 기여)님의 2022년 3월 7일 (월) 01:17 판 (→‎개요)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

Theia settings.json
~/.theia/settings.json
{
    "editor.autoSave": "on",
    "workspace.preserveWindow": true,
    "files.watcherExclude": {
        "**/.cache/**": true,
        "**/.git/**": true,
        "**/node_modules/**": true
    },
    "go.useLanguageServer": true,
    "go.useGoProxyToCheckForToolUpdates": false,
    "python.autoUpdateLanguageServer": false,
    "workbench.colorTheme": "dark",
    "workbench.iconTheme": "theia-file-icons",
    "csharp.suppressDotnetRestoreNotification": true,
    "gettingstarted.showOnStartup": false,
    "editor.renderWhitespace": "all",
    "editor.mouseWheelZoom": true
}
{
    "editor.mouseWheelZoom": true,
    "editor.renderWhitespace": "all",
    "editor.formatOnSave": true
}

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}