Sfoglia il codice sorgente

removed vscode folder

master
myitinos 5 anni fa
parent
commit
a959f34110
3 ha cambiato i file con 0 aggiunte e 35 eliminazioni
  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 Vedi File

@ -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 Vedi File

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

+ 0
- 12
.vscode/tasks.json Vedi File

@ -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"
}
]
}

Caricamento…
Annulla
Salva