Scaffold plan & learn modes, project instructions (#251595)

* Scaffold plan & learn modes, project instructions

* Add the .vscode folder as a source for instructions
This commit is contained in:
Alexandru Dima
2025-06-16 16:29:28 +02:00
committed by GitHub
parent 2d9d9ca4f4
commit d4fc0cd328
4 changed files with 77 additions and 0 deletions

View File

@@ -181,5 +181,9 @@
"*": "error",
"ts": "warning",
"eslint": "warning"
},
"chat.instructionsFilesLocations": {
".github/instructions": true,
".vscode": true
}
}