Created
June 12, 2019 16:54
-
-
Save edrpls/dd03e435c6661a5967fc7b334a0535a7 to your computer and use it in GitHub Desktop.
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
{ | |
"tsserver.npm": "/home/eder/.npm-global/lib/node_modules", | |
"coc.preferences.hoverTarget": "float", | |
"coc.preferences.enableFloatHighlight": true, | |
"coc.preferences.useQuickfixForLocations": true, | |
"suggest.enablePreview": true, | |
"tsserver.enable": true, | |
"typescript.suggestionActions.enabled": false, | |
"javascript.suggestionActions.enabled": false, | |
"eslint.nodePath": "/home/eder/.npm-global/lib/node_modules", | |
"eslint.autoFixOnSave" : true, | |
"eslint.packageManager" : "npm" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment