You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Extensions directory not found at ${extensionsDir}. Make sure global setup has run.`,
24
+
)
25
+
}
26
+
27
+
returnextensionsDir
28
+
}
29
+
13
30
/**
14
31
* @param tempDir - The temporary directory to use for the code-server instance
15
32
* @param placeFileWithPythonInterpreter - Whether to place a vscode/settings.json file in the temp directory that points to the python interpreter of the environmen the test is running in.
@@ -22,6 +39,9 @@ export async function startCodeServer({
22
39
tempDir: string
23
40
placeFileWithPythonInterpreter?: boolean
24
41
}): Promise<CodeServerContext>{
42
+
// Get the extensions directory set up by global setup
0 commit comments