Created
April 4, 2018 11:01
-
-
Save khushalbokadey/342d4c004b99ef5b2f95f90cf48330e0 to your computer and use it in GitHub Desktop.
Disable the Quick Info/Paramter Hints pop up in VS Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.parameterHints": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment