clarified message;
authorwenzelm
Mon, 12 Jun 2017 19:28:16 +0200
changeset 66073 50a28b3cceb2
parent 66072 fd26cf23e9b2
child 66074 4329cc78c2a1
clarified message;
src/Tools/VSCode/extension/src/symbol.ts
--- a/src/Tools/VSCode/extension/src/symbol.ts	Mon Jun 12 15:52:49 2017 +0200
+++ b/src/Tools/VSCode/extension/src/symbol.ts	Mon Jun 12 19:28:16 2017 +0200
@@ -1,7 +1,7 @@
 'use strict';
 
 import * as library from './library'
-import { Disposable, DocumentSelector, ExtensionContext, extensions } from 'vscode';
+import { Disposable, DocumentSelector, ExtensionContext, extensions, window } from 'vscode'
 
 
 /* ASCII characters */
@@ -145,4 +145,7 @@
       }
     })
   }
+  else {
+    window.showWarningMessage("Please install extension \"Prettify Symbols Model\" and restart!")
+  }
 }
\ No newline at end of file