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.
36 lines
1.5 KiB
36 lines
1.5 KiB
{
|
|
"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",
|
|
"workbench.editor.enablePreview": false,
|
|
"files.watcherExclude": {
|
|
"*.docx": true,
|
|
"*.exe": true,
|
|
"*.in": true,
|
|
"*.jpeg": true,
|
|
"*.jpg": true,
|
|
"*.obj": true,
|
|
"*.out": true,
|
|
"*.png": true,
|
|
"*.pptx": true,
|
|
"*.txt": true,
|
|
"*.xlsx": true
|
|
},
|
|
"bitoAI.codeCompletion.enableAutoCompletion": true,
|
|
"bitoAI.codeCompletion.enableCommentToCode": true,
|
|
"editor.inlineSuggest.showToolbar": "always",
|
|
} |