We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d396724 commit 2cdd2c1Copy full SHA for 2cdd2c1
XSharpInteractive/XSharpKernelVSExtension.cs
@@ -23,7 +23,7 @@ public static void Load(Kernel kernel)
23
// Finally, display some information to the user so they can see how to use the extension.
24
view = div(
25
code(nameof(XSharpKernelVSExtension)),
26
- " has loaded successfully. It support XSharp Core Dialect language scripting. ",
+ " has been loaded successfully. It support XSharp Core Dialect language scripting. ",
27
"Try it by running: ",
28
code("#!xsharp"),
29
"Or by selecting ",
0 commit comments