Skip to content
New issue

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

silent warning in .editorconfig is not working #3991

Closed
duongphuhiep opened this issue Aug 17, 2020 · 2 comments
Closed

silent warning in .editorconfig is not working #3991

duongphuhiep opened this issue Aug 17, 2020 · 2 comments

Comments

@duongphuhiep
Copy link

duongphuhiep commented Aug 17, 2020

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

System Info
Item Value
CPUs Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (4 x 2904)
GPU Status 2d_canvas: enabled
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
Load (avg) undefined
Memory (System) 15.61GB (6.20GB free)
Process Argv
Screen Reader no
VM 0%
@filipw
Copy link
Contributor

filipw commented Aug 17, 2020

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/

@duongphuhiep
Copy link
Author

thanks,

the option works! (I didn't know it is there)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants