update user-guide/files/C-C++开发.md.

Signed-off-by: cxszbd <>
This commit is contained in:
cxszbd 2023-08-24 03:22:33 +00:00 committed by Gitee
parent 7ec62197c6
commit 648c8e5edc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 10 deletions

View File

@ -171,8 +171,6 @@
```json ```json
{ {
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0", "version": "2.0.0",
"tasks": [ "tasks": [
{ {
@ -188,8 +186,6 @@
```json ```json
{ {
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0", "version": "2.0.0",
"tasks": [ "tasks": [
{ {
@ -323,9 +319,6 @@ launch.json文件创建成功后默认配置如下
```json ```json
{ {
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
@ -347,9 +340,7 @@ launch.json文件创建成功后默认配置如下
```json ```json
{ {
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {