intersystems-community / vscode-objectscript

InterSystems ObjectScript extension for Visual Studio Code
https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
Other
108 stars 49 forks source link

"Compile successed" is incorrect grammar #58

Closed henryvincent96 closed 5 years ago

henryvincent96 commented 5 years ago

Hello - absolutely love this plugin - just a little nitpick here. When compilation succeeds, the notification pops up: successed The problem is that "successed" is not a word in english - it should probably be "Compilation succeeded" or something like that.

daimor commented 5 years ago

Thanks ))

Btw, you can disable these messages by config objectscript.suppressCompileMessages: "true"