From 894ab4510ed2d02082328a66cb66f9b9838e9a0a Mon Sep 17 00:00:00 2001 From: Mohamad3722 Date: Fri, 6 Dec 2024 09:16:50 +0000 Subject: [PATCH 1/3] Main Base --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aeb8104..bc71cf9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Feedback Hub for Copilot Extensions -Welcome to the Copilot Extensions Feedback Hub. This public repository is designed to facilitate feedback exchanges between users, builders, clients, and GitHub. It serves as the primary channel for direct feedback. + +Welcome to the Copilot Extensions Feedback Hub.This public repository is designed to facilitate feedback exchanges between users, builders, clients, and GitHub. It serves as the primary channel for direct feedback. If you’re looking for GitHub product updates and discussions, visit our [Community Discussions forum](https://github.com/orgs/community/discussions/categories/copilot). -## For Users: Submitting feedback for the GitHub Product Team, Client Teams, and Builders +## For Users: feedback hob thf GitHub Product Team, Client Teams, and Builders ### Feedback to the GitHub Product Team From e3800ed0f221d53184cb73d876695cf3f6462157 Mon Sep 17 00:00:00 2001 From: Mohamad3722 Date: Fri, 6 Dec 2024 10:06:31 +0000 Subject: [PATCH 2/3] settings --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..aef1ffa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "terminal.integrated.commandsToSkipShell": [ + "editor.action.accessibilityHelp editor.action.toggleTabFocusMode notification.acceptPrimaryAction notifications.hideList notifications.hideToasts runCommands [.]" + ] +} \ No newline at end of file From 33bba6c70971f5e4825a2012cddf610fb3968b08 Mon Sep 17 00:00:00 2001 From: Mohamad3722 Date: Fri, 6 Dec 2024 13:18:56 +0300 Subject: [PATCH 3/3] Create devcontainer.json --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..ad93c14 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +}