Checkpoint from VS Code for coding agent session

This commit is contained in:
AstroSteveo 2025-09-21 10:51:15 -05:00
parent 1f02d732b4
commit 55ab7c538f
3 changed files with 22 additions and 5 deletions

3
.gitignore vendored
View File

@ -13,3 +13,6 @@ test-apply-config.yml
# Test output directories # Test output directories
test-output/ test-output/
# Awesome Copilot generated files
.awesome-copilot/

15
.vscode/settings.json vendored
View File

@ -16,11 +16,22 @@
"editor.formatOnSave": true "editor.formatOnSave": true
}, },
"editor.rulers": [ "editor.rulers": [
100 120
], ],
"files.associations": { "files.associations": {
"*.chatmode.md": "markdown", "*.chatmode.md": "markdown",
"*.instructions.md": "markdown", "*.instructions.md": "markdown",
"*.prompt.md": "markdown" "*.prompt.md": "markdown"
} },
"github.copilot.chat.agent.thinkingTool": true,
"github.copilot.chat.alternateGptPrompt.enabled": true,
"github.copilot.chat.editor.temporalContext.enabled": true,
"github.copilot.chat.edits.temporalContext.enabled": true,
"github.copilot.chat.generateTests.codeLens": true,
"github.copilot.chat.languageContext.fix.typescript.enabled": true,
"github.copilot.chat.languageContext.inline.typescript.enabled": true,
"github.copilot.chat.languageContext.typescript.enabled": true,
"github.copilot.chat.newWorkspace.useContext7": true,
"github.copilot.chat.notebook.enhancedNextEditSuggestions.enabled": true,
"github.copilot.chat.notebook.followCellExecution.enabled": true,
} }

9
package-lock.json generated
View File

@ -8,14 +8,17 @@
"name": "awesome-copilot", "name": "awesome-copilot",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"bin": {
"awesome-copilot": "awesome-copilot.js"
},
"devDependencies": { "devDependencies": {
"all-contributors-cli": "^6.26.1" "all-contributors-cli": "^6.26.1"
} }
}, },
"node_modules/@babel/runtime": { "node_modules/@babel/runtime": {
"version": "7.28.3", "version": "7.28.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.3.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
"integrity": "sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==", "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {