zeroc-ice / vscode-slice

Slice syntax highlighter for Visual Studio Code
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Support Specifying Compiler Options #27

Open InsertCreativityHere opened 6 months ago

InsertCreativityHere commented 6 months ago

The Slice compiler supports a number of command line options, and while not all of these are useful to the language server, there are some that are.

Now that we support configuration sets, it would be nice if in addition to specifying a set of files to compile, if we could also specify options to pass to the compiler (with some filtering of course).