{
    "window.zoomLevel": 2,
    "[go]": {
        "editor.insertSpaces": false,
        "editor.formatOnSave": true,
        "editor.codeActionsOnSave": {
            "source.organizeImports": true
        },
        "editor.suggest.snippetsPreventQuickSuggestions": false
    },
    "go.alternateTools": {
        "go": "/snap/go/current/bin/go"
    },  
    "go.goroot": "/snap/go/current",
    "editor.fontSize": 16,
    
}
posted on 2023-02-01 13:35  heidsoft  阅读(16)  评论(0编辑  收藏  举报