This commit is contained in:
2026-01-18 00:08:03 +04:00
parent 46cd4ef38c
commit 3ec042d542
14 changed files with 48 additions and 68 deletions

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"ms-dotnettools.csharp"
]
}

2
.vscode/launch.json vendored
View File

@@ -5,7 +5,7 @@
{
"name": "Debug React App",
"type": "firefox",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}/src",