vscode settings added

This commit is contained in:
parent 9632aa7865
commit ed314ae6c2
2 changed files with 12 additions and 5 deletions

View File

@ -0,0 +1,4 @@
{
"bitoAI.codeCompletion.enableAutoCompletion": false,
"bitoAI.codeCompletion.enableCommentToCode": true
}

13
.gitignore vendored
View File

@ -2,11 +2,14 @@
.oh-my-zsh/cache/* .oh-my-zsh/cache/*
.oh-my-zsh/cache .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 .config/jirust/config.toml
.env .env
.config/lazygit/state.yml .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