From ed314ae6c22cfa7a5b67f2a6f84b361835fa7f7f Mon Sep 17 00:00:00 2001 From: goodhumored Date: Sat, 28 Dec 2024 15:23:35 +0300 Subject: [PATCH] vscode settings added --- .config/Code/User/settings.json | 4 ++++ .gitignore | 13 ++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .config/Code/User/settings.json diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json new file mode 100644 index 0000000..f02d455 --- /dev/null +++ b/.config/Code/User/settings.json @@ -0,0 +1,4 @@ +{ + "bitoAI.codeCompletion.enableAutoCompletion": false, + "bitoAI.codeCompletion.enableCommentToCode": true +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 17f2906..6acc166 100644 --- a/.gitignore +++ b/.gitignore @@ -2,11 +2,14 @@ .oh-my-zsh/cache/* .oh-my-zsh/cache .oh-my-zsh/cache/**/* -.config/Code/DawnGraphiteCache/ -.config/Code/Cookies -.config/Code/SharedStorage -.config/Code/User/profiles/sync -.config/Code/DawnWebGPUCache/ .config/jirust/config.toml .env .config/lazygit/state.yml +.config/Code/* +!.config/Code/User +.config/Code/User/* +.config/Code/User/**/*.vscdb +.config/Code/User/**/*.backup +!.config/Code/User/profiles +!.config/Code/User/settings.json +!.config/Code/User/snippets