File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import (
19
19
"github.com/microsoft/typescript-go/internal/lsp"
20
20
"github.com/microsoft/typescript-go/internal/lsp/lsproto"
21
21
"github.com/microsoft/typescript-go/internal/project"
22
+ "github.com/microsoft/typescript-go/internal/repo"
22
23
"github.com/microsoft/typescript-go/internal/testutil/baseline"
23
24
"github.com/microsoft/typescript-go/internal/testutil/harnessutil"
24
25
"github.com/microsoft/typescript-go/internal/tspath"
@@ -121,6 +122,7 @@ var parseCache = project.ParseCache{
121
122
}
122
123
123
124
func NewFourslash (t * testing.T , capabilities * lsproto.ClientCapabilities , content string ) * FourslashTest {
125
+ repo .SkipIfNoTypeScriptSubmodule (t )
124
126
if ! bundled .Embedded {
125
127
// Without embedding, we'd need to read all of the lib files out from disk into the MapFS.
126
128
// Just skip this for now.
You can’t perform that action at this time.
0 commit comments