]> git.lizzy.rs Git - rust.git/commitdiff
Fix typescript linting errors
authorLucas Spits <spits.lucas@gmail.com>
Mon, 11 Mar 2019 19:53:56 +0000 (20:53 +0100)
committerLucas Spits <spits.lucas@gmail.com>
Mon, 11 Mar 2019 19:53:56 +0000 (20:53 +0100)
editors/code/src/server.ts

index 30ab874ab32dfeae4024c0736bf32a33d1c185ed..b3a874b381518e8dfcf9abf8ed4c585c74e0d4ec 100644 (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');
             }
         }