使用相对于项目地址的配置文件路径以便于单元测试

This commit is contained in:
2023-11-30 03:16:33 +08:00
parent 60096f33a1
commit e3174a125c
6 changed files with 44 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
{
"editor.inlineSuggest.showToolbar": "always"
"editor.inlineSuggest.showToolbar": "onHover"
}