diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index f1dc67fb2..000000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**", - "${workspaceFolder}/src/package/pikascript/pikascript-api/**", - "${workspaceFolder}/src/package/pikascript/pikascript-core/**" - ], - "defines": [], - "compilerPath": "/usr/bin/clang", - "cStandard": "c99", - "cppStandard": "c++14", - "intelliSenseMode": "linux-clang-x64" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index b73d86bf8..000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "test", - "type": "cppdbg", - "request": "launch", - "program": "${workspaceFolder}/build/src/test/pikascript_test", - "args": [ - "--gtest_filter=strs.formatInt" - ], - "stopAtEntry": false, - "cwd": "${workspaceFolder}", - "environment": [], - "externalConsole": false, - "MIMode": "gdb", - "setupCommands": [ - { - "description": "Enable pretty-printing for gdb", - "text": "-enable-pretty-printing", - "ignoreFailures": true - } - ], - }, - { - "name": "(gdb) Launch", - "type": "cppdbg", - "request": "launch", - "program": "${workspaceFolder}/build/src/test/pikascript_test", - "args": [], - "stopAtEntry": false, - "cwd": "${workspaceFolder}", - "environment": [], - "externalConsole": false, - "MIMode": "gdb", - "setupCommands": [ - { - "description": "Enable pretty-printing for gdb", - "text": "-enable-pretty-printing", - "ignoreFailures": true - } - ] - } - ] -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 277072760..000000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "tasks": [ - { - "type": "cppbuild", - "label": "C/C++: clang++ build active file", - "command": "/bin/clang++", - "args": [ - "-g", - "${file}", - "-o", - "${fileDirname}/${fileBasenameNoExtension}" - ], - "options": { - "cwd": "${fileDirname}" - }, - "problemMatcher": [ - "$gcc" - ], - "group": { - "kind": "build", - "isDefault": true - }, - "detail": "Task generated by Debugger." - } - ], - "version": "2.0.0" -} \ No newline at end of file diff --git a/doc/1.三分钟快速上手.md b/document/1.三分钟快速上手.md similarity index 100% rename from doc/1.三分钟快速上手.md rename to document/1.三分钟快速上手.md diff --git a/doc/2.十分钟快速部署.md b/document/2.十分钟快速部署.md similarity index 100% rename from doc/2.十分钟快速部署.md rename to document/2.十分钟快速部署.md diff --git a/doc/3.PikaScript标准开发流程.md b/document/3.PikaScript标准开发流程.md similarity index 100% rename from doc/3.PikaScript标准开发流程.md rename to document/3.PikaScript标准开发流程.md diff --git a/doc/4.PikaScript内核Api手册.md b/document/4.PikaScript内核Api手册.md similarity index 100% rename from doc/4.PikaScript内核Api手册.md rename to document/4.PikaScript内核Api手册.md diff --git a/doc/5.我就要用最便宜的单片机来跑python,还要用Keil开发,怎么地吧.md b/document/5.我就要用最便宜的单片机来跑python,还要用Keil开发,怎么地吧.md similarity index 100% rename from doc/5.我就要用最便宜的单片机来跑python,还要用Keil开发,怎么地吧.md rename to document/5.我就要用最便宜的单片机来跑python,还要用Keil开发,怎么地吧.md