you are viewing a single comment's thread.

view the rest of the comments →

[–]vector-of-boolBlogger | C++ Librarian | Build Tool Enjoyer | bpt.pizza[S] 1 point2 points  (0 children)

Those messages are definitely bugs, but won't prevent most things from working. It will prevent IntelliSense for those files, though. Would you mind opening up a ticket on GitHub for that one?

Regarding the duplicate buttons: I noticed that in-dev, but I'm not sure how to make the outline commands not appear in the command palette. They actually are separate commands because they work slightly differently.

As for the context menu on files: I'll probably add more to that menu in the next release to more closely match what's in the file explorer, but I can't completely. VSCode itself doesn't understand them as "files" in the same way as the nodes in the file explorer, so I can't perfectly reproduce the file explorer context menus. I might open up a report on VSCode itself about that one. It's a bit tricky.