소스 검색

removed vscode folder

master
myitinos 5 년 전
부모
커밋
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"
}
]
}

불러오는 중...
취소
저장