Fix typescript linting errors
This commit is contained in:
parent
de4ad44282
commit
915c079e26
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue