Created
April 4, 2018 09:36
-
-
Save emanuellopes/168c7e4fba646d97b0928a6ca7ad96c7 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
{ | |
"workbench.iconTheme": "vscode-great-icons", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.formatOnPaste": true, | |
"editor.matchBrackets": true, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": false, | |
"strings": false | |
}, | |
"editor.renderWhitespace": "all", | |
"editor.selectionHighlight": true, | |
"editor.tabSize": 4, | |
"cSpell.language": "en", | |
"editor.autoIndent": true, | |
"editor.codeLens": true, | |
"editor.formatOnSave": false, | |
"editor.formatOnType": true, | |
"editor.renderLineHighlight": "all", | |
"editor.trimAutoWhitespace": true, | |
"editor.tabCompletion": true, | |
"files.insertFinalNewline": true, | |
"files.trimTrailingWhitespace": true, | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": false, | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"files.exclude": { | |
"**/.git": true, | |
"**/.svn": true, | |
"**/.hg": true, | |
"**/CVS": true, | |
"**/.DS_Store": true, | |
"**/.editorconfig": true, | |
"**/.gitattributes": true, | |
"**/Jenkinsfile*": true, | |
"**/.gitignore": true, | |
"public": true, | |
".idea": true, | |
".vscode": true, | |
"**/node_modules": true, | |
"**/*.log": true | |
}, | |
"search.exclude": { | |
"**/.git": true, | |
"**/.svn": true, | |
"**/.hg": true, | |
"**/CVS": true, | |
"**/.DS_Store": true, | |
"**/.editorconfig": true, | |
"**/.gitattributes": true, | |
"**/Jenkinsfile*": true, | |
"**/.gitignore": true, | |
"public": true, | |
".idea": true, | |
".vscode": true, | |
"**/node_modules": true | |
}, | |
"workbench.colorTheme": "Darcula Theme from IntelliJ", | |
"git.autofetch": true, | |
"cSpell.userWords": [ | |
"classlist", | |
"ncpp", | |
"tabindex" | |
], | |
} |
To fix just remove that lines or install
https://marketplace.visualstudio.com/items?itemName=emmanuelbeziat.vscode-great-icons
https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker
https://marketplace.visualstudio.com/items?itemName=trinm1709.dracula-theme-from-intellij
invalid settings vscode just ignore
Thank you for the prompt answer Emanuel!
Best,
Andreros.
@andreros the problem is the vscode.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Emanuel! Great job with these settings for VS Code! Thank you!
However, I am having some trouble with the following lines:
Can you help me, please?