Skip to content

Commit 1f2f6b3

Browse files
CopilotTechQuery
andcommitted
Add all VS Code extensions and simplify cloud dev environment docs
Co-authored-by: TechQuery <19969570+TechQuery@users.noreply.github.com>
1 parent 44282dd commit 1f2f6b3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@
66
"extensions": [
77
"tboox.xmake-vscode",
88
"ms-vscode.cpptools-extension-pack",
9+
"yzhang.markdown-all-in-one",
910
"redhat.vscode-yaml",
10-
"GitHub.copilot"
11+
"esbenp.prettier-vscode",
12+
"eamodio.gitlens",
13+
"github.vscode-pull-request-github",
14+
"github.vscode-github-actions",
15+
"github.copilot"
1116
]
1217
}
1318
}

ReadMe.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ The simplest C/C++ project template for beginners.
1313

1414
2. Click the **[<kbd>Open in GitHub codespaces</kbd>][2] button** on the top of ReadMe file, then an **online VS Code development environment** will be started immediately
1515

16-
3. Run following command in VS Code terminal to install XMake:
17-
```bash
18-
curl -fsSL https://xmake.io/shget.text | bash
19-
```
20-
2116
## Install minimal All-in-One Development Environment in your computer
2217

2318
### Windows

0 commit comments

Comments
 (0)