Skip to content

Commit bc02317

Browse files
add ghc script (#471)
* feat: Add GitHub API token access script with Copilot chat capabilities - Introduced a new Python script for accessing GitHub API tokens, including support for GitHub Copilot's internal APIs and chat functionalities. - Implemented token management, validation, and retrieval processes, enhancing user interaction with Copilot. - Updated VSCode settings to use the Black formatter for Python code formatting. This addition significantly improves the integration of GitHub Copilot into the development workflow, providing users with a streamlined method for token management and chat interactions. * add ghc script
1 parent ea27286 commit bc02317

File tree

2 files changed

+868
-1
lines changed

2 files changed

+868
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"python.formatting.blackPath": "uv run black",
99
"editor.formatOnSave": true,
1010
"[python]": {
11-
"editor.defaultFormatter": "ms-python.python"
11+
"editor.defaultFormatter": "ms-python.black-formatter"
1212
}
1313
}

0 commit comments

Comments
 (0)