Skip to content

Commit 59c00d4

Browse files
committed
Even more formatting
1 parent fb3eb84 commit 59c00d4

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

articles/github-copilot-azure/get-started.md

+27-27
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To complete the steps in this article, make sure that you have:
4848
@azure Do I have any resources currently running?
4949
```
5050

51-
:::image type="content" source="media/get-started/ask-mmode.png" alt-text="Screenshot that shows the default ask mode state of the chat pane with an example prompt.":::
51+
:::image type="content" source="media/get-started/ask-mode.png" alt-text="Screenshot that shows the default ask mode state of the chat pane with an example prompt.":::
5252

5353
By default, GitHub Copilot will use **ask** mode. Ask mode provides answers to your prompts in the chat pane. In a moment, you'll use **agent** mode to allow GitHub Copilot to take action in your workspace.
5454

@@ -102,42 +102,42 @@ There are three modes: ask (default), edit and agent. To use agent mode, you mus
102102
I can assist you with various tasks using a range of tools. Here are the main tools I have available:
103103
104104
1. Search and Navigation
105-
- Semantic search for code or documentation
106-
- File search using glob patterns
107-
- Text search (grep)
108-
- List directory contents
109-
- Read file contents
110-
- List code usages/references
105+
Semantic search for code or documentation
106+
File search using glob patterns
107+
Text search (grep)
108+
List directory contents
109+
Read file contents
110+
List code usages/references
111111
112112
2. Code Editing and Analysis
113-
- Insert edits into files
114-
- Get errors in code files
115-
- Test search (find test files)
113+
Insert edits into files
114+
Get errors in code files
115+
Test search (find test files)
116116
117117
3. Terminal and Git Operations
118-
- Run commands in terminal
119-
- Get terminal output
120-
- Get Git diffs and changed files
118+
Run commands in terminal
119+
Get terminal output
120+
Get Git diffs and changed files
121121
122122
4. Project Creation
123-
- Create new workspaces
124-
- Get project setup information
125-
- Install VS Code extensions
126-
- Create new Jupyter Notebooks
123+
Create new workspaces
124+
Get project setup information
125+
Install VS Code extensions
126+
Create new Jupyter Notebooks
127127
128128
5. Web and API Tools
129-
- Fetch webpage content
130-
- Get VS Code API references
129+
Fetch webpage content
130+
Get VS Code API references
131131
132132
6. Azure Tools
133-
- Azure development best practices
134-
- Microsoft Learn documentation
135-
- Azure resource management
136-
- Azure authentication tools
137-
- AI model deployment and management
138-
- Azure Bicep schemas
139-
- Service configuration and deployment
140-
- Azure Developer CLI tools
133+
Azure development best practices
134+
Microsoft Learn documentation
135+
Azure resource management
136+
Azure authentication tools
137+
AI model deployment and management
138+
Azure Bicep schemas
139+
Service configuration and deployment
140+
Azure Developer CLI tools
141141
142142
Would you like me to explain any specific tool in more detail or help you with a particular task?
143143

0 commit comments

Comments
 (0)