fix(config): rename project config file from smartconfig.json to .smartconfig.json

This commit is contained in:
2026-03-24 15:54:25 +00:00
parent 488e78659c
commit 4a2d625d79
7 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"json.schemas": [
{
"fileMatch": ["/smartconfig.json"],
"fileMatch": ["/.smartconfig.json"],
"schema": {
"type": "object",
"properties": {