Commit Graph

2 Commits

Author SHA1 Message Date
Varun Gandhi
6f77a62e07
highlighter: Rename scip-treesitter-cli -> scip-syntax (#60077) 2024-02-05 13:15:09 +01:00
Anton Sviridov
cd1721b43a
Batch indexing: syntactic codeintel worker scaffolding (#59747)
Currently the worker itself does nothing, only exposes a health endpoint and loads basic environment configuration.

    Bazel build for the Docker container
    Wire in scip-treesitter-cli to make it available in the container
    Dev setup for scip-treesitter-cli (copied from scip-ctags setup for local development)
    Run configuration for the worker sg run codeintel-syntactic-worker to test
    Start configuration sg start codeintel-syntactic - contains only the minimal dependencies required to run the worker, we will expand the configuration gradually as we add more features
2024-01-24 13:04:20 +00:00