-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
177 lines (177 loc) · 6.55 KB
/
settings.json
File metadata and controls
177 lines (177 loc) · 6.55 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"C_Cpp.clang_format_fallbackStyle": "Google",
"C_Cpp.updateChannel": "Insiders",
"[cpp]": {
"editor.semanticHighlighting.enabled": true,
"editor.suggest.insertMode": "replace",
"editor.wordBasedSuggestions": "off"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.tabSize": 2
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2
},
"[typescriptreact]": {
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
},
"auto-close-tag.SublimeText3Mode": true,
"cSpell.useGitignore": false,
"cSpell.userWords": [
"shiron",
"Usecase"
],
"cmake.configureOnOpen": true,
"dart.flutterSdkPath": "C:\\PATH\\flutter",
"deepl.formality": "default",
"deepl.splitSentences": "1",
"deepl.tagHandling": "off",
"deepl.translationMode": "Replace",
"diffEditor.ignoreTrimWhitespace": false,
"editor.accessibilitySupport": "off",
"editor.bracketPairColorization.enabled": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.guides.bracketPairs": true,
"editor.inlineSuggest.enabled": true,
"editor.suggestSelection": "first",
"editor.tabSize": 2,
"eslint.codeAction.showDocumentation": {
"enable": false
},
"eslint.nodePath": "",
"explorer.compactFolders": false,
"files.autoSave": "onFocusChange",
"files.insertFinalNewline": true,
"git.autofetch": true,
"git.enableSmartCommit": true,
"github.copilot.enable": {
"*": true,
"markdown": true,
"plaintext": true,
"scminput": false,
"typescript": true,
"yaml": true
},
"githubPullRequests.createOnPublishBranch": "never",
"githubPullRequests.pullBranch": "never",
"gitlens.codeLens.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"go.lintFlags": [
"--config=${workspaceFolder}/.golangci.yaml",
"--fast"
],
"go.lintTool": "golangci-lint",
"gopls": {
"ui.diagnostic.staticcheck": true
},
"hediet.vscode-drawio.resizeImages": null,
"hediet.vscode-drawio.theme": "atlas",
"html.autoClosingTags": false,
"idf.customExtraPaths": "C:\\Espressif\\tools\\xtensa-esp-elf-gdb\\12.1_20221002\\xtensa-esp-elf-gdb\\bin;C:\\Espressif\\tools\\riscv32-esp-elf-gdb\\12.1_20221002\\riscv32-esp-elf-gdb\\bin;C:\\Espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin;C:\\Espressif\\tools\\xtensa-esp32s2-elf\\esp-12.2.0_20230208\\xtensa-esp32s2-elf\\bin;C:\\Espressif\\tools\\xtensa-esp32s3-elf\\esp-12.2.0_20230208\\xtensa-esp32s3-elf\\bin;C:\\Espressif\\tools\\riscv32-esp-elf\\esp-12.2.0_20230208\\riscv32-esp-elf\\bin;C:\\Espressif\\tools\\esp32ulp-elf\\2.35_20220830\\esp32ulp-elf\\bin;C:\\Espressif\\tools\\cmake\\3.24.0\\bin;C:\\Espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20230921\\openocd-esp32\\bin;C:\\Espressif\\tools\\ninja\\1.10.2;C:\\Espressif\\tools\\idf-exe\\1.0.3;C:\\Espressif\\tools\\ccache\\4.8\\ccache-4.8-windows-x86_64;C:\\Espressif\\tools\\dfu-util\\0.11\\dfu-util-0.11-win64;C:\\Espressif\\tools\\esp-rom-elfs\\20230320",
"idf.customExtraVars": {
"ESP_ROM_ELF_DIR": "C:\\Espressif\\tools\\esp-rom-elfs\\20230320/",
"IDF_CCACHE_ENABLE": "1",
"OPENOCD_SCRIPTS": "C:\\Espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20230921/openocd-esp32/share/openocd/scripts"
},
"idf.espIdfPath": "/Users/shiron/esp-idf",
"idf.espIdfPathWin": "C:/Espressif/frameworks/esp-idf-v5.1.2-2/",
"idf.gitPath": "git",
"idf.gitPathWin": "C:\\Espressif\\tools\\idf-git\\2.39.2\\cmd\\git.exe",
"idf.pythonBinPathWin": "C:/Espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe",
"idf.toolsPath": "/Users/shiron/.espressif",
"idf.toolsPathWin": "C:\\Espressif",
"javascript.updateImportsOnFileMove.enabled": "always",
"jest.autoRevealOutput": "off",
"js/ts.implicitProjectConfig.strictNullChecks": true,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"liveshare.comments": false,
"liveshare.presence": false,
"lldb.launch.expressions": "native",
"lldb.library": "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB",
"markdown-preview-enhanced.previewTheme": "github-light.css",
"markdown-preview-enhanced.revealjsTheme": "beige.css",
"powershell.promptToUpdatePowerShell": false,
"python.defaultInterpreterPath": "C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_3.10.240.0_x64__qbz5n2kfra8p0\\python3.10.exe",
"remote.SSH.remotePlatform": {
"arm": "linux",
"awsbot": "linux"
},
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.allowedLinkSchemes": [
"file",
"http",
"https",
"mailto",
"vscode",
"vscode-insiders",
"docker-desktop"
],
"terminal.integrated.env.osx": {
"CW_NEW_SESSION": "1",
"FIG_NEW_SESSION": "1",
"Q_NEW_SESSION": "1"
},
"terminal.integrated.fontFamily": "RobotoMonoNF-Rg",
"terminal.integrated.macOptionIsMeta": true,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"XXX",
"REVIEW",
"OPTIMIZE",
"WARNING"
],
"typescript.autoClosingTags": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"vscodeGoogleTranslate.preferredLanguage": "Japanese",
"vsicons.dontShowNewVersionMessage": true,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.editor.languageDetection": false,
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.applyToAllProfiles": [
"workbench.editor.languageDetection"
],
"workbench.startupEditor": "none",
"notebook.lineNumbers": "on",
"notebook.output.scrolling": true,
"editor.fontFamily": "RobotoMonoNF-Rg, Menlo, Monaco, 'Courier New', monospace",
"background.enabled": false,
"go.toolsManagement.autoUpdate": true,
"emeraldwalk.runonsave": {
"commands": [
{
"match": ".*\\.(yml|yaml)$",
"cmd": "yamlfmt ${file}",
"autoShowOutputPanel": "error"
},
{
"match": ".*\\.proto$",
"cmd": "buf format -w ${file}",
"autoShowOutputPanel": "error"
}
]
},
"github.copilot.nextEditSuggestions.enabled": true,
"cloudcode.duetAI.project": ""
}