Loading .github/commit-instructions.md→.vscode/commit-instructions.md +0 −0 File moved. View file tdoc-crawler.code-workspace→.vscode/launch.json +140 −150 Original line number Diff line number Diff line { "folders": [ { "path": "." } ], "settings": { "github.copilot.chat.commitMessageGeneration.instructions": [ { "file": ".github/commit-instructions.md" } ] }, "launch": { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Debug: crawl-meetings (max. 5)", "type": "debugpy", Loading Loading @@ -148,4 +139,3 @@ } ] } No newline at end of file } No newline at end of file .vscode/settings.json 0 → 100644 +7 −0 Original line number Diff line number Diff line { "github.copilot.chat.commitMessageGeneration.instructions": [ { "file": "${workspaceFolder}/.vscode/commit-instructions.md" } ] } No newline at end of file Loading
tdoc-crawler.code-workspace→.vscode/launch.json +140 −150 Original line number Diff line number Diff line { "folders": [ { "path": "." } ], "settings": { "github.copilot.chat.commitMessageGeneration.instructions": [ { "file": ".github/commit-instructions.md" } ] }, "launch": { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Debug: crawl-meetings (max. 5)", "type": "debugpy", Loading Loading @@ -148,4 +139,3 @@ } ] } No newline at end of file } No newline at end of file
.vscode/settings.json 0 → 100644 +7 −0 Original line number Diff line number Diff line { "github.copilot.chat.commitMessageGeneration.instructions": [ { "file": "${workspaceFolder}/.vscode/commit-instructions.md" } ] } No newline at end of file