Do you open VSCode to edit a specific file and nothing else? Now you can edit your files with Monaco without leaving Atom.
There are three ways you can use this package:
Right-click on one of the Atom's editors and select "To Monaco Editor"
In this package's configuration list the extensions you want to edit using Monaco.
eg:
.js, .php, .html, .css
Right-click on a file and select "Open with Monaco"
Note: If you already have that file opened atom will try to reuse that editor. Use the first option instead.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.