-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.json
More file actions
29 lines (29 loc) · 1.08 KB
/
Copy pathsetup.json
File metadata and controls
29 lines (29 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"window.zoomLevel": 0,
"editor.fontSize": 16,
"editor.tabSize": 2,
"workbench.colorTheme": "Monokai",
"eslint.validate": [
"javascript",
"javascriptreact",
{ "language": "vue", "autoFix": true }
],
"eslint.autoFixOnSave": true,
"emmet.syntaxProfiles": { "javascript": "js" },
"javascript.validate.enable": false,
"explorer.confirmDelete": false,
"fileheader.Author": "luandapeng",
"fileheader.LastModifiedBy": "luandapeng",
"fileheader.tpl": "/*\r\n * @Author: {author}\r\n * @Date: {createTime}\r\n * @Last Modified by: {lastModifiedBy}\r\n * @Last Modified time: {updateTime}\r\n */\r\n",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true
}