We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Type: Bug
Here is the .editor.config (which works in Visual Studio)
[*.cs] # CS1591: Missing XML comment for publicly visible type or member dotnet_diagnostic.CS1591.severity = silent
but I can't get rid of these warnings in the Visual Studio Code
Extension version: 1.23.0 VS Code version: Code 1.48.0 (db40434f562994116e5b21c24015a2e40b2504e6, 2020-08-13T07:50:42.600Z) OS version: Windows_NT x64 10.0.18363
The text was updated successfully, but these errors were encountered:
did you enable editorconfig support? it's off by default https://www.strathweb.com/2019/07/editorconfig-support-in-omnisharp-and-c-extension-vs-code/
Sorry, something went wrong.
thanks,
the option works! (I didn't know it is there)
No branches or pull requests
Issue Type: Bug
Here is the .editor.config (which works in Visual Studio)
but I can't get rid of these warnings in the Visual Studio Code
Extension version: 1.23.0
VS Code version: Code 1.48.0 (db40434f562994116e5b21c24015a2e40b2504e6, 2020-08-13T07:50:42.600Z)
OS version: Windows_NT x64 10.0.18363
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: