bring back css tests (#160326)

This commit is contained in:
Martin Aeschlimann
2022-09-07 19:43:47 +02:00
committed by GitHub
parent 28c330caf0
commit 440e61ffab
4 changed files with 18 additions and 18 deletions

View File

@@ -74,7 +74,7 @@ export function startServer(connection: Connection, runtime: RuntimeEnvironment)
if (!Array.isArray(workspaceFolders)) {
workspaceFolders = [];
if (params.rootPath) {
workspaceFolders.push({ name: '', uri: URI.file(params.rootPath).toString() });
workspaceFolders.push({ name: '', uri: URI.file(params.rootPath).toString(true) });
}
}