vscode settings added
This commit is contained in:
parent
9632aa7865
commit
ed314ae6c2
4
.config/Code/User/settings.json
Normal file
4
.config/Code/User/settings.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"bitoAI.codeCompletion.enableAutoCompletion": false,
|
||||
"bitoAI.codeCompletion.enableCommentToCode": true
|
||||
}
|
13
.gitignore
vendored
13
.gitignore
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user