Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit c3f5171

Browse files
committed
attempt to know the gnopls working dir in CI
1 parent f76d43b commit c3f5171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/lsp/build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ func (s *server) TranspileAndBuild(file *GnoFile) ([]ErrorInfo, error) {
2424
pkgDir := filepath.Dir(file.URI.Filename())
2525
pkgName := filepath.Base(pkgDir)
2626
tmpDir := filepath.Join(s.env.GNOHOME, "gnopls", "tmp", pkgName)
27+
fmt.Println("TMPDIR", tmpDir)
2728

2829
err := copyDir(pkgDir, tmpDir)
2930
if err != nil {

0 commit comments

Comments
 (0)