mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
Fix typescript linting errors
This commit is contained in:
parent
de4ad44282
commit
915c079e26
@ -24,7 +24,7 @@ export class Server {
|
||||
|
||||
if (workspace.workspaceFolders.length > 1) {
|
||||
// Tell the user that we do not support multi-root workspaces yet
|
||||
window.showWarningMessage("Multi-root workspaces are not currently supported");
|
||||
window.showWarningMessage('Multi-root workspaces are not currently supported');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user