You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
999 B
19 lines
999 B
2 years ago
|
{
|
||
|
"editor.fontSize": 20,
|
||
|
"files.autoSave": "afterDelay",
|
||
|
"files.autoSaveDelay": 100,
|
||
|
"C_Cpp.codeAnalysis.updateDelay": 100,
|
||
|
"clang-format.assumeFilename": "./.vscode/.clang-format",
|
||
|
"git.openRepositoryInParentFolders": "never",
|
||
|
"cmake.configureOnOpen": false,
|
||
|
"terminal.integrated.fontSize": 25,
|
||
|
"editor.minimap.enabled": false,
|
||
|
"terminal.integrated.enableMultiLinePasteWarning": false,
|
||
|
"C_Cpp.autocompleteAddParentheses": true,
|
||
|
"extensions.ignoreRecommendations": true,
|
||
|
"hediet.vscode-drawio.resizeImages": null,
|
||
|
"markdown-preview-enhanced.previewTheme": "atom-light.css",
|
||
|
"DevChat.PythonPath": "C:\\Python311\\python.exe",
|
||
|
"DevChat.DevChatPath": "C:\\Users\\Administrator\\AppData\\Roaming\\devchat\\devchat\\Scripts\\devchat",
|
||
|
"DevChat.Access_Key_DevChat": "DC.eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJvcmdfaWQiOjgyMzYyNjE3NzQ4LCJqdGkiOjcyNjU1MjgzMzE4NzczMjk4NjZ9.9r0l815u5Dz0VjDyoL5ZU3yR-hQHRBHRemMT8-UoMxg",
|
||
|
}
|