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

How to solve the error when using Import Sublime Text Settings command #124

Open
pangpangabc opened this issue Jul 19, 2020 · 1 comment
Assignees

Comments

@pangpangabc
Copy link

Failed to parse setting: 'default_encoding: utf-8'. Please check if it contains syntax errors

@pangpangabc
Copy link
Author

setting.json:

"editor.minimap.enabled": true,
"sync.gist": "",
"sync.autoUpload": true,
"sync.quietSync": true,
"workbench.tree.indent": 28,
"git.path": "E:\\Git\\cmd\\git.exe",
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "vscode-icons",
"files.hotExit": "onExit",
"editor.tabSize": 4,
"editor.wordWrap": "on",
"editor.formatOnPaste": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"php.validate.executablePath": "",
"vsicons.dontShowNewVersionMessage": true,
"editor.renameOnType": true,
"extensions.ignoreRecommendations": false,

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