This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
92 lines (92 loc) · 2.93 KB
/
settings.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[vue]": {
"editor.defaultFormatter": "Vue.volar"
},
"codium.agent.onSave.improve": false,
"codium.agent.onSave.issues": false,
"console-ninja.allowConsoleLogToTriggerPredictions": true,
"console-ninja.captureFunctions": true,
"console-ninja.featureSet": "Community",
"console-ninja.outputMode": "In View",
"console-ninja.showWhatsNew": false,
"console-ninja.toolsToEnableSupportAutomaticallyFor": {
"angular": false,
"astro": false,
"hydrogen": false,
"jest": false,
"live-preview-extension": true,
"live-server": true,
"live-server-extension": true,
"nest.js": false,
"next.js": false,
"qwik": false,
"remix": false
},
"console-ninja.warnOnNoToolsDetected": false,
"css.autoValidation": "Always",
"docker-explorer.enableTelemetry": false,
"docker.contexts.showInStatusBar": true,
"docker.languageserver.diagnostics.instructionCasing": "error",
"docker.languageserver.diagnostics.instructionCmdMultiple": "error",
"docker.languageserver.diagnostics.instructionEntrypointMultiple": "error",
"docker.languageserver.diagnostics.instructionJSONInSingleQuotes": "error",
"docker.languageserver.diagnostics.instructionWorkdirRelative": "error",
"editor.tabSize": 2,
"eslint.useFlatConfig": true,
"eslint.format.enable": true,
"eslint.ignoreUntitled": true,
"files.eol": "\n",
"files.insertFinalNewline": true,
"fixJson.indentationSpaces": 2,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"gremlins.showInProblemPane": true,
"html-css-class-completion.enableEmmetSupport": true,
"importCost.fontStyle": "italic",
"importCost.largePackageDarkColor": "#FF5555",
"importCost.largePackageLightColor": "#FF5555",
"importCost.mediumPackageLightColor": "#50FA7B",
"importCost.smallPackageDarkColor": "#50FA7B",
"importCost.smallPackageLightColor": "#50FA7B",
"npm-intellisense.importQuotes": "\"",
"npm-intellisense.scanDevDependencies": true,
"path-intellisense.autoSlashAfterDirectory": true,
"path-intellisense.autoTriggerNextSuggestion": true,
"path-intellisense.showHiddenFiles": true,
"sqltools.connections": [
{
"database": "sae",
"driver": "MySQL",
"mysqlOptions": {
"authProtocol": "default",
"enableSsl": "Disabled"
},
"name": "SAE",
"password": "Senescalade!56",
"port": 3306,
"previewLimit": 50,
"server": "localhost",
"username": "sae"
}
],
"vue.autoInsert.dotValue": true,
"vue.complete.casing.props": "autoCamel",
"vue.format.script.initialIndent": true,
"vue.format.style.initialIndent": true,
"vue.inlayHints.inlineHandlerLeading": true,
"vue.inlayHints.missingProps": true,
"vue.inlayHints.vBindShorthand": true
}