code-marketplace: auto updated to 1.95.0-1

This commit is contained in:
Lilac 2024-12-21 07:04:24 +00:00
parent eedc25f10e
commit 91226bbb39
3 changed files with 49 additions and 18 deletions

View file

@ -504,10 +504,12 @@
"GitHub.copilot": {
"onFileOpen": [
{
"pathGlob": "{**/*.ts,**/*.tsx,**/*.js,**/*.py,**/*.go,**/*.rb}"
"pathGlob": "{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.py,**/*.go,**/*.rb,**/*.html,**/*.css,**/*.php,**/*.cpp,**/*.vue,**/*.c,**/*.sql,**/*.java,**/*.cs,**/*.rs,**/*.dart,**/*.ps,**/*.ps1,**/*.tex}"
}
],
"onSettingsEditorOpen": {}
"onSettingsEditorOpen": {
"descriptionOverride": "GitHub Copilot is an AI pair programmer tool that helps you write code faster and smarter."
}
},
"GitHub.vscode-github-actions": {
"onFileOpen": [
@ -539,6 +541,13 @@
"important": true
}
]
},
"Redis.redis-for-vscode": {
"onFileOpen": [
{
"pathGlob": "{**/redis.*,**/redis-server.*,**/redis_*,**/redisinsight.*}"
}
]
}
},
"keymapExtensionTips": [