You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user has a ~/.omnisharp/omnisharp.json in his home directory (for example if he is using VSCode), then it will override the flags we pass on the command line. This can lead to unexpected behavior.
A solution could be to pass our flags using the highest priority mechanism:
An omnisharp.json file located in the working directory which OmniSharp has been pointed at
If the user has a
~/.omnisharp/omnisharp.json
in his home directory (for example if he is using VSCode), then it will override the flags we pass on the command line. This can lead to unexpected behavior.A solution could be to pass our flags using the highest priority mechanism:
See https://github.com/OmniSharp/omnisharp-roslyn/wiki/Configuration-Options
The text was updated successfully, but these errors were encountered: