Categorygithub.com/delta/codecharacter-lsp-2023
modulepackage
0.0.0-20240527104116-ce8defc858d5
Repository: https://github.com/delta/codecharacter-lsp-2023.git
Documentation: pkg.go.dev

# README

Codecharacter 2023 LSP Server


Requirements

Setup

  • Configure .vscode/settings.json
    {
        "go.lintTool":"golangci-lint",
        "go.lintFlags": [
        "--fast"
        ],
        "go.lintOnSave": "package",
        "go.formatTool": "goimports",
        "go.useLanguageServer": true,
        "[go]": {
            "editor.formatOnSave": true,
            "editor.codeActionsOnSave": {
                "source.organizeImports": true
            }
        },
        "go.docsTool": "gogetdoc"
    }
    
  • Create .env file
    cp .env.example .env
    
  • Init Submodules
    git submodule update --init
    
  • Enable githooks
    git config core.hooksPath .githooks
    

Run

  • On Docker

    docker-compose up
    

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author