Fix typescript linting errors

This commit is contained in:
Lucas Spits 2019-03-11 20:53:56 +01:00
parent de4ad44282
commit 915c079e26
No known key found for this signature in database
GPG Key ID: AE25DF7B645AA2B0

View File

@ -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');
}
}