myitinos 5 лет назад
Родитель
Сommit
a959f34110
3 измененных файлов: 0 добавлений и 35 удалений
  1. +0
    -16
      .vscode/c_cpp_properties.json
  2. +0
    -7
      .vscode/settings.json
  3. +0
    -12
      .vscode/tasks.json

+ 0
- 16
.vscode/c_cpp_properties.json Просмотреть файл

@ -1,16 +0,0 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}

+ 0
- 7
.vscode/settings.json Просмотреть файл

@ -1,7 +0,0 @@
{
"files.associations": {
"limits": "cpp",
"type_traits": "cpp",
"ostream": "cpp"
}
}

+ 0
- 12
.vscode/tasks.json Просмотреть файл

@ -1,12 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "echo",
"type": "shell",
"command": "echo Hello"
}
]
}

Загрузка…
Отмена
Сохранить