github.com/v2fly/tools@v0.100.0/internal/lsp/testdata/semantic/semantic_test.go (about)

     1  package semantictokens
     2  
     3  import (
     4  	"os"
     5  	"testing"
     6  )
     7  
     8  func TestSemanticTokens(t *testing.T) {
     9  	a, _ := os.Getwd()
    10  	// climb up to find internal/lsp
    11  	// find all the .go files
    12  
    13  }