mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
bring back css tests (#160326)
This commit is contained in:
committed by
GitHub
parent
28c330caf0
commit
440e61ffab
@@ -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) });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user