~/.theia/settings.json

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 }}